๐ subnode [[@wilde-at-heart/til 2022 06 19 001]]
in ๐ node [[til-2022-06-19-001]]
Instead of putting a query in my daily template, I can generate a running list of fleeting notes via a default query. I can do the same for a running list of drafts to work on. In the default query section of config.edn
:
{:title "๐ก FLEETING"
:query (and (property type fleeting) (not (property tags templates)) (not (task done)))
:result-transform (fn [result]
(sort-by (fn [h]
(get h :block/created-at)) result))
:collapsed? true
:breadcrumb-show? false}
{:title "๐ DRAFTS"
:query (and (property status draft) (not (property tags templates)))
:result-transform (fn [result]
(sort-by (fn [h]
(get h :block/created-at)) result))
:collapsed? true
:breadcrumb-show? false}
Loading context... (requires JavaScript)
๐ stoas (collaborative spaces) for [[@wilde-at-heart/til 2022 06 19 001]]
- Open document (Hedgedoc) at https://doc.anagora.org/til-2022-06-19-001
- Video call (Jitsi) at https://meet.jit.si/til-2022-06-19-001