tiptap

Integrate and extend Tiptap v3 editors with collaboration, comments, AI, and document conversion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/guillempuche/engranatge --skill tiptap-guillempuche
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiptap
Source: https://github.com/guillempuche/engranatge/tree/main/docs/repos/tiptap/skills/tiptap
Command: npx skills add https://github.com/guillempuche/engranatge --skill tiptap-guillempuche

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often struggle to integrate and extend the Tiptap rich text editor across web applications, balancing extensions, collaboration features, AI enhancements, and document conversion.

Core Features & Use Cases

  • Editor integration: Seamlessly embed Tiptap into applications with a consistent editing experience.
  • Extensions & customization: Install and synchronize extensions across the codebase to maintain compatibility.
  • Collaboration & AI: Implement real-time collaboration, in-document comments, and AI-assisted editing.
  • Document conversion: Enable conversion between formats such as Markdown, HTML, and DOCX.

Quick Start

Install Tiptap in your project, initialize the editor, and begin integrating the recommended extensions.

Frequently Asked Questions about tiptap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add real-time collaboration and comments to a rich text editor?

Rich text editor collaboration and comments are implemented by integrating Tiptap extensions designed for real-time editing and in-document annotations. This enables multiple users to edit and comment simultaneously within web applications.

Can I convert rich text editor content between Markdown, HTML, and DOCX?

Document conversion between Markdown, HTML, and DOCX is supported through specific Tiptap extensions. These allow seamless format transformation of rich text editor content directly within your web application workflow.

What is the best way to integrate AI-assisted editing into a rich text editor?

AI-assisted editing in a rich text editor is achieved by extending Tiptap with AI integration features. This provides intelligent text suggestions and automated content modifications directly inside the editing interface.

Does rich text editor integration require specific framework versions for React?

Tiptap rich text editor integration requires Tiptap v3 and aligned @tiptap package versions. It provides specific guidance for using the React composable API and handling server-side rendering.

How do I synchronize Tiptap extensions across my codebase without conflicts?

Synchronizing Tiptap extensions requires installing and aligning package versions across the entire codebase. This maintains compatibility and ensures a consistent rich text editing experience throughout the application.

Why are my Tiptap rich text editor extensions causing version mismatch errors?

Version mismatch errors in Tiptap rich text editor extensions occur when package versions are not aligned. Ensure all installed extensions match the required Tiptap v3 baseline to restore functionality.