My Daily Note Toolbar #17
Replies: 3 comments 2 replies
-
I love this...it's very similar to what I have set up on my daily notes! The insert template modal button is so useful on mobile. |
Beta Was this translation helpful? Give feedback.
-
Hey @chrisgurney, could you share your toolbar? I really like it ;) Thanks |
Beta Was this translation helpful? Give feedback.
-
My Daily Notes toolbar has evolved a little since I posted this, using some of the newer features (separators and menus). 🧩 This toolbar uses the Daily Notes, Shell Commands and Status Bar Pomodoro Timer plugins. How it's changed:
If you're using the v1.14 beta you can import the callout below, but it does use some shell scripts I've written (as noted above), executed by the Shell Commands plugin. > [!note-toolbar|between] Daily Notes
> - [:LiArrowLeft:]()<data data-ntb-command="daily-notes:goto-prev"/> <!-- Previous daily note -->
> - [:LiCalendarCheck:]()<data data-ntb-command="daily-notes"/> <!-- Today's daily note -->
> - [:LiArrowRight:]()<data data-ntb-command="daily-notes:goto-next"/> <!-- Next daily note -->
> - <hr/>
> - [:LiCheckSquare: Focus](<obsidian://shell-commands/?vault%3DDesign%26execute%3Djttqryu9sd>) <!-- Insert tasks to focus on -->
> - [:LiListTodo:](<things:///show?id%3Dtoday>) <!-- Open Things -->
> - [:LiCalendarClock: Events](<obsidian://shell-commands/?vault%3DDesign%26execute%3Dr0qcncyump%26_task_date%3D{{note_title}}>) <!-- Insert events on this day -->
> - [:LiCalendarDays:](<https://calendar.google.com/>) <!-- Open Calendar -->
> - <hr/>
> - [:LiBadgeCheck: Done](<obsidian://shell-commands/?vault%3DDesign%26execute%3Dum5sony1zn%26_task_date%3D{{note_title}}>) <!-- Insert items done on this day -->
> - [:LiGitCommitVertical:](<obsidian://shell-commands/?vault%3DDesign%26execute%3D41451u5h99%26_task_date%3D{{note_title}}>) <!-- Insert Git activity for this day -->
> - [[Atlas/Notes/What to do if I'm Blocked.md|:LiQuestionMarkGlyph:]] <!-- What to do if I'm blocked -->
> - [:LiTimer:]()<data data-ntb-command="obsidian-statusbar-pomo:start-satusbar-pomo"/> <!-- Start Pomodoro timer -->
> - [:LiMenu:]()<data data-ntb-menu="Tools"/> <!-- Tools --> |
Beta Was this translation helpful? Give feedback.
-
I thought I'd share the current iteration of my Daily Note toolbar, as inspiration for others, and to hopefully to inspire discussion about what you have in yours.
Daily notes: Open previous daily note
command.Open Insert Template modal
command.Daily notes: Open next daily note
command.On mobile, since I can't run shell commands, I've reduced it primarily to just the navigation options (using the ability to hide items).
Let me know if you have any questions!
Beta Was this translation helpful? Give feedback.
All reactions