For my workflow it would be very nice to be able to create notes in subdirectories from a path. I am trying to setup Zk for use with Emanote. :ZkNewFromTitleSelection works very similar, but I would like to provide a path instead of a title, since the title could be infered from my path given my configuration I think.
For example:
I would like the selected above to create a relative link to docs/awesomewm/Awesome\ Window\ Manager.md from inside Docs.md.
As mentioned, the ZkNewFromTitleSelection commands are quite close, but don't seem to handle the path how I need.
Something like ZkNewFromPathSelection would be super useful but I am kinda lost on where to go. Thanks for any help you can provide.
For my workflow it would be very nice to be able to create notes in subdirectories from a path. I am trying to setup Zk for use with Emanote.
:ZkNewFromTitleSelection
works very similar, but I would like to provide a path instead of a title, since the title could be infered from my path given my configuration I think.For example:
I would like the selected above to create a relative link to
docs/awesomewm/Awesome\ Window\ Manager.md
from insideDocs.md
.As mentioned, the
ZkNewFromTitleSelection
commands are quite close, but don't seem to handle the path how I need.Something like
ZkNewFromPathSelection
would be super useful but I am kinda lost on where to go. Thanks for any help you can provide.