Wiki links include URL encoding of space character
See original GitHub issueHi! Among other things, I’m starting using marksman as an Obsidian-clone on Neovim: it’s amazing! I configured it using the toml file as specified in the readme.md
I noticed that wiki-links referring to files having spaces in their name create links with URL encoded spaces (%20).
This behavior breaks both neovim’s go to definition and hover functionalities (gd
and K
), so as Obsidian’s links (using the official app).
See the following screenshots:
While invoking the completion
After confirming the completion
Invoking the completion on Obsidian returns a correct link, w/o URL encoding of the space char
I hope I’m not missing something from the docs
PS: Thank you for your work, I started recently using Obsidian on Neovim and honestly I’m in disbelief of what marksman can do. It’s even better than some specific plugins, and yours is even an LSP!
Issue Analytics
- State:
- Created 8 months ago
- Comments:5 (4 by maintainers)
I’m not a markdown power-user so I may not have tested everything, but my issue is solved! Thank you so much!
Great! Happy to hear that @Mrcuve0