ranggasan
Follow
#66 2023-06-07 16:55:10 Join
570
Home View
3h9m
Online time
  • To-do document containing all to-do's from other documents

    2023-08-21 14:26

    You can use embed block, and then insert this query

    For unfinished task
    SELECT * FROM blocks WHERE markdown LIKE '%[ ]%' AND subtype = 't' AND type = 'i'

    For finished task
    SELECT * FROM blocks WHERE markdown LIKE '%[x]%' AND subtype = 't' AND type = 'i'

  • Search for open tasks

    2023-07-04 15:11

    You could read SiYuan User Guide, in "Content Block" section, there are several examples of query that you can use, and modify according to your needs including the one you're asking for

  • SiYuan Lifetime Subscription is now on sale, seats are limited

    2023-06-28 00:23

    Can we still use 3rd party synchronization even though we don't subscribe to siyuan?

    We'll support by donation though

  • WebDAV Sync Documentation

    2023-06-08 15:35

    Actually, I have tried to add OneDrive as my network location in my PC using WebDAV protocol and it's working, but when I tried to configure OneDrive WebDAV in SiYuan, it gave me error 401 Unauthorized Error

    Eventually, I'm using other cloud service and the sync is working fine now

    Thanks