s there any recommended way of managing tasks in SilverBullet?
I’m curious how you handle deadlines, recurring tasks, reminders, and so on.
Do you have elaborate setups with hundreds of lines of Lua code, or is it better to just stick with Todoist and use the Lua library?
It would be great if you could share your workflows — maybe even Zenf could make a video tutorial ![]()
1 Like
In the past people have built quite elaborate systems, but a lot of that was for v1. Not sure if people attempted this again for v2.
I’m not an extremely heavy task user, I have done two things:
- I have TODO pages (for instance SilverBullet/TODO) in which I simply mix headers, items and tasks. Then I added a
${widgets.commandButton("Clean", "Task: Remove Completed")}that I push to clean up the list from time to time. - I had a time where I would create tasks all over my space (usually in 1:1 notes) and tag them with
#nextor#companyname, then I’d have a TODO page with a query for tasks with that tag to aggregate them from everywhere.
I never used deadlines or other fancy things myself.