Skip to content

Markdown Preview 0.0.14

Choose a tag to compare

@mfauzaan mfauzaan released this 06 May 09:03
· 171 commits to main since this release
01b1dd4

Quick Look now renders relative images.

Added

  • Relative images render in Quick Look previews. When a Markdown file references sibling assets like ![](images/local.png), the Quick Look extension now inlines each readable sibling as a cid: attachment on the preview reply and rewrites the <img src> to match, so local images appear in Finder/Spotlight previews instead of as broken-image glyphs. The extension gained a read-only temporary-exception.files.absolute-path.read-only entitlement so the sandboxed preview process can read sibling files (the main app already handles this through its md-asset:// scheme). Per-image and cumulative byte budgets cap pathological folders; absolute URLs, fragment refs, host-absolute paths, and unreadable files pass through untouched (#68).

Contributors

Thanks to the external contributor who shipped in this release: