editor
Here are 2,643 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';
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:
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
inline toolbar order
-
Updated
Apr 1, 2020 - TypeScript
https://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.
Version
v1.4.10
Development Environment
Chrome 80.0.3987.132
Current Behavior
Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.
// Write example code
Go to section
* [Hello](#hello)
* [Hello World](#hello-world)
* [Another section](#new-section) <-- it's called 'Another section' in this list but refers to 'NewDescription 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"></
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
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
-
Updated
Jun 6, 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/deta<link rel="stylesheet" type="text/css" href="/assets/pen/pen.css" />
<script src="/assets/pen/pen.js"></script>
<script src="/assets/pen/markdown.js"></script>
<script type="text/javascript">
var editor = new Pen(document.getElementById('my_elem'));
</script>
Error:
pen.js:485 Uncaught Error: Can't find config
at new Pen (pen.js:485)
at edit:102
-
Updated
Jun 7, 2020 - JavaScript
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
0, 1, "",
doc: /* Make the frame FRAME visible (assuming it is an X window).
If omitted, FRAME defaults to the currently selected frame. */)
(Lisp_Object frame)
{
struct frame *f = decode_live_frame (frame);
/* I think this should be done with a hook. */
#ifdef HAVE_WINDOW_SYSTEM
if (FRA【可能是 BUG】z-index 被重置
- 环境:nuxt.js + vuetify
前提:我已经在 SCSS 中设置 mavonEditor 的 z-index: 0,在正常情况下没有问题
.v-note-wrapper {
z-index: 0 !important;
}
在同一层页面中我用了多个 mavonEditor 组件,在其中一个组件中点开 “链接” 按钮后,发现如上图的显示层 Bug,该页面下的其他 mavonEditor 组件的 z-index 被重置为了 1500(如下图)。
Currently there are not enough documentation that one finds about the editor (GUI). The editor is vast and has too many great options, exploring it is not easy but getting lost inside the editor is easy. Hence, requesting you to consider making a video documentation about using the editor. Here one can explain about things such as the Graph editor, GPU, Publishing, Player, Configuring these, vario
Since we don't have an interactive tutorial, and our docs are sparse, we should at least be bundling the existing vim tutor.
- Include the
vimtutoras a runtime asset. - Add a command to open the
vimtutor - Set the
readonlyflag onvimtutor, so that it can't be saved.
Additional things to think about:
- We should hook up a Vim command as an entry point as well (ie,
:tutor, `:vim
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