Maybe I'm not understanding #139 correctly, but
If I'm in ~/wiki1/testpath/index.md -
:ZettelNew creates ~/wiki1/zettelname.md
But that pull request made me think it should create ~/wiki1/testpath/zettelname.md
I'm testing it with the configuration mentioned in that PR:
let g:vimwiki_list = [{"path": "~/wiki1"},{"path":"~/wiki2"}]
let g:zettel_options = [{},{'rel_path': 'zettel/'}]
Am I wrong?
Maybe I'm not understanding #139 correctly, but
If I'm in ~/wiki1/testpath/index.md -
:ZettelNewcreates ~/wiki1/zettelname.mdBut that pull request made me think it should create ~/wiki1/testpath/zettelname.md
I'm testing it with the configuration mentioned in that PR:
Am I wrong?