Home
Daily Note w/ Affirmations
Organizes tasks by energy level and enriches your journal with automatic updates on weather, date, and daily inspirational content.
Get things done with NotePlan
Categories
Work
Daily Notes
This template has three headings as a suggestion where you can split your tasks into the primary focus, morning (high energy) and afternoon (low energy) tasks. However, the "Journal" section has the interesting templating features:
- `<%- date.now("Do MMMM YYYY") %>` - prints current date with day, month and yearIf you want to add or subtract days, you can append another variable, like <%- date.now("Do MMMM YYYY", -7) %>
- <%- web.weather() %> - prints local weather data
- <%- web.services('affirmation','affirmation') %> - prints a random affirmation
- <%- web.advice() %> - prints a random advice
- <%- web.quote() %> - prints a random quote
The tags containing "web" are accessing websites to pull the information from the internet and therefore need an internet connection. It can take a few seconds for the data to load.