jghauser / follow-md-links.nvim

Easily follow markdown links with this neovim plugin
GNU General Public License v3.0
143 stars 16 forks source link

Doesn't work for links to elements #21

Open AntonC9018 opened 9 months ago

AntonC9018 commented 9 months ago

link_to_file.md#Text doesn't work, while link_to_file.md works file

jghauser commented 9 months ago

Thanks for the issue report! This feature is indeed missing from the plugin. Just to give you a heads-up, I'm not sure when I'll have the time to get to this. I would be happy to accept PRs though! :smiley:

EDIT: Oh, I just realised this isn't a feature request, but a bug report about these links not working. I'll try to fix this soon, but would still be very grateful about PRs. :grin:

AntonC9018 commented 9 months ago

Yeah, I think the plugin idea in general doesn't work for me. I want the same binding to figure out what type of link any link is, and open it up either in the editor or on the web. I also want it to work in any context, rather than just in markdown. So you won't get a PR from me :)