Daily note breadcrumb workflow #37
Answered
by
tallguyjenks
JonathanBuchh
asked this question in
Q&A
|
Hi Bryan, You mentioned in a comment on one of your videos that you use an Alfred snippet to create breadcrumbs in your daily notes and I was wondering if you could go more in-depth (prefix, postfix, keyword, snippet itself). I was also wondering if you can only use the snippet on the daily note that is the current day and not a past/future daily note (I assume it does not, but maybe you have a workaround). Thanks! |
Answered by
tallguyjenks
Mar 7, 2021
Replies: 1 comment
|
Yes! the alfred snippet in its entirity is this:
you may also be able to imitate this behavior with the templater plugin :) |
0 replies
Answer selected by
tallguyjenks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! the alfred snippet in its entirity is this:
[[{date -1d:YYYY-MM-dd}]] <== <button class="date_button_today">Today</button> ==> [[{date +1d:YYYY-MM-dd}]]you may also be able to imitate this behavior with the templater plugin :)