This repository has been archived on 2026-05-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
obsidian-plugin-auto-task-s.../test
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. d113c1c027
All checks were successful
CI / build (push) Successful in 16s
Add optional task count properties with structural root-task detection
Introduces opt-in pending/total task count frontmatter fields and a
"count root tasks only" mode. Root tasks are detected structurally by
walking the list tree, so tasks nested under non-task bullets (e.g.
"- **Action items**:") are correctly classified as root.

Also updates the manifest author metadata.
2026-04-14 09:50:45 +02:00
..
file-processing.test.ts Add optional task count properties with structural root-task detection 2026-04-14 09:50:45 +02:00
mock_obsidian.ts Migrate dev environment to Bun with modern tooling 2026-04-13 15:09:11 +02:00
plugin-lifecycle.test.ts Add optional task count properties with structural root-task detection 2026-04-14 09:50:45 +02:00
sample-notes.ts Migrate dev environment to Bun with modern tooling 2026-04-13 15:09:11 +02:00
settings-management.test.ts Add optional task count properties with structural root-task detection 2026-04-14 09:50:45 +02:00
settings-ui.test.ts Add optional task count properties with structural root-task detection 2026-04-14 09:50:45 +02:00
setup.ts Migrate dev environment to Bun with modern tooling 2026-04-13 15:09:11 +02:00
task-detection.test.ts Add optional task count properties with structural root-task detection 2026-04-14 09:50:45 +02:00
test-scenarios.ts Migrate dev environment to Bun with modern tooling 2026-04-13 15:09:11 +02:00