A working note
Markdown is plain text with a little punctuation. The reader takes that punctuation and typesets it, so a note written in a hurry still reads like something made on purpose.
Everything here came from a text file. No styling was stored in it — only meaning.
What changed
- Headings, quotes and tables, on a measured column
- A contents rail that follows the reading position
- Syntax colour for around forty languages
// The reader asks the shell for one document at a time.
async function openPath(path) {
const document = await invoke("read_document", { path });
render(document.text);
}
| Shortcut | Does |
|---|---|
| Ctrl+O | Open a document |
| Ctrl+D | Light or dark |