DEV Community

Cover image for Edra: Svelte Rich Text Editor with Tiptap
jQueryScript
jQueryScript

Posted on

Edra: Svelte Rich Text Editor with Tiptap

Edra: a rich text editor component for Svelte, built on Tiptap and copied directly into your project source so you can modify it freely.

Key features:

  • Headless or shadcn UI flavor
  • Tables, images, video, audio, and iframe embeds
  • LaTeX math support and extended code blocks with syntax highlighting
  • Slash commands, drag-and-drop, bubble menus, and search-and-replace
  • JSON and HTML output via a simple onUpdate callback
  • File upload hooks for connecting your own storage backend

One init command drops everything into src/lib/components/edra. Worth checking out if you're building a CMS, docs platform, or anything that needs serious editorial tooling in Svelte.

👉 Blog Post

👉 GitHub Repo

👉 Live Demo

Top comments (0)