Closed bandithijo closed 1 year ago
After walking around on doucmentation :h zettelkasten.txt
, I found how to use notes_path
- {notes_path} (optional, string): Defaults to an empty string. If
provided, |:ZkNew| uses the notes path to set the working
directory. If this is not set. You need to make sure that your
working directory is your notes directory. Otherwise some
features may not work.
So, I change the notes_path
into my project path,
require("zettelkasten").setup({
notes_path = "~/zet",
browseformat = "%f - %h [%r Refs] [%b B-Refs] %t"
})
I also found at :h zettelkasten.nvim-101
, that said
`zettelkasten.nvim` also assumes a single folder where all the notes reside.
If you need to organize things you can use `#tags` to group them or create a
note that will be used as a reference for other notes.
And, I got error if I have header without timestamp ID, so I fixed all file without timestamp on header.
Thank you for the docs. I apologize for my inaccuracy. 🙏😋
Hi @bandithijo!
Thanks for creating the issue. I am only seeing it now after you've closed it. I'm happy to see that the documentation was useful!
However, it's still a valid bug to report. The plugin should report that the path you provided doesn't exist. I'll push a fix for it.
Thanks!
First, I want to say thank you for your hard work. This is such a great plugin for zettelkasting.
I have problem, when run
:ZkBrowse
, it throws error like below,This is my config,
This is my neovim
:version
,This is my
ctags --version
,I hope the initialize information is enough, please, mention me if you need more information.
Thank you 🙂