I like to have a navigational option in my daily notes, so I can jump to
tomorrow
yesterday
this month
Taken from this article, I managed to establish “this month” by using
“current month [[{{date:YYYY-MM}}]]”, which jumps to my monthly noted, being generated in “[[2020-11]]” style.
The main question is: how can I calculate the date for tomorrow?
I already tried several variations of
{{date:YYYY-MM-DD+1}}".
Also inserting
moment().format();
does not work at all.
As I understand there is no built-in method of doing this. However, if you are open to installing a text expander of some sort, then you would be able to do this (by typing a “trigger” into your daily note after you create it).
This thread starts with an example of achieving it with the Espanso text expander, but there are examples for others in the comments too:
OK, so I need to check the concept of a text expander.
…and nee to check, if it will be possible to install all things necessary on my different machines.
I was hoping, that some sort “moment().format(++decent calulation string++);” will do the job…
Will espanso (or the like) be available as a plugin?
There is a thread in the plugin ideas category proposing this, but no official plans of such a plugin. Once the plugin API progresses a little further (its currently in alpha stage) there will likely be an abundance of plugins to choose, which may indeed include such a plugin if someone develops one
Hi @oliep, what does this do (not sure which comment above your code is referring to/solving), and more importantly, how do i install it/deploy it/use it?