HybricMark Documentation
HybricMark is a production-oriented, headless Markdown editor for React, built on top of Tiptap. This documentation focuses on real integration work: persistence, table/footnote workflows, keyboard systems, and extension strategy.What you get out of the box
- Block UUID generation (`attrs.id`) for core nodes.
- Context-first menu and keyboard shortcuts for writing flow.
- Markdown-aware paste pipeline with task list and footnote parsing.
- Typora-style table controls (resize, align, row/column operations).
- Math/footnote/link interaction enhancements for document products.
Recommended reading order
Guides (copy-paste ready)
- Saving to Database
- Handling Image Uploads
- Table Workflows
- Link Interaction
- Keyboard Shortcuts
- Footnotes & Math
- Custom Slash Menu
- Custom Styling
- Next.js / SSR
- Security Hardening