Tiptap's Avatar

Tiptap

@tiptap.dev.bsky.social

309 Followers  |  13 Following  |  82 Posts  |  Joined: 12.11.2024  |  1.6864

Latest posts by tiptap.dev on Bluesky

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 — 👍 25    🔁 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 — 👍 4    🔁 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 — 👍 3    🔁 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 — 👍 3    🔁 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 — 👍 11    🔁 4    💬 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!
YouTube video by Nuno Maduro Filament 4 Beta Just Dropped: The New Tiptap-Based Rich Editor Is Absolutely INSANE!

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
Preview
Tiptap’s new pricing model is live – Tiptap Release Notes We quietly rolled out a new pricing model for Tiptap Cloud a few weeks ago. It’s now live and fully in effect. Over the next weeks, we’ll keep reaching out to existing users directly. But we also want...

We hope this makes Tiptap simpler, clearer, and more useful for everyone. More details:

Blog post on open sourcing → tiptap.dev/blog/release...

Blog post on new pricing model → tiptap.dev/blog/release...

06.06.2025 16:22 — 👍 2    🔁 0    💬 0    📌 0

Our paid offering now focuses on feature bundles that solve full problems, like:

✨ Content AI
🔁 Conversion
💬 Collaboration
📄 Documents

These go way beyond standalone extensions. Plug them in and save months of work.

06.06.2025 16:22 — 👍 1    🔁 0    💬 1    📌 0

At the same time, we’ve sunset the free tier of Tiptap Cloud and replaced it with a time-limited free trial. This helps us stay sustainable and focused, so we can keep investing in the open-source editor and building the ecosystem and platform around.

06.06.2025 16:22 — 👍 1    🔁 0    💬 1    📌 0

Why are we doing this?
These extensions aren't core to our main business anymore, but they're still super useful. So instead of locking them up, we're giving them back to you, the OSS community.

06.06.2025 16:22 — 👍 2    🔁 0    💬 1    📌 0

Extensions going MIT:

- Details
- DetailsContent
- DetailsSummary
- Emoji
- DragHandle
- FileHandler
- InvisibleCharacters
- Mathematics
- TableOfContents
- UniqueID

Use them. Fork them. Hack them. No strings attached.

06.06.2025 16:22 — 👍 2    🔁 0    💬 1    📌 0
Post image

🚨 Exciting update from the Tiptap team!

We’re open-sourcing 10 of our formerly “Pro” extensions under the MIT license.

They’ll be fully free and open by the end of June. Here’s what’s included 👇

06.06.2025 16:22 — 👍 10    🔁 3    💬 1    📌 2
Video thumbnail

Quick Fix: We just made snapshot diffs in the Tiptap editor a lot easier to read ✌️

Before: a line break looked like a deletion + addition.
Now: it just shows as a line break.

06.06.2025 12:36 — 👍 2    🔁 2    💬 0    📌 1

@tiptap.dev is following 13 prominent accounts