TnP Editor is a Gutenberg-style, block-based rich text editor built with TypeScript and exposed as a Web Component (<tnp-editor>), created by ToolnPlay.
- Block-based editing
- Paragraph + Heading blocks
- Move / delete blocks
- Live editing via
contenteditable - JSON + HTML export (via public API)
npm install
npm run dev