Open by default today's note

Hello,

in the settings, I would like to open today’s journal note when tiddlywiki loads.

Of course, it works for real usual tiddlers but I tried YYYY-0MM-0DD, <<YYYY-0MM-0DD>>, it does not work.

What would be great :

  • it applies a specific tag “Journal”
  • it applies the template

In fact, I would like to simulate the click on the “$:/core/ui/Actions/new-journal” button at startup

How could I do that ?

Thanks

Hi,
Have a closer look at: https://tiddlywiki.com/prerelease/#StartupActions, especially " Post-Render Startup Actions". IMO that should do what you want.

PS: I did add backticks to your <<YYYY-0MM-0DD>> code, since markdown will try to render double an angle-bracket as HTML code.


So you should use `<<YYYY-0MM-0DD>>` or
grafik
to get the above output.