Timo Isik's Avatar

Timo Isik

@timoisik

Co-Founder at @tiptap.dev

74
Followers
56
Following
5
Posts
17.10.2023
Joined
Posts Following

Latest posts by Timo Isik @timoisik

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.

I finally was able to release this. Tiptap now supports Markdown with the new @tiptap/markdown package. Serialize or Parse Markdown with Tiptap anyway you want!

tiptap.dev/docs/editor/...

14.10.2025 13:53 πŸ‘ 3 πŸ” 1 πŸ’¬ 1 πŸ“Œ 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
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: 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...

Just released version 2.0.0 of the lightweight tiptap-php package: github.com/ueberdosis/t.... Use it!

26.06.2025 15:49 πŸ‘ 4 πŸ” 0 πŸ’¬ 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

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

🚨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
Video thumbnail

Just launched: the Tiptap AI Agent β†’ Build AI-powered document workflows in minutes.

Agents can read + edit text based on user-defined tasks, from simple assistants to complex automations.

- Works with Tiptap Cloud
- Or use it with your LLM + backend + custom tools

Live demo: ai-agent.tiptap.dev

04.06.2025 13:51 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 1
Video thumbnail

Need Grammarly-style AI suggestions inside your app? In this 2-min demo, we show how Tiptap AI Suggestions delivers:

βœ… Custom rules
βœ… Accept/reject flow for each suggestion
βœ… Plug in any LLM
βœ… Works out of the box, fully customizable
βœ… Self-hosted

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

15.05.2025 13:19 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 1
Post image

Tiptap 3.0 Beta is live! It's faster, simpler, and built for dev experience. Check the docs, test it out, and let us know your thoughts:

What’s new docs:
next.tiptap.dev/docs/resourc...

GitHub:
github.com/ueberdosis/t...

Thanks to ProseMirror for their amazing open-source work!

05.05.2025 15:24 πŸ‘ 23 πŸ” 10 πŸ’¬ 4 πŸ“Œ 2
Post image

πŸš€ New: Tiptap UI Components (MIT license)

React components + template to build editor UIs fast! No boilerplate, no lock-in. Use them as-is or customize everything.

Docs β†’ tiptap.dev/docs/ui-comp...

CLI β†’ npx @tiptap/cli init

GitHub repo: github.com/ueberdosis/t...

15.04.2025 13:01 πŸ‘ 12 πŸ” 2 πŸ’¬ 0 πŸ“Œ 2

Finally made some progress on our new Decorations API (and also getting the beta release for Tiptap 3.0.0 ready which should go live next week including new docs).

10.04.2025 16:29 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Tiptap UI Components & Templates Build rich editor UIs faster with Tiptap’s React components, templates, and CLI. Designed for speed, flexibility, and seamless integration.

Coming soon: Tiptap UI Components & Templates
Ultra-flexible React components, templates, and a CLI to build editor UIs fast, without giving up control.

Built for engineers. Designed by @nickhirche.bsky.social.

πŸ”—Β Website: tiptap.dev/product/ui-c...
πŸ‘€ Preview: template.tiptap.dev/simple

03.04.2025 11:44 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Tiptap 3.0 Beta is coming soon!
Just launched a small website with the new key features and what's next for the upcoming beta release of Tiptap 3.0: tiptap.dev/tiptap-edito...

13.03.2025 10:40 πŸ‘ 11 πŸ” 2 πŸ’¬ 0 πŸ“Œ 1
Preview
Senior Full Stack Engineer at Tiptap | Y Combinator Senior Full Stack Engineer The core problem, we’re solving with Tiptap Millions of people around the world are using them right now in their web browsers: Text editors. While the vast majority of user...

Tiptap is looking for a Senior Full Stack Engineer onsite in Berlin or remotely in selected European countries πŸ™Œ
All info + apply here: www.ycombinator.com/companies/ti...

13.01.2025 16:23 πŸ‘ 6 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Voice control editing – Tiptap Experiments
Voice control editing – Tiptap Experiments YouTube video by Tiptap

Testing voice control in Tiptap Editor… speech-to-text, text-to-speech, AI for better transcriptions. Format, transcribe, and add media by voice! It’s experimental but shows what’s next. Watch the demo: youtu.be/FYETnU-RhyA

07.01.2025 09:18 πŸ‘ 5 πŸ” 3 πŸ’¬ 0 πŸ“Œ 2
Video thumbnail

Working on a simple editor react template for Tiptap. It's built with encapsulated components, giving you the flexibility to mix and match as you need.

27.11.2024 16:44 πŸ‘ 11 πŸ” 4 πŸ’¬ 4 πŸ“Œ 0

That's exactly what I usually do on Fridays.

22.11.2024 08:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Service Announcement: We have passed the 5 million downloads per month milestone for the Tiptap editor on npm πŸ₯³

20.11.2024 15:43 πŸ‘ 18 πŸ” 1 πŸ’¬ 2 πŸ“Œ 4

Sounds interesting. Is free wool included?

20.11.2024 12:50 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Is this vector search?

20.11.2024 11:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Still waiting for AGI, so that I don't have to code or create config files anymore.

20.11.2024 11:27 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Post image

Thank you @bsky.app for using Tiptap 🫢

18.11.2024 11:04 πŸ‘ 53 πŸ” 6 πŸ’¬ 2 πŸ“Œ 1

We've added more VueJS demos to the Tiptap docs. Previously available only for React, these examples now provide options for Vue developers as we stay committed to both, React and VueJS.

14.11.2024 08:57 πŸ‘ 12 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0