Open your Markdown files for beautiful, distraction-free reading with syntax-highlighted code blocks, tables, task lists, and clickable links. When you need to edit, switch to a comfortable editor with live preview.
Manuscript renders Markdown natively without a web engine, resulting in instant startup and low memory usage. It follows your system theme automatically and adapts to any screen size, from phones to desktops.
Visual + performance update. Headings get a graduated blue
accent per level (H1 → H6) and a more dramatic scale jump.
GitHub-style callouts > [!NOTE],
[!TIP], [!WARNING],
[!DANGER], [!IMPORTANT] render as
coloured blocks with an icon and bold title; custom titles are
supported. Obsidian-style wikilinks
[[name]] / [[name|label]] render in a
violet accent (vault navigation is a future feature; clicks
are captured locally). Embedded images now have rounded corners
and always display at a sensible size. Blockquotes get a soft
background tint, task markers switch to filled / empty discs,
and inline code uses a warmer amber palette. The outline panel
always overlays the content instead of pushing it sideways.
Performance: focus mode caches the current paragraph and only
re-applies the dim tag when the cursor leaves it, typewriter
scroll and resize margin recomputation are coalesced through
a stored idle, identical font-CSS reloads are skipped, and
refresh_view / refresh_split_render now hash-skip when content
and theme haven't changed.