Facebook
From roboter5123, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 221
  1. ---
  2. <%* moment.locale("de") -%>
  3. <%* tp.file.rename(tp.date.now("YYYY")) -%>
  4. cssclasses: yearly
  5. tags: yearly,
  6. yearly score:
  7. ---
  8. [[<% tp.date.now("YYYY", -365) %>|<Letztes Jahr]] | | [[<% tp.date.now("YYYY", +365) %>|Nächstes Jahr>]]
  9. # Theme:
  10. -  <% tp.file.cursor() %>
  11.  
  12. # Monthly Scores
  13. ```dataview
  14. List monthly-score from "Daily Notes/<%tp.date.now("YYYY")%>"
  15. WHERE length(file.name) = 7
  16. SORT file.ctime asc
  17. ```
  18.  
  19. # Monthly Notes:
  20. -