Live data from Hacker News

Switching Rich Text Editors, Part 1: Picking Tiptap

ashbyhq.com

51–54 of 54 posts

Re: Switching Rich Text Editors, Part 1: Picking Tiptap

#51
post #12

I use TipTap as a rich text editor in my open-source weekly journaling app.[0] One of the big gotchas I've had with TipTap is that it's extremely sluggish once you get to more than 300 words or so and you're using different formatting options. There's a multi-second delay between typing the word and the text appearing in the screen. The APIs are pretty nice, and I was able to convert to/from Markdown with it easier t…

Try disabling spellcheck, this has serious performance issues for content editable in recent chrome versions. https://bugs.chromium.org/p/chromium/issues/detail?id=107671...

Oh, interesting. I'll try that. I feel like I've seen it on FF too, so I'm not sure if that's the problem.

Re: Switching Rich Text Editors, Part 1: Picking Tiptap

#52

When evaluating rich text editors for the note-taking app I started about a year ago ( https://notabase.io ), I ended up going with Slate because of its flexible schema and customizable plugin architecture. I sort of regret that choice now. I ran into a lot of bugs when integrating it which I had to manually work around; issues go months without being addressed; and there still isn't good cross-platform support, espe…

There's a demo for links here https://tiptap.dev/api/marks/link

Re: Switching Rich Text Editors, Part 1: Picking Tiptap

#54
post #41

Glad to see Tiptap getting more attention. I've used 1.0 and 2.0 and they've both been great to work with. However one GIANT roadblock in the project I was working on was the inability to create custom inline components, like say a link with inline buttons for removing/changing the url. I believe there still isn't support for this type of functionality.

You can use the bubble menu for it!
Post reply on HN