To-do document containing all to-do's from other documents

This post was last updated for 342 days ago, and the information may already be changed

What is the best way to create one document that would automatically display all to-do blocks scattered in all other documents? Something that would act as a to-do's dashboard.

Do I need to use tags or some page showing search results to achieve it?

    Welcome to here!

    Here we can learn from each other how to use SiYuan, give feedback and suggestions, and build SiYuan together.

    Signup About
    Please input reply content ...
    • rty16
      Author

      Firstly, I don't know how to do it. I start by typing {{ and paste code but the result is like this

      https://i.imgur.com/Yo2jjaF.png

      when I click outside it disappears.

      Secondly it is a query, so it shows search result. This search result cannot be sorted manually to give some order to it.

      This program is so great but without "how-to's" users will be limited to IT programmers who are trained to understand documentation.

      1 Reply
    • MiscReply
    • zxhd86

      copy and use it:

      {{SELECT * FROM blocks WHERE markdown LIKE '%[ ]%' AND subtype = 't' AND type = 'i'}}
      
    • sylwair

      I recently developed a Task List plug-in, I hope it can help you, for more information you can read this blog. And this plug-in has been put on the Marketplace, friends in need are welcome to experience it.

      image.png

      1 Operate
      sylwair updated this reply at 2024-03-25 14:01:39
    • mka
      PRO

      You can save the query inside the global search

    • Visit all replies