editor
Here are 2,649 public repositories matching this topic...
Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and forth. Providing a minimal, complete and verifiable example will further increase your chances that someone can help.
Steps for Reproduction
- Visit [quilljs.com, jsfiddl
Please include /node_modules/ in .gitignore for the samples that have a .gitignore file, as appropriate.
After I copy the sample into my own repository and run yarn install, if I didn't check before running git add ., I would have added everything under node_modules/.
Do you want to request a feature or report a bug?
Improvement.
What's the expected behavior?
Since we're already using the docblock comments to power IntelliSense documentation for VS Code (or anything else that supports it), it would be nice to have the API reference automatically generated from these comments.
I experimented with typedoc a while ago, but the project i
I use stackedit.io and frequently have several documents open in different tabs simultaneously.
It would be very useful to me if the tab title was either the filename or the title of the document or something like that, to make it easy to find what I'm looking for.
document.title = 'StackEdit | ' + document.querySelector('.token.h1').innerText.slice(2)looks pretty goo
Describe your feature request
Preferences -> Image uploader -> GitHub needs a bit of instruction.
I would suggest something like this:
If you don't have a GitHub account, you will need to make one.
A token can be generated in Settings/Developer settings
For more detailed instructions, [consult t
Description
Copying text with bullet points along with image from MS Word and pasting into Medium Text editor is loosing its format and also the image is not getting pasted.
Steps to reproduce
- Open a word document (or similar) that contains a mix of text and image(s).
- Copy and Paste the content into the body of the medium editor.
The text will be displayed but not the image.
We should try to close and reopen issues in the repos they effect, rather than here.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/12976812-open-new-issues-in-the-relevant-repos?utm_campaign=plugin&utm_content=tracker%2F282001&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysoSporadic CI failures
Looking for help from the community regarding this issue.
Issue:
Sporadic CI failures.
Expected behavior:
Consistent CI results.
Actual behavior:
CI test may fail or pass with a rerun and no other change.
Steps to reproduce:
Run CI repeatedly by opening a PR and re-pushing minor changes until reproduced.
Reference issue: https://travis-ci.org/onivim/oni/jobs/4999
import 'pell/dist/pell.css'
import React, { Component } from 'react';
import { init } from 'pell';
export default class App extends Component {
state = { html: null }
root = React.createRef()
componentDidMount () {
this.editor = init({
element: this.root.current,
onChange: html => this.setState({ html }),
actions: ['bold', 'underline', 'italic'],- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
I think it is more useful to implement focus event in Editor.js !
To catch Block's onFocus event, it needs to use MutationObserver currently.
render() {
const container = document.createElement('div');
setTimeout(() => {
const block = container.parentElement && container.parentElement.parentElement;
if (block) {
// TODO: disconnect
const ob
Description of the Issue
I tried to follow the instructions to build notepad++ in visual studio, I even tried downgrading to a more compatible version, but I could never get it to build. I'm running Windows 10, I tried clicking the links, but several of the links in the readme file are dead links.
Steps to Reproduce the Issue
following the readme file
Expected Behavior
To be
Version
1.3.0
Development Environment
Windows and Mac: Chrome, Firefox, and edge.
Current Behavior
When a user puts a <mark> tag in the markdown tab it shows the text highlight correctly on the preview, but when the tab is switched to the wysiwyg the highlight disappears. The tag is no longer on the text when you go back to the markdown tab.
Expected Behavior
The mark tag
On hitting "save as... copy link" the data on the clipboard is just the last PNG frame and not the actual animated GIF...
I put the editor in a
sth have the same bug is preview and fullscrean
In TinyMCE 5.1.1 when you open Emoticons dialog the search input is focused. However, when you open Special character dialog the focus is initially set on the first nav-item ("All") element.
Additional issue, in both dialogs when the search input is focused and you move mouse over special character/emoticon the focus will be grabbed from the input. Not a big issue, but imo hover operations shou
Describe the bug
codium's apt and rpm packages, as built by the recommended repository, are missing some metadata that differentiates codium from VS Code, such as the license and the project url.
Please confirm that this problem is VSCodium-specific
- This bug doesn't happen if I use Microsoft's Visual Studio Code. It onl
Description
Currently, dialogs which have a lot of content are not properly displayed (width-wise).
In order to fix their entire content, the dialog will take up as much width as possible which gives off a poor UX. Instead of placing the responsibility on developers to place carriage returns, the application should define proper max-width rules to enforce a consistent layout.
D
Collision capsule
For physics engine much easier is deal with capsules instead of ellipse, now on tiled side i use ellipse to determinate capsule colliders, would be nice to have ability, to switch between ellipse / capsule representation of circles when width and height are not equals, or maybe just add new shape ?
 is meant to be deleted right after the document is created... Which makes create new document a little bit more complex than it should be.
Thanks
Is your feature request related to a problem? Please describe.
Apparently the suggestion example uses tippy.js version 4.x.
Here is the code: https://github.com/scrumpy/tiptap/blob/master/examples/Components/Routes/Suggestions/index.vue#L220
Describe the solution you'd like
OS Version (操作系统): Windows 10 1909
VNote Version (Help - About VNote - Version: )(VNote版本): 2.8.2
Symptoms (表现):
When I new a md file in VNote, I copy a string contain an illegal character such as "?" to the box, but I can not paste, and there is not a tip or warning. That is unfriendly, because user probably not realize he copy an illegal character. Please improve it. Thanks!
In NUXT project, highlight.js asynchronous change 'content'. In 'onEditorChange(){}' , 'this.content' repeated assignment. So dead cycle. The code and error are as follows:
[Vue warn]: You may have an infinite update loop in a component render function.
found in
---> <QuillEditor> at components/common/quillEditor.vue
<Pages/detail/Index.vue> at pages/detaThe markdown converter (markdown.js) stops converting markdown after a cycle of pen.destroy() and pen.rebuild()
after cycling the pen.destroy and pen.rebuild methods:




It would be very useful to have commit date, author name, ... in the
Commitinterface when callinggetCommit([...])Something similar to this: