lucasvieites left a comment (geany/geany-plugins#1305) Hi there, I just wanted to add my workaround here. I've been looking for a MarkDown preview on macos for a while and have tried many different things. I have finally settled on the following: 1. Download and install [QLMarkDown](https://github.com/sbarex/QLMarkdown). It's a QuickLook plugin for Finder. (I'm not affiliated in any way to this project) 2. Run it at least once to ensure it's registered as the quicklook default for .md files - Now you can use the `qlmanage` app to open a quicklook for md files 3. In Geany, create a new Build command with a .md file open: - **Build > Set build Commands** - In the first section (labeled "MarkDown Commands" fill in the fields as follows <img width="753" height="161" alt="Image" src="https://github.com/user-attachments/assets/3d3029e8-844e-4fe9-addd-4fb42127915c" /> - The command `qlmanage -p "%f"` will open the current file (%f) with the default QuickLook plugin.
I hope this helps fill this gap until we have a better solution. Cheers -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1305#issuecomment-3132794600 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1305/[email protected]>
