tiptap-vue3
Installation
SKILL.md
Tiptap Vue 3 Skill
Implement production-ready Tiptap WYSIWYG editors in Vue 3 with clean API and full control over input behavior.
Why Tiptap Over Milkdown
| Feature | Tiptap | Milkdown |
|---|---|---|
| Input rule control | enableInputRules: false - one flag |
Must skip multiple imports |
| Vue 3 integration | Official @tiptap/vue-3 |
Works but more complex |
| Bundle size | Smaller (modular) | Larger |
| Documentation | Excellent | Good |
| Task lists | Built-in extension | Requires GFM preset |
Key Advantage: Tiptap lets you disable auto-conversion with a single option, preventing the common issue where typing - automatically creates bullet lists before you can type - [ ] for task lists.