Tiptap's Avatar

Tiptap

@tiptap.dev

358
Followers
13
Following
88
Posts
12.11.2024
Joined
Posts Following

Latest posts by Tiptap @tiptap.dev

Video thumbnail

Meet the new Table Node UI!

Add, move, resize, merge, and duplicate tables right inside your editor. Fully accessible, keyboard-friendly, and dark-mode ready.

Included in your Pro subscription:
npx @tiptap/cli@latest add table-node

Docs: tiptap.dev/docs/ui-comp...

05.12.2025 07:47 👍 7 🔁 0 💬 0 📌 0

Thanks for sharing your update 🙏

22.11.2025 20:20 👍 2 🔁 0 💬 0 📌 0
Preview
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.

Maybe our Markdown parser and serializer helps? tiptap.dev/docs/editor/...

21.11.2025 10:35 👍 0 🔁 0 💬 1 📌 0
Preview
Emoji extension | Tiptap Editor Docs Use the Emoji extension in Tiptap to render emojis as inline nodes with fallback images for unsupported emojis.

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 😅

24.10.2025 09:54 👍 11 🔁 0 💬 1 📌 0

Glad to hear that Tiptap is finding its way into TYPO3. Great work, @flanger.dev 🙌

20.10.2025 15:08 👍 1 🔁 0 💬 0 📌 0
Post image

Three months ago, a community budget idea turned into a working prototype: a new #TipTap-based #RTE for #TYPO3. In his community budget report, @flanger.dev shares the story behind his idea and presents the first results of the new TipTap rich-text editor integration.

Learn more 👉 buff.ly/zYNiDyQ

18.10.2025 07:01 👍 6 🔁 2 💬 1 📌 0

Hey! Could you send us a quick email at humans@tiptap.dev so we can take a look at your issue? Thanks :-)

07.08.2025 17:55 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

Need a Notion-style editor in your product? We built it.

Now in Tiptap Cloud:
✅ Drag-and-drop blocks
✅ Real-time collaboration
✅ Version history
✅ AI commands (rewrite, generate, autocomplete)
✅ Mobile-ready UI

Use it, extend it, ship it.

Live demo: template.tiptap.dev/preview/temp...

29.07.2025 14:37 👍 3 🔁 1 💬 0 📌 0

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/...

15.07.2025 13:26 👍 1 🔁 1 💬 0 📌 0

The UI components and simple editor template are already on 3.0. If you’re using them, you’re already set.

15.07.2025 13:26 👍 1 🔁 0 💬 1 📌 0

Fixes:
– Better drag-and-drop
– Clean listener teardown
– Jest/ESM bugs resolved
– Smoother multi-image insert

15.07.2025 13:26 👍 1 🔁 0 💬 1 📌 0

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

15.07.2025 13:26 👍 1 🔁 0 💬 1 📌 0

API got smarter:
– insertContent doesn’t create ghost nodes
– unmount() for reusing editors
– Typed everything
– DevTools toggle
– Fewer unnecessary transactions = less CPU

15.07.2025 13:26 👍 1 🔁 0 💬 1 📌 0

⚠️ 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

15.07.2025 13:26 👍 1 🔁 0 💬 1 📌 0

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

15.07.2025 13:26 👍 2 🔁 0 💬 1 📌 0
Video thumbnail

Tiptap 3.0 is stable 🚨

That went quickly! After two months in beta, we’re announcing the release of the stable version of Tiptap 3.0. With over eight million downloads per month on npm, we hope this update will make many developers very happy. Here’s what’s new 👇

15.07.2025 13:26 👍 27 🔁 5 💬 1 📌 3
Post image

Next in our AI Agent Improvement Sprint: Better Custom LLM support

– New docs for custom AI backends
– Demos for faster setup
– Cleaner API (less code, smaller bundle)
– Fixes for Claude, Vercel AI SDK, and more

Docs → tiptap.dev/docs/content...
Demos → github.com/ueberdosis/a...

08.07.2025 16:22 👍 4 🔁 3 💬 0 📌 1
Post image

Next in our AI Agent Improvement Sprint: Selection Awareness

The AI Agent now knows what you selected. It edits just that. Nothing more, nothing less.

Docs → tiptap.dev/docs/content...

04.07.2025 07:35 👍 4 🔁 1 💬 0 📌 1
Preview
remove flushSync in favor of queueMicrotask by bdbch · Pull Request #6538 · ueberdosis/tiptap Changes Overview This PR removes flushSync from the React Nodeview renderer which should lead to better performance, less bugs when it comes to dangling Nodeviews still being reconciled by ProseMir...

