782 B
782 B
type:: ChatGPT chatgpt-flow:: alternating chatgpt-prompt:: Custom: chatgpt-prompt-source:: ((683a1565-a352-4a9a-9b3f-c41c8703673f))
-
speaker:: user : {{embed ((683a1565-a352-4a9a-9b3f-c41c8703673f))}}
-
id:: 683a15be-3719-448d-af23-35dce5d1f1d6 speaker:: assistant To search for the latest 5 tasks that have been added in Logseq, you can use the following query:
{{query (and [[TODO]] [[added]] (sort date desc) [[limit]] 5)}}This query will search for tasks that have the "TODO" status and have been recently added, sorting them in descending order by date and limiting the results to the latest 5 tasks.
-
id:: 683a15cc-9cd9-490a-a414-2f0c977786ed speaker:: user {{query (and TODO added (sort date desc) limit 5)}}