Files
obsidian-workflow-template/.obsidian/plugins/obsidian-tasks-plugin/manifest.json
Mathis Gauthey 64c6a44ddb update: obsidian tasks config and version
- Updated exlusion
- Updated next status symbol from TODO status
- Added ON-HOLD status type
2024-01-04 10:53:38 +01:00

13 lines
395 B
JSON

{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "5.5.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"helpUrl": "https://publish.obsidian.md/tasks/",
"author": "Martin Schenck and Clare Macrae",
"authorUrl": "https://github.com/obsidian-tasks-group",
"fundingUrl": "https://github.com/sponsors/claremacrae",
"isDesktopOnly": false
}