Replies: 1 comment 3 replies
-
heyo, welcome!
You don't have to track changes in the notebook.db, but it won't create any
issues if you do.
But if you don't track it, and you want to revert a change or go back in
history, you will at some point need to run `zk index`. Similarly, if you clone
your Zettelkasten somewhere fresh, you won't clone down a notebook.db, and will
also need to run `zk index` to get a fresh database.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I started using zk and I'm loving it so far
I have a notes directory that I keep under version control with git, and I have created a zk notebook in it. Every time I modify something, the
.zk/notebook.db
is updated. My question is:Is it a good idea to commit the changes to this file with the notes? or there is a better way of doing things?
I'm guessing that if I don't keep that file, and checkout the repository in another machine, some of the links and stuff might break?
Beta Was this translation helpful? Give feedback.
All reactions