Minor performance update in Tiptap React: we removed flushSync from the NodeView renderer. This brings us back in line with React 18’s automatic batching and improves support for React 19: github.com/ueberdosis/t...

03.07.2025 08:44 👍 2 🔁 1 💬 0 📌 0
Post image

Next in our AI Agent Improvement Sprint: Add Context

Let your AI Agent do smarter work by passing extra info like document IDs or mentions.

Docs: tiptap.dev/docs/content...

01.07.2025 11:21 👍 4 🔁 3 💬 0 📌 1
Preview
Release 2.0.0 · ueberdosis/tiptap-php What's Changed Fix: README.md code examples by @silasjoisten in #56 Fix README.md ordered list by @silasjoisten in #57 Fix to deprecated function call by @aSeriousDeveloper in #52 Add VSCode launc...

We know Tiptap is built with TypeScript. But if you ever need it running on PHP, version 2.0.0 of tiptap-php is now out:

- Added Color and FontFamily extensions.
- Improved URL sanitization.
- PHP 7.4 is no longer supported.
- Removed error prone wrapper logic.

github.com/ueberdosis/t...

26.06.2025 15:34 👍 5 🔁 1 💬 0 📌 0
Post image

Next up in our AI Agent Improvement Sprint: Custom System Prompts.

Quickly create specialized AI Agents with unique behaviors and personalities, all powered by Tiptap Cloud.

Details in the docs: tiptap.dev/docs/content...

26.06.2025 12:16 👍 3 🔁 2 💬 0 📌 0
Post image

The AI Agent just got 3x faster:

- Chunk size: Increased from 1,000 → 32,000 chars (matches modern coding assistants).
- Diff-based editing: Precise, quicker edits instead of full rewrites.

Demo → ai-agent.tiptap.dev
Docs → tiptap.dev/docs/content...

Next up in our Sprint: Customizable prompts…

25.06.2025 14:43 👍 5 🔁 4 💬 0 📌 2
Post image

Service Announcement: We're kicking off the AI Agent Improvement Sprint: a series of updates designed to make the Tiptap AI Agent tools faster, smarter, and easier to use. We'll release these upgrades step by step over the next few weeks, starting today ✌️

25.06.2025 13:53 👍 1 🔁 0 💬 0 📌 0
Post image

DOCX import/export in Tiptap just got way faster.

- 60% less memory
- 47% faster processing
- Memory grows linearly now, even for 100+ pages

Smart chunking, better GC, full Sentry traces.
Bonus: considering Bun for the next round. Let’s squeeze more.

Docs: tiptap.dev/docs/convers...

24.06.2025 18:48 👍 5 🔁 3 💬 1 📌 1

@tiptap/extension-file-handler
@tiptap/extension-invisible-characters
@tiptap/extension-mathematics
@tiptap/extension-node-range
@tiptap/extension-table-of-contents
@tiptap/extension-unique-id

20.06.2025 12:02 👍 5 🔁 0 💬 0 📌 0

@tiptap/extension-drag-handle
@tiptap/extension-drag-handle-react
@tiptap/extension-drag-handle-vue-2
@tiptap/extension-drag-handle-vue-3
@tiptap/extension-emoji
@tiptap/extension-details-content
@tiptap/extension-details-summary
@tiptap/extension-details

20.06.2025 12:02 👍 5 🔁 0 💬 1 📌 0

🚨Open Source Update!
We just released a bunch of previously pro-only Tiptap extensions under the MIT license. They are now available via NPM. Contributions are very welcome.

Happy coding, and enjoy your weekend!
Team Tiptap

20.06.2025 12:02 👍 13 🔁 5 💬 2 📌 2
Post image

DOCX import/export just got way better in Tiptap!

✅ More accurate DOCX formatting
✅ Map your custom nodes to DOCX elements
✅ Control the DOCX styling so it looks like your brand

Use it however you like: frontend, backend, or through our cloud API.

Docs: tiptap.dev/docs/convers...

16.06.2025 12:33 👍 5 🔁 3 💬 0 📌 2
Filament 4 Beta Just Dropped: The New Tiptap-Based Rich Editor Is Absolutely INSANE!
Filament 4 Beta Just Dropped: The New Tiptap-Based Rich Editor Is Absolutely INSANE! YouTube video by Nuno Maduro

filament 4 beta just dropped — the new tiptap editor is wild. just dropped a video on it. 1k likes and i’ll do filament week, like promised: youtu.be/SceSTG1-y4U?...

15.06.2025 10:14 👍 26 🔁 8 💬 0 📌 0