Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/xykong/flux-markdown/llms.txt

Use this file to discover all available pages before exploring further.

FluxMarkdown installs as a standard macOS application. Once installed, it registers a QuickLook Preview Extension with the system — no extra configuration needed. Choose the method that suits you best: Homebrew for the quickest path, DMG for a manual install, or building from source if you want to run the latest code.

System requirements

  • macOS: A version that supports QuickLook Preview Extensions (macOS 10.15 Catalina or later is recommended)
  • Architecture: Apple Silicon (arm64) and Intel (x86_64)
  • Disk space: ~30 MB

Installation

After installation: verify the extension is registered

If you want to confirm that macOS has registered the QuickLook extension correctly, run the following in Terminal:
pluginkit -m -v | grep -i markdownquicklook
You should see a line containing com.markdownquicklook.app.MarkdownPreview. If nothing appears, try launching the app again, then run qlmanage -r && killall Finder to refresh the QuickLook cache.

Troubleshooting

If previews show plain text instead of rendered Markdown after installation:
qlmanage -r
qlmanage -r cache
killall Finder
Then try the Space preview again. For a full list of known issues and fixes, see Troubleshooting.

Build docs developers (and LLMs) love