Replies: 2 comments 4 replies
-
makes sense, I will improve the ability to find and sort daily notes first, because current implementation is not idea for more complex use case you mentioned. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's a little hacky, but I just use template substitution for this. My daily notes template includes:
and my config has
(where It's certainly more work than a simple keybind since I have to actually navigate to the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In Obsidian, the Periodic Notes plugin has a set of commands that allows users to traverse their daily/weekly/monthly notes, navigating from the currently open note to the next/previous note of the same type. This is useful if you want to quickly get an overview of your week etc. One of the key features is that it does not creating missing notes and just skips to the next available note.
Does this functionality exist in obsidian-nvim, or can anyone think of a way that this can be done with the current state of the plugin?
Beta Was this translation helpful? Give feedback.
All reactions