Tiptap
banner
tiptap.dev
Tiptap
@tiptap.dev
Thanks for sharing your update 🙏
November 22, 2025 at 8:20 PM
Maybe our Markdown parser and serializer helps? tiptap.dev/docs/editor/...
Markdown Introduction | Tiptap Editor Docs
Get started with Markdown in Tiptap. Learn how to parse and render Markdown content in your Tiptap editor with our comprehensive guide.
tiptap.dev
November 21, 2025 at 10:35 AM
We have an emoji extension that addresses this issue for emojis: tiptap.dev/docs/editor/...

Try creating a flag emoji and backspacing in the playground.

Hope that helps 😅
Emoji extension | Tiptap Editor Docs
Use the Emoji extension in Tiptap to render emojis as inline nodes with fallback images for unsupported emojis.
tiptap.dev
October 24, 2025 at 9:54 AM
Glad to hear that Tiptap is finding its way into TYPO3. Great work, @flanger.dev 🙌
October 20, 2025 at 3:08 PM
Hey! Could you send us a quick email at [email protected] so we can take a look at your issue? Thanks :-)
August 7, 2025 at 5:55 PM
Built with and for the OSS community 🙏

Got feedback? Building something cool?

Say hi → tiptap.dev/discord

What’s new → tiptap.dev/docs/resourc...

Upgrade guide → tiptap.dev/docs/guides/...
July 15, 2025 at 1:26 PM
The UI components and simple editor template are already on 3.0. If you’re using them, you’re already set.
July 15, 2025 at 1:26 PM
Fixes:
– Better drag-and-drop
– Clean listener teardown
– Jest/ESM bugs resolved
– Smoother multi-image insert
July 15, 2025 at 1:26 PM
Extensions got love:
– Mention supports multiple triggers
– Math reworked as nodes (way faster)
– Image supports width/height
– YouTube regex is more flexible
– Emoji outputs alt text
July 15, 2025 at 1:26 PM
API got smarter:
– insertContent doesn’t create ghost nodes
– unmount() for reusing editors
– Typed everything
– DevTools toggle
– Fewer unnecessary transactions = less CPU
July 15, 2025 at 1:26 PM
⚠️ Breaking changes:
– New packages for Lists, Tables, Text Styles
– UndoRedo renamed
– No more UMD builds (ESM/CJS only)
– considerAnyAsEmpty removed
– Requires @floating-ui/dom@^1.6.0
July 15, 2025 at 1:26 PM
Highlights:
– New meta-packages (@tiptap/extensions, etc.)
– Menus now use Floating UI (smaller, smarter)
– Static renderer → HTML, Markdown, React
– StarterKit now includes Link, Underline, Lists
– Pro features like Emoji, Math, TOC are OSS
July 15, 2025 at 1:26 PM
@tiptap/extension-file-handler
@tiptap/extension-invisible-characters
@tiptap/extension-mathematics
@tiptap/extension-node-range
@tiptap/extension-table-of-contents
@tiptap/extension-unique-id
June 20, 2025 at 12:02 PM