No description
Find a file
2026-05-13 10:22:36 +04:00
.github/workflows Update release.yml 2026-05-13 10:20:12 +04:00
src Update localization.ts 2026-05-13 10:00:22 +04:00
.editorconfig Initial commit 2025-12-27 11:39:09 +04:00
.gitignore Initial commit 2025-12-27 11:39:09 +04:00
.npmrc Initial commit 2025-12-27 11:39:09 +04:00
AGENTS.md Initial commit 2025-12-27 11:39:09 +04:00
esbuild.config.mjs Initial commit 2025-12-27 11:39:09 +04:00
eslint.config.mts add required changes 2026-01-16 21:52:00 +04:00
LICENSE Fix license 2025-12-28 13:09:44 +04:00
manifest.json Update manifest.json 2026-05-13 10:22:36 +04:00
package-lock.json placeholder fix 2025-12-31 12:15:21 +04:00
package.json Fix license 2025-12-28 13:09:44 +04:00
README.md . 2025-12-28 13:56:08 +04:00
styles.css . 2025-12-28 13:37:55 +04:00
tsconfig.json Release 2025-12-27 13:00:53 +04:00
version-bump.mjs Initial commit 2025-12-27 11:39:09 +04:00
versions.json Initial commit 2025-12-27 11:39:09 +04:00

Task Count

This plugin used to be a part of my another plugin, Pretty Properties and has all it's current functional related to tasks counting. I decided to split it off into a separate plugin for the people who don't need all the other Pretty Properties features.

I am planning to remove task count functional from Pretty Properties in the future, but untill it's done, please, don't use these two plugins together with task counting features enabled in both, since it would make the same code run twice and can lead to unexpected results.

Usage

In the plugin settings you can set special properties for tasks. If you add this properties to your note, the plugin will count existing tasks in the active note and save the count number to the properties. There are various kinds of properties that can be used to count differet kinds of tasks. You can select only the ones you need and ignore the others. The count will be done if at least one of the properties is present in the note.

The plugin can count regular checkbox tasks, written in the note. If TaskNotes support is enabled, it can also count the tasks created by TaskNotes plugin and related to the current note.

If automatic update setting is enabled, the task count will be saved every time you make changes to the tasks. However it can affect performance and lead to annoying notifications appearing as you type. The alternative is to disable this option and update tasks manually using the "Update task count" command.