-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
New Widget: File Navigator #32
base: master
Are you sure you want to change the base?
Conversation
Hey @Rooyca! Thanks again for the contribution and sorry for the delay. A few things about this widget that I'm thinking:
I'm still not sure on how we might solve this. I will ask around in the obsidian discord on how people store their daily notes and see if any idea pops up. If you have a solution, please let me know. For now, I'm going to keep this PR open until we find a solution for those cases. |
Asked around in discord and got some pretty interesting responses: https://discordapp.com/channels/686053708261228577/710585052769157141/1315149139142512761 |
Got a great suggestion from one of the members of the Discord on how to develop this https://discordapp.com/channels/686053708261228577/840286264964022302/1315157620662992907 |
This PR seeks to implement what was proposed in #22
One minor bug I encounter when testing was that when using the
widget view
it'll give a default value of24h
. I think has something to do with theformat
flag been use forclock
andnavigator
. Here is a screenshot:Other than that the widget should work as intended.