Join Discord
Powered by
In the Webhook Example (https://wiki.dendron.so/no...
# questions
s
seadude
02/04/2022, 4:36 PM
In the Webhook Example (
https://wiki.dendron.so/notes/61055b5f-6216-4fd3-b9a1-82f79017b59e/#examples
), how does the script check for "unchecked todo's" (those lines beginning with "[ ]")? - Granted I'm new at reading through JS source, but I think I'm following the code. - To me, it appears the
carryOver
variable splits the note on the
newline character ("\n")
, not on "[ ]".
Previous
Next