Feel-ix-343 / markdown-oxide

Editor Agnostic PKM: you bring the text editor and we bring the PKM - inspired by and compatible with Obsidian
GNU General Public License v3.0
688 stars 10 forks source link

consistent follow link via <c-]> #55

Closed anandkumar89 closed 2 months ago

anandkumar89 commented 2 months ago

I notice that currently <c-]> can follow the link to file under cursor. However this throws No tags file error when link is not resolved.

Proposed behaviour: when link in unresolved, <c-]> creates the file and then opens it.

personally I'd prefer gf command, that is more accessible.

Feel-ix-343 commented 2 months ago

Hey! Thanks for reporting!

I don't think this is a markdown-oxide feature.

The LS provides a code action for creating unresolved links, but no command to create and then go to definition.