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 @@
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.
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:
+| Shortcut | Action |
|---|---|
Cmd+B | Bold |
Cmd+I | Italic |
Cmd+Shift+X | Strikethrough |
Cmd+E | Inline code |
Cmd+K | Link |
Navigation and structure:
+Enter splits the current block at the caret — the new block below gets focusShift+Enter inserts a line break inside the current blockArrowUp / ArrowDown at the top or bottom of a block moves the caret to the adjacent blockEsc commits the edit and exits the blockToggles:
+Cmd+/ drops the active block into a raw-markdown editor — useful for content the WYSIWYG editor can't represent (e.g. images, footnotes). The next click on the block returns to WYSIWYG.Cmd+Shift+F toggles a small floating toolbar with buttons for the formatting actions above. Starts hidden each session.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.
+ +Inline images load directly in the rendered document:
+) or absolute () filesystem paths, served via a dedicated om-asset: protocol restricted to image file typeshttps:// URLs are loaded by the rendererSupported image formats: PNG, JPEG, GIF, SVG, WebP, AVIF, ICO, BMP.
+ +Links in rendered documents work the way you'd expect:
+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.
+ +The app remembers each window's size, position, and fullscreen state. When you reopen Open Markdown, your windows come back exactly where they were.
+Global
Cmd+O | Open file |
Cmd+N | New window |
Cmd+W | Close window |
Cmd+S | Save |
Cmd+E | Toggle edit mode |
Cmd+F | Find in page |
Cmd+T | Toggle light/dark theme |
Cmd+= | Zoom in |
Cmd+- | Zoom out |
Cmd+0 | Reset zoom |
Cmd+W | Close window |
In edit mode (with text selected, unless noted)
+| Shortcut | +Action | +
|---|---|
Cmd+B | Bold |
Cmd+I | Italic |
Cmd+Shift+X | Strikethrough |
Cmd+E | Inline code |
Cmd+K | Insert link |
Cmd+/ | Toggle raw-markdown for the active block |
Cmd+Shift+F | Toggle floating format toolbar |
Enter | Split block at caret, focus the new block below |
Shift+Enter | Insert line break inside the current block |
ArrowUp / ArrowDown | Cross to adjacent block at top/bottom edge |
Esc | Commit and exit the active block |
Drop any Markdown file onto the app window or Dock icon to open it immediately.
+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.
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.
+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.
+The app reopens exactly where you left it — window size, position, and fullscreen state are restored across sessions.
+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.
+