CodeblockCustomizer icon indicating copy to clipboard operation
CodeblockCustomizer copied to clipboard

Excluding Tasks

Open pjmavcom opened this issue 1 year ago • 4 comments

So I use the Tasks plugin (here) and with this plugin enabled, the task list is populated slowly. With this disabled, it is instant. I tried excluding the language by adding 'tasks' to the language list, but that does not help. Neither does adding 'exclude' to the code block, though I am not sure I am defining it correctly.

This is a code block I use for the task list:

```tasks
path includes /Schedule
done
filename includes Project1

There are only 16 tasks in the list at the moment. It takes about a second for this list, but the master list that holds all the tasks takes 30 seconds to load. Both lists are instant when this is disabled though. Is there something I am missing to get this to work correctly? Let me know if you need more info. Thanks for the help!

pjmavcom avatar Sep 24 '23 14:09 pjmavcom