JS backend script to archive done tasks from Task Manager #4081
Unanswered
jwhonce
asked this question in
Show and tell
Replies: 1 comment
-
Nice. I've added it to https://github.com/Nriver/awesome-trilium 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My first attempt at JavaScript and writing a trilium script. It finds done tasks and marks them as #archived. It does not delete done tasks or anything destructive. Any suggestions on my JavaScript code or any fun features would be welcomed.
https://github.com/jwhonce/trilium-addons/blob/main/archiveDoneTask/archiveDoneTask.js
There are still some TODO's but I think it is complete enough to share.
Beta Was this translation helpful? Give feedback.
All reactions