I wonder if it would be possibile to display content dynamically
depending on the day of week on my index page without templater.
Why without templater? I do not create a new note (like for a daily note for instance)
in order to fire up the logic from an existing template. I rather have a “static”
index page with all of my MOCS and so on.
My goal is to show my “focus” for the evening (free time) of the current day.
Here is an example of what I am trying to accomplish:
Week with an odd weeknumber, for instance 1,3,5,…
Monday: Read a book
Tuesday: Go running
Wednesday: Meditate
Thursday: Play boardgames
Friday: Hang out with some friends
Week with an even weeknumber, for instance 2,4,6,…
Monday: Meditate
Tuesday: Have a walk
Wednesday: Read a book
Thursday: Learn a new thing
Friday: Play darts with some dudes
On my index page there should be a “widget” or space for the focus of today
So let’s say we are in week number 1 of the year and we are on a Wednesday.
The Natural Language Dates community plugin enables dynamic dates, but I don’t know if there’s a way to use them in an embed. I know you can make a link, but it’s a Markdown link with a special URL.
You might be able to use the DataView community plugin somehow.