·tiptap-editor
</>

tiptap-editor

Tiptap-Editor-API-Muster für die vmark WYSIWYG-Entwicklung. Wird verwendet, wenn Sie mit Editorbefehlen, Knotendurchquerungen, Auswahlbehandlungen oder Formatierungsvorgängen arbeiten.

71Installationen·1Trend·@xiaolai

Installation

$npx skills add https://github.com/xiaolai/vmark --skill tiptap-editor

So installieren Sie tiptap-editor

Installieren Sie den KI-Skill tiptap-editor schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/xiaolai/vmark --skill tiptap-editor
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: xiaolai/vmark.

This skill documents proper Tiptap API usage patterns for vmark development. It helps distinguish when to use Tiptap's high-level API vs direct ProseMirror access.

cursorHandlers.ts Block Boundary Issue src/hooks/mcpBridge/cursorHandlers.ts uses doc.textContent which flattens the document and loses block boundaries. The correct approach is to use $pos helpers:

Cursor Sync Drift After WYSIWYG Edits sourceLine attributes are only set on initial parse. After WYSIWYG edits that add/remove blocks, line numbers no longer match the source. This is a known limitation.

Tiptap-Editor-API-Muster für die vmark WYSIWYG-Entwicklung. Wird verwendet, wenn Sie mit Editorbefehlen, Knotendurchquerungen, Auswahlbehandlungen oder Formatierungsvorgängen arbeiten. Quelle: xiaolai/vmark.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/xiaolai/vmark --skill tiptap-editor
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-19
Aktualisiert
2026-03-10

Browse more skills from xiaolai/vmark

Schnelle Antworten

Was ist tiptap-editor?

Tiptap-Editor-API-Muster für die vmark WYSIWYG-Entwicklung. Wird verwendet, wenn Sie mit Editorbefehlen, Knotendurchquerungen, Auswahlbehandlungen oder Formatierungsvorgängen arbeiten. Quelle: xiaolai/vmark.

Wie installiere ich tiptap-editor?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/xiaolai/vmark --skill tiptap-editor Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/xiaolai/vmark