-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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
zk cli cannot search note modified or created at the same time #404
Comments
I can't reproduce this. Are you using YAML dates? Or are you relying on the file dates? Have you run On my end (text grabbed directly from my terminal):
|
ahhh, yep. This is because of the day range parsing bug we came across previously: #384 I installed from We've addressed this, but haven't released a new version to package repositories yet. I'll close for now. If you do build from source and find the issue persists, ping us back here 👍 |
i sure, i create auto_command to run ZkIndex after write buffer vim.api.nvim_create_autocmd("BufwritePost", {
pattern = vim.env.ZK_NOTEBOOK_DIR .. "/**/*.md",
command = "ZkIndex",
}) I hope this issue is fixed in a later release. Thank you so much. |
I think you skipped over my second reply; it's already fixed and will be
included in the next release 👍
|
Check if applicable
Describe the bug
I created 2 new note in yesterday and modified 3 other notes in today. I expected:
zk list --created
return 2 resultszk list --modified
return 3 resultszk list --created "yesterday" --modified "today"
return 5 resultsHow to reproduce?
zk configuration
The text was updated successfully, but these errors were encountered: