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...
Switching Rich Text Editors, Part 1: Picking Tiptap
51–54 of 54 posts
Re: Switching Rich Text Editors, Part 1: Picking Tiptap
#52When 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…
Re: Switching Rich Text Editors, Part 1: Picking Tiptap
#53Re: Switching Rich Text Editors, Part 1: Picking Tiptap
#54Glad 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.