Skip to main content
0 votes
0 answers
46 views

When I drop content into the TipTap editor on a new line that doesn’t already exist, I see a horizontal line cursor. Why does this happen, and how can I fix it? here is my tiptap extension ...
Alok Shaw's user avatar
0 votes
0 answers
42 views

Problem I'm using Toast UI Editor with the color syntax plugin. When I apply a color to selected text: Issue 1: The cursor jumps to the beginning of the line/paragraph (only on first color change) ...
NguyenDuc's user avatar
0 votes
1 answer
141 views

I am using Kendo Editor, which uses the proseMirror library, to try to make a template editor. On requirement is to be able to handle custom tags within tables. Something like: <table> <...
ZrSiO4's user avatar
  • 136
0 votes
0 answers
44 views

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
1 answer
449 views

I've got the editor working with the vanilla setup and following milkdowns guide: milkdown setup with collab-plugin api: collab-plugin. Collaborative Editing Guide Collaborative Editing. Using: Vue 3, ...
jeffmayn's user avatar
  • 2,677
0 votes
0 answers
80 views

I'm using ngx-editor with prosemirror-codemirror-6 in an Angular project to add a code_mirror node. The editor works fine, but when I press Typing continuously inside a code_mirror block, I get the ...
Karthik S's user avatar
  • 428
1 vote
0 answers
567 views

I have created a custom Tiptap extension to add a line break <br> when pressing the Enter key. The extension works as expected by inserting a <br> tag. However I'm encountering an issue ...
justlikeThat's user avatar
0 votes
1 answer
32 views

Text content gets removed when an extension a new extension is created for it when the extension tag has textcontent and node element data together with it My extension export const Tbcaption = Node....
Karthik's user avatar
  • 135
1 vote
1 answer
223 views

I've been searching for a while now, and I can't seem to find any one mentioning this issue. We use TipTap / ProseMirror as a text editor, and prosemirror-markdown's default serializer/parser utilize ...
neaumusic's user avatar
  • 10.5k
1 vote
1 answer
143 views

We have the following extension for Tiptap that handles a video node: import { mergeAttributes, Node, nodeInputRule } from "@tiptap/core"; export interface VideoOptions { url: string; ...
SalahAdDin's user avatar
  • 2,320
1 vote
0 answers
393 views

I'm currently working on a project where I'm using Tiptap, and I'm trying to convert a Node into a Mark. The goal is to have the ability to write text before and after this node. I've attached the ...
Kyrian marchand's user avatar
2 votes
2 answers
3k views

When using the ngx-editor in my application, it used to work fine, but now when running locally (this issue is only present in my local), I get this error when I am trying to Press Enter and change to ...
Steve Chacko's user avatar
2 votes
0 answers
887 views

I am working on implementing a drag-and-drop feature in a Tiptap editor, similar to the WordPress block editor. My goal is to show a border underline beneath the node where a draggable component (a ...
Txie B's user avatar
  • 21
0 votes
0 answers
52 views

When copying Prosemirror elements, I create new node elements with attributes for resources (images) in the form of base64, but before that I get them asynchronously from storage. I convert nodes to ...
Gaurussel's user avatar
1 vote
0 answers
216 views

I have an issue while using tiptap on Safari/Chrome inside Shadow Dom using IOS while typing in Japanese (and other similar languages like Chinese, Korean, and Thai). When typing using Japanese ...
tamir goldman's user avatar

15 30 50 per page
1
2 3 4 5
7