This page collects the questions that come up most often from FluxMarkdown users. If your question is not answered here, check the troubleshooting guide or open an issue on GitHub.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.
Does FluxMarkdown work with iCloud Drive or Dropbox files?
Does FluxMarkdown work with iCloud Drive or Dropbox files?
.md file that appears as a regular file in Finder, regardless of where it is stored — local disk, iCloud Drive, Dropbox, or any other cloud storage provider that uses a Finder integration.The QuickLook extension reads the file using the standard macOS file access path. As long as the file is downloaded and available locally (i.e. not still syncing or stored online-only), the preview will work normally.Can I use FluxMarkdown without installing the main app?
Can I use FluxMarkdown without installing the main app?
FluxMarkdown.app and is registered by the operating system only after the host app has been launched at least once. The extension cannot be extracted and run independently.You must:- Install
FluxMarkdown.appto/Applications/ - Launch it once so macOS registers the embedded QuickLook extension
- Optionally enable it under System Settings → Extensions → Quick Look
Why does the preview reload every time I switch to another file?
Why does the preview reload every time I switch to another file?
.md file, or drag it to the welcome window). The app preserves scroll position and remembers the last-viewed file across sessions.Does FluxMarkdown support images in Markdown?
Does FluxMarkdown support images in Markdown?
Cmd+Shift+E), images are automatically converted to base64 Data URIs so the exported file is fully self-contained and can be shared without the original image files.Can I customize the CSS or appearance beyond the built-in themes?
Can I customize the CSS or appearance beyond the built-in themes?
Cmd+,) → Appearance, or directly from the preview toolbar. Code block syntax highlighting also has multiple themes to choose from: Default, GitHub, Monokai, and Atom One Dark.Custom CSS injection is not currently supported. If you need a specific appearance customization, you can open a feature request on the GitHub Issues page.Is FluxMarkdown free to use?
Is FluxMarkdown free to use?
Does FluxMarkdown support live preview while editing?
Does FluxMarkdown support live preview while editing?
DispatchSource to watch for file system events (writes, renames, deletions) and re-renders the preview automatically after each save. This is compatible with editors that use atomic writes (writing to a temporary file and then renaming), such as Vim and Emacs.A manual reload is also available via the Reload button in the toolbar or the Cmd+R keyboard shortcut.Live simultaneous editing and previewing within FluxMarkdown itself is not supported — FluxMarkdown is a previewer, not an editor. Use your preferred text editor alongside the FluxMarkdown app window.Why does my Mermaid diagram not render?
Why does my Mermaid diagram not render?
Cmd+,), go to Rendering, and make sure Mermaid is toggled on.The diagram syntax contains an error. Mermaid is strict about syntax. A malformed diagram will usually display nothing or show an error message inside the diagram area. Double-check the diagram against the Mermaid documentation.FluxMarkdown also supports .mmd files directly — you can press Space on a .mmd file in Finder to preview it as a Mermaid diagram.Can I use FluxMarkdown on Apple Silicon (M1/M2/M3)?
Can I use FluxMarkdown on Apple Silicon (M1/M2/M3)?
How do I report a bug or request a feature?
How do I report a bug or request a feature?
- Your macOS version
- Your FluxMarkdown version (visible in the top-right corner of the preview window)
- A description of what you expected to happen and what actually happened
- If relevant, the Markdown content that triggers the issue (or a minimal reproduction)