Add a Help menu with a built-in Markdown cheatsheet

Mirrors the logrs cheatsheet: a scrollable reference window covering the
markdown md-manuscript renders on export, plus the manuscript-specific
conventions (# Title:/# Slug: metadata, the draft-marker header, and
comments). Opened from Help ▸ Markdown cheatsheet in the menu bar.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
landon
2026-07-29 10:49:13 -05:00
parent b31ac0c6c8
commit 503ef4f24a
4 changed files with 187 additions and 0 deletions
+4
View File
@@ -181,3 +181,7 @@ Headings, paragraphs, **bold**, *italic*, ***both***, `inline code`, fenced/inde
code blocks (monospace, whitespace preserved), ~~strikethrough~~, ordered and
unordered (nested) lists, block quotes, horizontal rules, and links. Images are
rendered as a text placeholder (not embedded).
A quick reference for all of this — plus the chapter metadata, draft-marker
header, and comment conventions — is built in: open **Help ▸ Markdown cheatsheet**
from the menu bar.