Skip to content

DimitryDushkin/logseq-plugin-task-check-date

Repository files navigation

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.

Features

  • Adds property "completed" to tasks upon checking
  • Adds slash command Completed tasks for the past week which queries blocks with completed property equal one of 7 past days.

demo

Note

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

How to release

  1. npm run build
  2. git commit -am "up build" && git push
  3. Make release in Github.