Linking to last created Daily Note

I’ll do you one better! If we assign an id to a button, we can reuse that in multiple notes so you don’t need to define it in every note. So in one note, define the buttons as before but add an id at the bottom (after the three ticks)

```button
name < Previous
type command
action Open previous daily note
three-ticks-cannot show here
^button-prev

The way it should look is,

Then in your daily notes, put this inline button which shows side by side and this refers to the buttons we created above,

`button-prev` `button-next`

That should give you this,

image

You can further style these using CSS snippets if you like.

8 Likes