We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you create a note with a date: frontmatter property it is not honored/updated until you delete the .zk/notebook.db file
date:
.zk/notebook.db
seems similar to #382
echo '# test' > foo.md
zk list
(just now)
zk edit foo.md
--- date: 2020-01-01 00:00:00 --- # test
zk index -f
rm .zk/notebook.db
default zk config after zk init.
zk 0.14.1 system: Linux 6.11.9-arch1-1 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
full zip of the directory before deleting the notebook.db attached bug.tar.gz
Sorry, something went wrong.
No branches or pull requests
Check if applicable
Describe the bug
If you create a note with a
date:
frontmatter property it is not honored/updated until you delete the.zk/notebook.db
fileseems similar to #382
How to reproduce?
echo '# test' > foo.md
zk list
correctly shows(just now)
zk edit foo.md
with this content:zk list
, output is(just now)
.zk index -f
, nothing changesrm .zk/notebook.db
zk list
date is correctzk configuration
default zk config after zk init.
Environment
The text was updated successfully, but these errors were encountered: