Skip to content

Instantly share code, notes, and snippets.

View MimeLyc's full-sized avatar
🌻
Producing sunshine

YochaLyc MimeLyc

🌻
Producing sunshine
View GitHub Profile
@MimeLyc
MimeLyc / advanced_query_task_0
Last active March 22, 2023 16:27
Advanced query: task done today with property "target"
#+BEGIN_QUERY
{:title ""
:query [:find (pull ?b [*])
:where [?b :block/marker ?marker]
[(contains? #{"DONE"} ?marker)]
[?b :block/properties ?properties]
[(get ?properties :completed) ?completed]
[(= ?completed "<% Today %>") ]
[(get ?properties :target) ?target]
]
https://github.com/login/device