Files
logseq/logseq/.recycle/pages_chatgpt__2025-05-30 22%3A31%3A58.md
T
2025-06-05 22:07:12 +02:00

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)}}