What problem does it solve?
Building and extending Tiptap rich text editors often requires cross-referencing scattered official documentation and source code, leading to inconsistent implementations, version mismatches, and avoidable runtime errors like SSR crashes.
Core Features & Use Cases
- Official Resource Guidance: Directs users to clone the official Tiptap and tiptap-docs repositories for up-to-date source code and documentation reference.
- Core Best Practices: Outlines mandatory Tiptap 3 rules including aligned versioning for all @tiptap packages and the immediatelyRender: false setting for SSR environments to prevent editor crashes.
- Feature Implementation Support: Provides direct links to official documentation for building common editor features including real-time collaboration, threaded comments, tracked changes, DOCX/PDF/Markdown conversion, AI content generation and proofreading, version history, and print-ready page layouts, plus setup instructions for paid pro Tiptap extensions.
Quick Start
Use the tiptap skill to implement a Tiptap 3 rich text editor with real-time collaboration and comment features for your team's internal knowledge base.