oberblastmeister / neuron.nvim

Make neovim the best note taking application
MIT License
398 stars 34 forks source link

fix: correctly contstruct path for opening zettels in nested folders #48

Closed VVKot closed 2 years ago

VVKot commented 2 years ago

At the moment, only zettels at root level are handled correctly. If there any zettels nested in additional folders (for example, I have books for bibliograph) - those can not be opened correctly. Note that neuron itself does handle that - you can still see virtual text with titles for such zettels.

Use plenary's path to not have to deal with pathing logic.

VVKot commented 2 years ago

@oberblastmeister mind taking a quick look here? Hopefully nothing controversial.