Logseq task completion tracker plugin
- Logseq plugin for tracking when task was done.
- Useful for gathering weekly\monthly\whatever report.
- Look for "Task Completion" in the Marketplace.
- Adds property "completed" to tasks upon checking
- Adds slash command
Completed tasks for the past week
which queries blocks withcompleted
property equal one of 7 past days.
Query looks a bit ugly since I didn't find any other option to query block's property dates. Looks like it's not possible for now. Opened a ticket — logseq/logseq#7083
yarn build
git commit -am "up build" && git push
- Make release in Github.