Files
2pac 1c6ecb7d61 feat(live): opt-in rich markdown edit mode with MDXEditor (#38)
Adds a fourth "rich" layout to the markdown editor in the web UI, behind the
existing pencil button. MDXEditor is lazy-loaded, themed to the app palette,
and remembered per browser; Monaco source stays the default. Saves go through
the existing write path, skip byte-equal writes, warn once on reformat, and
fall back to Monaco when the file cannot be parsed. Saving now also refreshes
the cached file text so Cancel and the preview show the new content without
a reload.
2026-09-03 21:32:36 +02:00
..