Skip to content

Latest commit

 

History

History
82 lines (78 loc) · 2.24 KB

Yearly Reading list.md

File metadata and controls

82 lines (78 loc) · 2.24 KB
id created_date updated_date type
<% tp.file.title.split(" ")[0] %>
<% tp.file.creation_date('DD/MM/YYYY') %>
<% tp.file.creation_date('DD/MM/YYYY') %>
resource

📦 <% tp.date.now('YYYYMMDDHHmmss') %> - <% tp.date.now('YYYY') %> reading list

  • 🏷️Tags : #<% tp.file.creation_date('MM-YYYY') %> #resource #reading

12/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 12 sort file.ctime desc

11/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 11 sort file.ctime desc

10/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 10 
sort file.ctime desc

09/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 9 
sort file.ctime desc

08/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 8 
sort file.ctime desc

07/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 7 
sort file.ctime desc

06/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 6 
sort file.ctime desc

05/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 5 
sort file.ctime desc

04/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 4 
sort file.ctime desc

03/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 3 
sort file.ctime desc

02/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 2 
sort file.ctime desc

01/<% tp.date.now('YYYY') %>

list from "notes"
where file.ctime.year = <% tp.date.now('YYYY') %> and file.ctime.month = 1 
sort file.ctime desc