Advertisement Β· 728 Γ— 90

Posts by Tiptap

Video

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

4 months ago 7 0 0 0

Thanks for sharing your update πŸ™

4 months ago 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/...

4 months ago 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 πŸ˜…

5 months ago 11 0 1 0

Glad to hear that Tiptap is finding its way into TYPO3. Great work, @flanger.dev πŸ™Œ

5 months ago 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

5 months ago 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 :-)

8 months ago 1 0 0 0
Advertisement
Video

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

8 months ago 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/...

8 months ago 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.

8 months ago 1 0 1 0

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

8 months ago 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

8 months ago 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

8 months ago 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

8 months ago 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

8 months ago 2 0 1 0
Video

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 πŸ‘‡

8 months ago 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...

9 months ago 4 3 0 1
Advertisement
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...

9 months ago 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...

9 months ago 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...

9 months ago 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...

9 months ago 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...

9 months ago 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…

9 months ago 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 ✌️

9 months ago 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...

9 months ago 5 3 1 1
Advertisement

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

9 months ago 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

9 months ago 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

9 months ago 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...

9 months ago 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?...

9 months ago 26 8 0 0