HTML Editor

HTML files open in a live rendered editor. You edit the rendered page directly and see changes reflected immediately — the same experience as the markdown editor.

Features

  • Live rendering — edit the formatted output, not raw source
  • Formatting toolbar — bold, italic, headings, lists, blockquote, code block, horizontal rule
  • Find and replaceCmd+F with match highlighting, replace-next, and replace-all
  • Rich/Source toggle — switch between rendered view and raw HTML source
  • Autosave — changes save automatically after ~450ms of inactivity

How it differs from markdown

The HTML editor uses the same rendered editing surface but works with HTML source instead of markdown. When you edit in rendered mode, changes are written back as HTML. The formatting ribbon sends the same commands to the web editor.

💡 Tip: Use the source toggle to inspect or hand-edit the raw HTML when the visual editor doesn’t give you enough control.