tiptap-editor

Document Tiptap editor API patterns for commands, node traversal, selection handling, and format operations.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/lildibbb/tele-crm-frontend --skill tiptap-editor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiptap-editor
Source: https://github.com/lildibbb/tele-crm-frontend/tree/main/.agents/skills/tiptap-editor
Command: npx skills add https://github.com/lildibbb/tele-crm-frontend --skill tiptap-editor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a clear and structured guide to Tiptap's API, addressing common development challenges in vmark WYSIWYG editors.

Core Features & Use Cases

  • API Patterns Documentation: Detailed guidance on Tiptap API usage for commands, node traversal, selection handling, and format operations.
  • When to Use Tiptap vs ProseMirror: Clear distinctions and scenarios for choosing between high-level Tiptap and direct ProseMirror access.
  • Use Cases: Ideal for developers integrating Tiptap into applications that require advanced text editing capabilities, such as Markdown editors or documentation tools.

Quick Start

Explore the Tiptap editor API patterns by reviewing the examples and patterns documented in this Skill.

Frequently Asked Questions about tiptap-editor

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

FAQPage Schema
How do I handle node traversal and selection in the Tiptap editor API?

Tiptap editor API patterns provide structured documentation for executing commands, node traversal, and selection handling to manage rich text content. This guides developers through complex node interactions and format operations.

When should I use high-level Tiptap commands versus direct ProseMirror access?

You should use high-level Tiptap commands for standard WYSIWYG editing and formatting tasks, while direct ProseMirror access is better suited for complex, low-level document manipulations. The API documentation outlines clear scenarios for choosing between them.

How do I integrate Tiptap editor capabilities into a Markdown or documentation application?

Integrating Tiptap editor capabilities involves applying documented API patterns for commands and format operations to build rich text editing features. This provides a clear structure for adding WYSIWYG functionality to Markdown or documentation tools.

Does this Tiptap API documentation cover format operations for vmark editors?

Yes, this Tiptap API documentation comprehensively covers format operations specifically within the vmark context. It details how to apply and manage text formatting alongside selection handling and node traversal commands.

What is the best way to structure Tiptap commands for complex text editing applications?

The best way to structure Tiptap commands is by following comprehensive API pattern documentation that addresses common development challenges. This approach streamlines the implementation of advanced text editing capabilities and format operations.