editor
Here are 2,964 public repositories matching this topic...
The API documentation for Quill.import is misleading (emphasis mine):
Static method returning Quill library, format, module, or theme. In general the path should map exactly to Quill source code directory structure.
And the example has a comment that using Quill.import is…
// Similar to ES6 syntax
import Link from 'quill/formats/link';
some api can do things, but I don't know which api I should use to finsh my work. Thank you!
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
In the docs, it says to use useMemo for the editor instance passed to the <Slate> component so it is "stable across renders". useMemo does not guarantee identity between renders (https:
Documentation
I'm probably missing something obvious, but neither the website nor this repo has any documentation.
Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?
Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?
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
in demo page you can repro the bug follow the steps bellow
Steps to reproduce
- Select all the first paragraph, then apply italics style, and next apply quote.
- press enter several times.
- new line will be created and cannot be remove by pressing backspace.
Expected behavior: will not create new line with quote
Actual behavior: create new line with q
-
Updated
Dec 30, 2019
Description of the problem or steps to reproduce
I was trying to replace the gcc linting for clang with custom flags by customizing the linter through a custom plugin (mostly to see how it works).
I first tried to use the linter.removeLinter function (that isn't documented in the readme but is in the source code) and it didn't disabled the gcc linting. For disabling the gcc linter one has to
https://github.com/SpaceVim/SpaceVim/blob/master/autoload/SpaceVim/plugins/projectmanager.vim#L199
init.toml
project_rooter_patterns = ["Pipfile", ".git/"]
for a setup like mine
project/.git
project/whatever/Pipfile
project/whatever/x.py
the root should be project/whatever instead of project.
inline toolbar order
I'm generating a screenshot slideshow similar to the steps described in #426 ... oddly today I started getting an error:
Setup: Win7x86
Steps:
- Grab some screens of various sizes with Greenshot
- Load into STG, add a progress bar and a watermark
- Save as weither GIF or APNG
Defect:

* [Hello World](#hello-world)
* [Another section](#new-section) <-- it's called 'Another section' in this list but refers to 'Newhttps://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand
Mozilla docs says:
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
- 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
Description of the Issue
Need to switch between two documents quickly : current workaround is to use document switcher and enable MRU behaviour
Assigning a single key so I don't have to hit CTRL+ every time - does not work
ideally it would work best to add a new keyboard shortcut to toggle between the last tab and current tab, like the F12 in the EditPlus editor. That way no workaround wo
Description
When you click (1 time) on any search result, the file is opened in edit mode, not preview one.
Reproduction Steps
Ctrl+Shift+F- Search for anything
- Click on a result
OS and Theia version:
OS: Ubuntu 19.10
Theia: master
Diagnostics:
提供一个jsfiddle在线例子
戳我
在输入框快速输入 123123123... 时常会出现某个输入闪动一下后被删除了。源码如下
html
<div id="app">
<new-editor v-model="html"></new-editor>
</div>
js
Vue.component('new-editor', {
props: ['value'],
data: function () {
return {
ref: Math.floor(Math.random()*1000),
editor: null
}
},
template: '<div :ref="ref"></
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
Hello, the example for uploading images is broken http://www.ipandao.com/editor.md/examples/image-upload.html
Perhaps its a firewall thing.
Chrome warning
This site can’t be reached
www.ipandao.com’s server IP address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN
Thanks
Is your feature request related to a problem? Please describe.
For our product, we're using single-row toolbar which utilizes the TinyMCE toolbar's overflow button for toolbar expand and collapse.
Our requirement stipulates that the page with the TinyMCE needs to open with the toolbar expanded. Because we didn't find a
-
Updated
Jun 30, 2020 - TypeScript
Describe the bug
on an Android device using chrome browser
in the editor
with the cursor in front of a mention node
the editor either skips over the mention deleting the previous node
or copying and pasting the contents of the mention node.
these can be observed on the example page
https://tiptap.scrumpy.io/suggestions
Environment
- OS: Android
- Chrome
![Screen-Reco
Tracking issue to make sure the metatile system is documented.
OS Version (操作系统): macOS
VNote Version (Help - About VNote - Version: )(VNote版本): 2.8.2
Symptoms (表现): when using the Advanced Search what is the difference between space-separated keywords and &&? According to the VNote documentation they both mean AND.
In fact, from what I find a space gap acts as an OR criterion, not as an AND criterion.
Please explain.
How to Repro (如何复现):
I think this would be very useful.
The current template (actually not even a template) 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
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 curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.
- You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
- This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
- Previously it r
Improve this page
Add a description, image, and links to the editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the editor topic, visit your repo's landing page and select "manage topics."




When using vscode with Git repositories, in the branch switching pane if a remote tracking branch is selected, vscode automatically creates a local branch using selected remote tracking branch.
It would be useful to have a setting to turn this off and checkout the remote tracking branch in a detached state. I use branches in detached state to browse the code, run quick builds, copy code. With t