wysiwyg
Here are 446 public repositories matching this topic...
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
inline toolbar order
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 '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.
I looks for about 20 minutes but didn't see anything talking about the differences in each summernote type (BS3, BS4, Lite or normal summernote.js).
Is there a link to the documentation ? I had to use the lite version because our bootstrap is too old and we can't just upgrade to newer bootstrap to make the latest summernote release work. It seems to work fine just because our use cases are ver
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
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

您是否愿意将其源代码放到github中?
Original Text:
I would like to provide you with an english translation of the online manual (here: https://www.yuque.com/braft-editor/be/lzwpnr) that is bett
I can see the arrows but nothing happens if I drag it... The image gets highlighted
Using Chrome: Latest Version
MacBook Air 13in screen
Hope you can fix this soon!!!
Stay safe
There seems to be a lack of documentation for developers on how to implement global settings in the new Theme Style section of the Elementor Editor as well as how to reference those global settings.
What is the proper way to implement this functionality? Once implemented, how can I get the value of the registered controls from somewhere else in the application like a dynamic tag?
I was told
Add to UserComponent's rule's documentation when is each rule triggered. Meaning, when and how often is each callback called.
https://craft.js.org/r/docs/api/user-component
for example: (note, I don't know if my assumptions are correct)
rules?
canDrag(currentNode: Node, helpers: NodeHelpers) => boolean
Specifies if a component can be dragged. Applicable only to components whos
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 6, 2020 - PHP
-
Updated
Mar 7, 2020
-
Updated
Jul 6, 2020 - TypeScript
-
Updated
Jan 15, 2019 - TypeScript
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Nov 14, 2019 - JavaScript
-
Updated
Jul 7, 2020 - Kotlin
Improve this page
Add a description, image, and links to the wysiwyg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wysiwyg topic, visit your repo's landing page and select "manage topics."




The API documentation for Quill.import is misleading (emphasis mine):
And the example has a comment that using
Quill.importis…