mirror of
https://github.com/poanse/obsidian-taskmap.git
synced 2026-07-22 06:05:58 +00:00
Added github attestation for artefacts Fixed obsidian review warnings Fixed a bug - when deleting a task, its children were reparented with incorrect priorities which broke manual repositioning Fixed a visual bug - edited task was drawn behind its siblings which made name editing clunky for long task names
10 lines
266 B
JSON
10 lines
266 B
JSON
{
|
|
"id": "taskmap",
|
|
"name": "Taskmap",
|
|
"version": "0.1.9",
|
|
"minAppVersion": "1.12.4",
|
|
"description": "Plan projects via interactive GUI task trees with automatic layout.",
|
|
"author": "poanse",
|
|
"authorUrl": "https://github.com/poanse",
|
|
"isDesktopOnly": false
|
|
}
|