diff --git a/site/docs.html b/site/docs.html index 6a36ef1..e8dd7a0 100644 --- a/site/docs.html +++ b/site/docs.html @@ -45,7 +45,61 @@

Live Reload

Multi-Window

Press Cmd+N to open a new window and view multiple files side by side. Each window independently tracks and live-reloads its own file.

+

Edit Mode

+

Press Cmd+E (or the Edit button in the toolbar) to toggle edit mode. The rendered document becomes editable in place — no separate textarea, no syntax view.

+

Each block (paragraph, heading, list, quote, code block) shows a handle on hover. Click the handle to open a menu that lets you convert the block to a different type, duplicate it, move it up or down, or delete it.

+

Formatting — with text selected:

+ + + + + + + + + + + +
ShortcutAction
Cmd+BBold
Cmd+IItalic
Cmd+Shift+XStrikethrough
Cmd+EInline code
Cmd+KLink
+

Navigation and structure:

+ +

Toggles:

+ +

Blocks containing inline content the editor can't faithfully round-trip (raw HTML, inline images, superscript, etc.) open in the raw-markdown editor automatically so the source is never silently changed.

+ +

Images

+

Inline images load directly in the rendered document:

+ +

Supported image formats: PNG, JPEG, GIF, SVG, WebP, AVIF, ICO, BMP.

+ +

Links

+

Links in rendered documents work the way you'd expect:

+ + +

External Editor

+

If you'd rather make heavier edits in your usual editor, configure an external editor command in Preferences → External Editor (for example, code for VS Code, cursor for Cursor, subl for Sublime). A button in the toolbar then opens the current file in that editor with one click.

+

Live reload picks up the changes as soon as you save in the external editor.

+ +

Window State

+

The app remembers each window's size, position, and fullscreen state. When you reopen Open Markdown, your windows come back exactly where they were.

+

Keyboard Shortcuts

+

Global

@@ -56,12 +110,36 @@

Keyboard Shortcuts

+ + + - + +
Cmd+OOpen file
Cmd+NNew window
Cmd+WClose window
Cmd+SSave
Cmd+EToggle edit mode
Cmd+FFind in page
Cmd+TToggle light/dark theme
Cmd+=Zoom in
Cmd+-Zoom out
Cmd+0Reset zoom
Cmd+WClose window
+

In edit mode (with text selected, unless noted)

+ + + + + + + + + + + + + + + + + + +
ShortcutAction
Cmd+BBold
Cmd+IItalic
Cmd+Shift+XStrikethrough
Cmd+EInline code
Cmd+KInsert link
Cmd+/Toggle raw-markdown for the active block
Cmd+Shift+FToggle floating format toolbar
EnterSplit block at caret, focus the new block below
Shift+EnterInsert line break inside the current block
ArrowUp / ArrowDownCross to adjacent block at top/bottom edge
EscCommit and exit the active block
diff --git a/site/index.html b/site/index.html index eeb4b32..2b780bd 100644 --- a/site/index.html +++ b/site/index.html @@ -84,6 +84,26 @@

Pinch to Zoom

Drag & Drop

Drop any Markdown file onto the app window or Dock icon to open it immediately.

+
+

Inline Edit Mode

+

Press Cmd+E to edit directly in the rendered document. Notion-style block menu, formatting shortcuts (Cmd+B, Cmd+I, Cmd+E, Cmd+K), and a raw-markdown escape hatch when you need it.

+
+
+

Inline Images

+

Images load directly in the document — both local paths (relative or absolute) and HTTPS URLs. PNG, JPEG, GIF, SVG, WebP, AVIF, ICO, and BMP supported.

+
+
+

Smart Links

+

Hover any link to preview its target in the status bar. Click to open in your default browser. Right-click for a menu to copy or open the URL.

+
+
+

Window State

+

The app reopens exactly where you left it — window size, position, and fullscreen state are restored across sessions.

+
+
+

External Editor

+

One click sends the current file to your favourite editor or IDE. Configure the command once in Preferences and the toolbar button does the rest.

+