rich-text-editor Questions
4
Solved
I'm not a pro in JS and I'm using Quill Rich Text Editor for one of our projects. It's working well, but when I use getContents() method to get its contents (with Delta format), it shows the images...
Conics asked 5/1, 2020 at 17:2
3
Solved
When I try to make a blog, I can't pass the editor in the form. I found this:
DraftJS React-Hook-Form - submitting Editor as input
but it seems that LexicalRichTextEditor does not have such a tag t...
Caernarvonshire asked 10/1, 2023 at 5:55
6
Solved
Quill (https://quilljs.com/) makes it simple to embed a quality text editor in a web page. When pasting html content in the editor, it filters the pasted html and then puts it into the text editor....
Midsection asked 20/12, 2016 at 8:6
3
By default, Quill supports the embedding format like Image, Video and Formula. How can I embed pdf or doc file by Quill Editor?
Cryogenics asked 13/3, 2019 at 6:51
4
Solved
I want to keep track of a todo list in Visual Studio Code.
Is it possible to display/toggle strikethrough text:
task not yet done
̶t̶a̶s̶k̶ ̶d̶o̶n̶e̶
(used https://www.piliapp.com/cool-text/st...
Misappropriate asked 18/4, 2018 at 12:30
7
Solved
WordPress added Gutenberg / block editor in its 5th version and it's enabled by default for Post and Page post types.
It might be enabled by default for all custom post types in close future so as...
Alimentary asked 6/9, 2018 at 8:22
1
I want to change the text style (fontSize , color , fontWeight , ...) of a selected text in a TextFiled() composable , with a button in android jetpack compose.
(The main problem is, when i change ...
Donny asked 12/5, 2022 at 17:55
3
I want to store data that is being edited with Draft.js and React (in the UI) into a MySQL database.
I am not sure in which format should I store my data, so that I can fetch the data from databas...
Turboprop asked 19/12, 2018 at 6:53
3
Solved
I have a blog with posts. I also have a rich text editor (Quill).
Is it possible to check if the rich text editor has empty content?
I use Quill (with React, Express JS, MongoDB) and I want to...
Baronetcy asked 15/4, 2020 at 10:36
1
I am creating some custom blots in QuillJS. They mostly work, however I am having an issue with copy and paste of the blot and think it is due to not providing a index(node: Node, offset: number): ...
Banjermasin asked 14/6, 2018 at 1:46
6
I heard that the new HTML5 will add rich text capability to textareas (it will make them more flexible), so you can do stuff like code syntax highlighting editors without very nasty javascrip...
Unshackle asked 1/5, 2012 at 21:2
4
I am trying to add a custom piece of functionality ("module") to quill.js and cannot seem to do it. Here is what I need:
If want to add a button that inserts a template replacement variable... say...
Jacynth asked 14/5, 2014 at 17:56
4
I'm wondering how to align text in Draft.js just like on the picture below.
I have searched this several days, but I haven't found the solution.
Parasitism asked 1/9, 2016 at 5:1
4
I want to test the validation for the character limit of a RichTextEditor, which is 2000 characters, but typing 2000+ characters with .type() takes a lot of time.
Is there a way to speed this up? I...
Rf asked 30/6, 2021 at 7:55
3
Is there a text editor on the web that supports input from RTF-formatted documents?
I know it is a bit of an odd request for webdev, but I need to read RTF documents from the database and edit the...
Beside asked 17/8, 2016 at 17:5
1
Solved
Hello everyone how are you? I'm going to add the text editor bar by using the code the CKEDITOR every thing is run good but problem is that when I click on the editor copy and past button then its ...
Aldaaldan asked 9/4, 2021 at 6:54
2
Solved
I am building an amateur rich text editor with vanilla JavaScript and document.execCommand() is essential to enabling the core features of an text editor.
For example bold, italic and unordered l...
Adora asked 30/4, 2020 at 9:51
2
With the great Quill rich text editor for Javascript I'm trying to make two or more editors share the same toolbar.
I suppose (from documentation) that this is not possible right away at the momen...
Unsatisfactory asked 30/10, 2015 at 17:6
2
Do we have a way to disable attachment for action text? something like below
has_rich_text :content, attachment: false
So that, We can remove active_storage_blobs, active_storage_attachments table...
Lauryn asked 18/5, 2020 at 22:28
1
Solved
According my question, I want to remove some default toolbar option like a font family or emoji and remain only text style options. How to do that ?
For my editor.
<Editor
editorState={editorS...
Mundy asked 14/11, 2020 at 5:34
1
I am working on an online rich-text editor, similar to the WordPress page creator, or the Stack Overflow post creator. It has been pointed out that there are two distinct types of online rich-text ...
Scandura asked 17/1, 2014 at 22:18
1
Solved
So I wanted to check out this new rich text editor Editor, https://editorjs.io/
I installed the unofficial reactJS version, but I'm not quite sure what I'm doing wrong here... https://www.npmjs.co...
Secrecy asked 8/3, 2020 at 0:40
2
I am making a blog app using Vue.js for frontend and Node.js for backend.
I am using a rich text editor (vue2-editor) in frontend for users to create the content of the blog. I want to store that...
Cashbox asked 8/1, 2020 at 8:33
1
Solved
Problem statement:
I recently updated from CKEditor 4 to CKEditor 5 and facing an issue with rendering Html page. I found that when I provide HTML content to CKEditor 5, it removes all the styling...
Eisegesis asked 14/8, 2019 at 12:5
1
According to the API for the element.execCommand() function, it says that it has three parameters: aCommandName, aShowDefaultUI, aValueArgument.
The API's description of the first and third parame...
Phosphoroscope asked 4/7, 2016 at 15:19
1 Next >
© 2022 - 2025 — McMap. All rights reserved.