rich-text-editor
Here are 264 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
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.
提供一个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"></
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
We are getting requests from users looking for Find & Replace in CKEditor 5. I was surprised to see that we actually do not have any feature documentation for it in CKEditor 4 although the feature itself is not available in the standard demo and as such may be hard to find.
-
Updated
Apr 30, 2020 - JavaScript
documentation typo
https://www.froala.com/wysiwyg-editor/docs
complexe -> complex (singular form)
complexe -> complexes (plural form)
In my case, when both nextContents and this.lastDeltaChangeSet are undefined, I get this error. It happens in a real scenario when I switch between 2 records, and component.js componentWillReceiveProps gets called
From component.js:
if (nextContents === this.lastDeltaChangeSet) {
console.error(nextContents, this.lastDeltaChangeSet)
throw new Error(
'You are p
📝 Provide a description of requested docs changes
The execute
event fired at listed components is not documented, and it emits a specific type of data.
Google Translated ... sorry!
我想为您提供比自动翻译版本更好的在线手册(此处为 https://www.yuque.com/braft-editor/be/lzwpnr)的英文翻译
您是否愿意将其源代码放到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
-
Updated
Mar 17, 2020 - CoffeeScript
-
Updated
Jul 15, 2016 - Java
-
Updated
Jun 6, 2020 - JavaScript
Is there any way to export the document as a Widget Tree?
OR
Is there a function that can convert the document to a Widget Tree?
Maybe it would automatically decode the document format and insert the appropriate widget?
-
Updated
Mar 7, 2020
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
Coming from #615, clarify the style guidelines for code (e.g. whitespace, indentation, method names, etc.)
When embedding a local image in a document one should be able to specify just the filename of the image without the need to specify path (including "./"). When specifiying a file without path Uncolored interprets that as this absolute path on my (Windows) machine:
file:///C:/Users/<user>/AppData/Local/Programs/Uncolored/0.10.2/resources/app/views/<filename>
Specifying only the filename wit
Instead of using browser spell check setting (Language), is there a way to force the Editor to use only English spell check setting. For Example; Use English even if the browser setting is in french.
Until we added this to config nothing worked:
angularIgnoreAttrs: ['style', 'ng-reflect-froala-editor', 'ng-reflect-froala-model'],
immediateAngularModelUpdate: true,
-
Updated
Mar 9, 2020 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
Any documentation?
Hi there!
Where can I find a documentation or examples for this library?
For example how to make a selected text bold or italic?
In project I use kotlin and android X.
After adding AutoCompleteSupportFragment
implementation 'com.google.firebase:firebase-core:16.0.9'
implementation 'com.google.android.libraries.places:places:1.1.0'
on building showing next error.
If I remove Android-Rich-text-Editor library not showing error.
- Duplicate class com.bumptech.glide.GeneratedAppGli
-
Updated
Jul 6, 2020 - Swift
Improve this page
Add a description, image, and links to the rich-text-editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rich-text-editor 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.import
is…