<%"---"%> energy_level_morning: energy_level_evening: walked: false weight: push_ups: abs: tags:
- daily_notes
- daily_notes_<% moment(tp.file.title, "YYYY-MM-DD").format("YYYY") %> <%"---"%>
<%* const currentMoment = moment(tp.file.title, "YYYY-MM-DD"); const hash = '# '; const slash = ' / '; const pipe = ' | '; const leftAngle = '❮ '; const rightAngle = ' ❯'; tR += hash + currentMoment.format('YYYY-MM-DD - dddd') + '\n'; tR += leftAngle; tR += '[[' + currentMoment.format('YYYY') + ']]' + slash; tR += '[[' + currentMoment.format('YYYY-[Q]Q|[Q]Q') + ']]' + slash; tR += '[[' + currentMoment.format('YYYY-MM|MMMM') + ']]' + slash; tR += '[[' + currentMoment.format('gggg-[W]ww') + '|' + currentMoment.format('[Week] ww') + ']]'; tR += rightAngle; tR += '\n'; tR += leftAngle; currentMoment.add(-1,'days'); tR += '[[' + currentMoment.format('YYYY-MM-DD') + ']]' + pipe; currentMoment.add(1,'days'); tR += currentMoment.format('YYYY-MM-DD') + pipe; currentMoment.add(1,'days'); tR += '[[' + currentMoment.format('YYYY-MM-DD') + ']]'; currentMoment.add(-1,'days'); tR += rightAngle; %>
kind: day-month
name: This Month ({value}/{max})
kind: day-year
name: This Year ({percentage})