-
I have a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have this in my { "<leader>zw", ':lua require("zk.commands").get("ZkNew")({ dir = "journal/weekly" })<CR>' }, |
Beta Was this translation helpful? Give feedback.
-
That would be the way 👍 Or specify a daily group, which is defined in the require("zk.commands").get("ZkNew")({ dir = diary_dir, group = "daily" }) I've extended my command a bit to add a subtitle to daily notes. |
Beta Was this translation helpful? Give feedback.
I have this in my
keys
under lazy.nvim for a similar purpose.