Carlos Brotas88 downloadsBeautiful markdown reading in Obsidian, powered by magzdown.com
Beautiful markdown reading in Obsidian, powered by magzdown.com.
Magzdown is a magazine-style reader that turns your notes into immersive, typographically refined reading sessions. This plugin embeds the Magzdown reader in a side pane so you can write in Obsidian and read what you write — live, in a different font, with the active note mirrored in real time.
The Magzdown pane rendering a note alongside the Obsidian editor.
Magzdown is an official community plugin:
title, author, and date from YAML frontmatter become a byline with reading time in the reader.Open Settings → Magzdown to configure:
Changes apply instantly in any open Magzdown pane — no save button. The pane's own toolbar offers further typography controls: fonts, color themes, and text alignment.
The plugin is free and open source (MIT). The embedded Magzdown reader is free to use — all eight style presets' defaults, print typography, and both layouts included. The magzdown.com webapp offers an optional one-time Pro purchase that unlocks extra color themes, fonts, theme packs, and PDF/EPUB export; nothing in the plugin's core reading flow requires it.
https://www.magzdown.com/embed.The plugin sends your active note's markdown content and basic frontmatter (title, author, date) to https://www.magzdown.com/embed via the browser's postMessage API, scoped to the magzdown.com origin. No content is stored on magzdown.com servers — the reader is fully client-side.
See RELEASING.md for the release workflow.
MIT — see LICENSE.