Obsidian Setup
Openza Tasks can extract tasks from your Obsidian vault by scanning markdown checkboxes. The vault is never modified.
Connect Your Vault
- Open Settings in Openza Tasks
- Select Obsidian in the sidebar
- Click Select Vault Folder
- Choose the root folder of your Obsidian vault
After connecting, click Sync in the navigation rail to extract tasks.
Supported Task Format
Openza Tasks recognizes GitHub Flavored Markdown checkboxes:
- [ ] Open task- [x] Completed task* [ ] Asterisk bullet+ [ ] Plus bulletOnly lines with a checkbox and a non-empty title are imported.
How Tasks Are Organized
- Tasks appear under the Obsidian provider in the Projects pane.
- The top-level vault folder becomes a virtual project name.
- Files in the vault root are grouped under Vault Root.
- Heading paths (e.g.,
Project > Phase) are stored for context.
Behavior & Limits
- No write-back: Changes made in Openza Tasks do not update your vault.
- No deletions: Removing a checkbox in Obsidian does not delete the task in the app. Delete locally if needed.
- File scope: Only
.mdfiles are scanned; hidden folders like.obsidianare skipped. - File size limit: Files larger than 5 MB are ignored.
Tips
- Re-run Sync after editing notes to pull new checkboxes.
- Keep headings consistent if you want tasks to stay grouped by section.