Rich text editor with live HTML source view powered by Tiptap
Visual editor
HTML source
Edits here update the visual editor live.
About this editor
Built on Tiptap (ProseMirror) with the StarterKit extension. Both panes are kept in sync: edits in the visual editor regenerate the HTML, and edits in the source pane re-render the editor. Tiptap parses incoming HTML through ProseMirror's schema, which strips anything that isn't part of the configured document model — including <script> tags and inline event handlers — so the preview is safe to render even when the source is hand-edited.