Codex38 downloadsTurn folders into task projects with overview notes and tree-based progress. Right-click any folder to set it as a project, then see live task completion badges in the file explorer.
Turn folders into task projects with automatic overview notes and tree-based progress tracking.
3/5 · 60%)- [ ] / - [x])Any checkbox in a markdown file inside the project folder is counted:
- [ ] Write the introduction
- [x] Draft the conclusion
- [ ] Review the draft
The overview note's progress section is enclosed in HTML comments and auto-updated whenever files change.
Right-click the folder → Unset Project. This removes the project marker from the overview note's frontmatter. The note itself is not deleted.
| Command | Description |
|---|---|
Refresh Current Project |
Refresh the project containing the active note |
Refresh All Projects |
Scan and refresh all projects in the vault |
{vault}/.obsidian/plugins/task-project-tree/# Install dependencies
npm install
# Start dev mode with hot-reload
npm run dev
# Production build
npm run build
manifest.json, package.json, and versions.jsongit add -A && git commit -m "release: x.y.z"
git tag x.y.z
git push && git push --tags
MIT