zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
503 stars 41 forks source link

failed to open notebook #98

Closed Mugworth closed 1 year ago

Mugworth commented 1 year ago

I have one directory for all my notes, and i wanted to search for it from any path so i created a shortcut using high-api , but i got error: 2023-01-29_13-58 Here is what i used lua require('zk').pick_notes({'/home/kuba/Documents/orgmode'})

Can somebody tip me how i should use api? im pretty sure i just do something wrong

Mugworth commented 1 year ago

Just found about the $ZK_NOTEBOOK_DIR variable 😅, now i feel stupid.