Skip to content

Instantly share code, notes, and snippets.

@hamzamu
Created January 9, 2019 14:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hamzamu/1252a7eaa6d94a6786256bcd83904cde to your computer and use it in GitHub Desktop.
Save hamzamu/1252a7eaa6d94a6786256bcd83904cde to your computer and use it in GitHub Desktop.
!! TODO tasks
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
</$list>
!! Completed tasks
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
</$list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment