README file from
GithubWiki Task Status
Wiki Task Status turns a standalone wikilink to a task note into a checkbox. The checkbox reads and writes one property on the linked note, so the task can appear in many notes without duplicating its state.
[[Renew car registration]]
In Reading view, that link renders like an Obsidian task. Checking it completes the linked note, and every other standalone reference reflects the change.
Task notes
By default, a linked note is a task when its frontmatter contains a done property:
---
done:
---
- An empty
doneproperty means the task is open. - Any value in
donemeans the task is complete. - Checking a task writes a local timestamp such as
2026-08-28T14:30:00. - Unchecking a task clears the property.
That is the entire convention. Folder location, tags, categories, and note contents do not matter.
Choose another property
Open Settings → Community plugins → Wiki Task Status and change Task property. For example, set it to completed to use:
---
completed:
---
Standalone links only
The wikilink must be the only content in its paragraph:
[[Renew car registration]]
Links within prose remain ordinary links:
Remember to handle [[Renew car registration]] this week.
Links to notes without the configured property also remain ordinary links.
View support
The checkbox appears in Reading view. Source mode and Live Preview continue to display the original wikilink, keeping the Markdown portable and easy to edit.
Installation
Community plugins
Once the plugin is accepted into Obsidian's community directory, install it from Settings → Community plugins → Browse.
Manual installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create
.obsidian/plugins/wiki-task-status/inside your vault. - Copy the three files into that folder.
- Reload installed plugins and enable Wiki Task Status.
Privacy
Wiki Task Status runs entirely inside Obsidian. It makes no network requests and collects no data.