Skip to main content
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, ...
mengkheang's user avatar
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 ...
Vijenthiran Vimal's user avatar
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 <...
F0rc0sigan's user avatar
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 ...
Ratnesh's user avatar
  • 15
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 ...
shiqin zhang's user avatar
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 ...
Manoj Paramesh's user avatar
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 ...
user27717660's user avatar
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 ...
Richard's user avatar
  • 11
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 ...
case_sensitive's user avatar
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, ...
milkycards's user avatar
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 ...
Araders's user avatar
  • 29
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 ...
Anduel Karamani's user avatar
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 ...
Lotus_8's user avatar
  • 199
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&...
Sven Lueck's user avatar
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 ...
Dosto's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
73