You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
I've started using the new dirtree plugin and organizing notes into subfolders.
If a note is in a subfolder, <Leader>gzo isn't able to open it, instead trying to open the zettel's ID at the root of the Neuron project.
Based on some hacking with JS on the web interface, I think Neuron maintains a zettelPath in addition to the zettelID (it is at least available in /cache.json). So it may be a matter of looking up the path with the ID instead of just calling :e zettelID? I haven't had much time to look into how neuron.vim is interacting with Neuron in this case yet.
I've started using the new dirtree plugin and organizing notes into subfolders.
If a note is in a subfolder,
<Leader>gzoisn't able to open it, instead trying to open the zettel's ID at the root of the Neuron project.Based on some hacking with JS on the web interface, I think Neuron maintains a
zettelPathin addition to thezettelID(it is at least available in/cache.json). So it may be a matter of looking up the path with the ID instead of just calling:e zettelID? I haven't had much time to look into howneuron.vimis interacting with Neuron in this case yet.