techee left a comment (geany/geany-plugins#1305) I've just tested mpls with the following configuration ```ini [Markdown] cmd=mpls use_outside_project_dir=true use_without_project=true ``` and it seems to work (if mpls isn't on your PATH, use and absolute path in `cmd`). There's one limitation though that mpls opens a web browser (or a new tab) with the preview upon its start but if you close it e.g. by accident, you have to restart the server using Tools->LSP Client->Restart all servers to re-show it again.
The server supports using a LSP command for this but the LSP plugin only supports running commands that the server announces using code actions which mpls doesn't support. I'll open an issue against the LSP plugin regarding this and will think about how to best implement this feature. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1305#issuecomment-3133263253 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1305/[email protected]>
