Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save frNNcs/b3da5cd95ac7b3dc33b68ce15e9b644d to your computer and use it in GitHub Desktop.

Select an option

Save frNNcs/b3da5cd95ac7b3dc33b68ce15e9b644d to your computer and use it in GitHub Desktop.
Error in user YAML: (<unknown>): block sequence entries are not allowed in this context at line 1 column 7
---
tags: - daily
---

<< [[002 Areas/Journal/Daily{{yesterday}}|yesterday]] || [[002 Areas/Journal/Daily{{date:YYYY-MM}}|month]] || [[002 Areas/Journal/Daily{{tomorrow}}|tomorrow]] >> %% Este seria el menu de navegacion %%

{{date:dddd, MMMM Do, YYYY}}

<% tp.web.daily_quote() %>


๐Ÿ“ Notes

  • <% tp.file.cursor() %>

Agenda

[!todo]+ Today

not done
happens {{date:YYYY-MM-DD}}
hide recurrence rule
hide due date
hide scheduled date
sort by priority

[!danger]+ Overdue

not done
(due before {{date:YYYY-MM-DD}}) OR ((happens before {{date:YYYY-MM-DD}}) AND (priority is above none))
hide recurrence rule
sort by due date

[!tip]- Next two weeks

not done
happens after {{date:YYYY-MM-DD}}
happens before {{date+14d:YYYY-MM-DD}}
hide recurrence rule
hide due date
hide scheduled date
group by happens

[!warning]- Someday

not done  
no due date  
filter by function task.status.symbol === ' '  

Notes created today

List FROM "" WHERE file.cday = date("{{date:YYYY-MM-DD}}") SORT file.ctime asc

Notes last touched today

List FROM "" WHERE file.mday = date("{{date:YYYY-MM-DD}}") SORT file.mtime asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment