1,089 questions
0
votes
0
answers
34
views
TipTaps/ProseMirror: The CustomNode (CustomImage) can not disable or configure to "openOnClick: false"
I tried to create an <img> Tag and then I can wrap the a tag around it, I tried to create the custom node Call CustomImage, I try some code from Generative AI and tweak but hard to understand, ...
1
vote
0
answers
78
views
Tiptap Editor Not Rendering and Menus Not Functioning in Vue 2 + Docker Setup
I am using the Tiptap editor in my Vue 2 project, but the editor is not visible in the browser. When I highlight text, the bubble menu doesn't appear, and when I move the cursor to the next line, the ...
1
vote
1
answer
51
views
How to allow prohibited tags(html, body,head,style) in TinyMce 7
I'm utilizing the latest cloud-hosted TinyMCE 7 editor.
My goal is to insert my own HTML into the editor and have the ability to modify all aspects, including the <html>, <head>, and <...
0
votes
0
answers
50
views
Quill Editor Link Tooltip Gets Cut Off When Hovering Over a Link at the Top
I am using React-Quill (react-quill-new) with the Bubble theme, and I am facing an issue where the link preview tooltip gets cut off when I hover over a link that is inserted in the first few lines of ...
0
votes
1
answer
85
views
Confusions about matching rules of slate `Editor.nodes()` function
I feel very confused about the matching rules of Editor.nodes(). This is my demo about slate in react project, and the UI is simple, only a "toggle bold" button can make text bold. The ...
0
votes
0
answers
98
views
Customizing the Markdown Editor in Strapi
I’m currently using Strapi v5.8.0 and looking to customize the default Markdown editor in the admin panel. Specifically, I want to remove the strikethrough and code block options from the toolbar, but ...
0
votes
0
answers
92
views
Mentions Text area / Rich text area
I'm working on building a mentions component to use across my application. Here's the core functionality I need:
Trigger Key: For example, {{, /, or @.
Backspace Handling: Mentions should be properly ...
0
votes
0
answers
125
views
Automatic Pagination in TinyMCE Editor
I'm building a text editor using TinyMCE and want to implement automatic pagination, similar to word processors like Microsoft Word. Specifically, as the user types and reaches the end of a page, a ...
0
votes
1
answer
168
views
Is there a better way to rerender Slatejs editor on prop change?
Context
I have a Slate editor where I want to render the content of a note, but I don't want the editor to trigger the onChange handler when simply viewing or initializing the content.
Currently, I am ...
0
votes
0
answers
117
views
How to create rich TextEditor with formatting options?
I'm trying to create a text editor similar to the one in the Notes app. The Notes app provides the following formatting options:
Text Styles: Title, Heading, Subheading, Body
Text Formatting: Bold, ...
3
votes
0
answers
62
views
Apply style to separate span elements in Rich Text Editor
I recently decided to make my own Rich Text Editor, I was generally satisfied with the version via execCommand, but I wanted to take on my own implementation because of the work with.
Here is the code ...
1
vote
1
answer
302
views
Is it possible to make MudExRichTextEdit textarea (editor) bigger/grow in terms of our need?
I am using MudExRichTextEdit package in my Company's project, and as a new developer I always want to ask, and have to ask If I am in a dire situation.
Currently with this rich text editor, I am not ...
0
votes
0
answers
67
views
ngx-quill stripping custom directive from HTML loaded from DB. How can I prevent this?
I am working with records in a database, these records come from user inputted data from from a tinyMCE text editor in an old angular JS app. They have the ability to reference images uploaded to the ...
0
votes
2
answers
56
views
How to add a tag to a selected text and close/open the parent before/after
trying to create a Richt Texteditor in Javascript. I have a Tag
<span class="text-3xl">Foo</span>
and want to edit it to something like
<span class="text-3xl">F&...
0
votes
0
answers
51
views
Apply color to Arabic diacritics
I use Python language to entered Arabic text with diacritics, then try to get the same text as result but the diacritics to be in different color( red for example) and then save the result to rich ...