Fix navigable blog previews.

This commit is contained in:
2026-07-20 17:10:33 +02:00
parent 29cdd016b8
commit 49adfed68f
9 changed files with 495 additions and 70 deletions

View File

@@ -163,7 +163,9 @@ surface PostEditorSurface {
@guarantee EditorModes
-- Markdown: code editor with markdown-with-macros language,
-- highlighting [[macro ...]] syntax. Word wrap on, minimap off, 14px font.
-- Preview: iframe showing rendered preview.
-- Preview: iframe served by the localhost preview server at the post's
-- normal generated-site URL, using the shared site renderer. Draft
-- content comes from DB; published content and assets come from files.
-- Markdown and Preview are the only editor modes.
@guarantee DragDropImages