mirror of
https://github.com/selectstarfromusers/obsidian-task-manager.git
synced 2026-07-22 06:05:56 +00:00
- main.ts: await revealLeaf() calls in activateView (promises-must-await) - settings.ts: remove "General" heading (Obsidian guideline) - settings.ts / bucketComponent.ts / taskView.ts: sentence-case fixes (lowercase mid-sentence labels, drop "+" from button text, lowercase example placeholders) - taskView.ts: drop unused async on onOpen() and return Promise.resolve() explicitly (async-method-no-await)
6 lines
87 B
JSON
6 lines
87 B
JSON
{
|
|
"0.1.0": "1.10.0",
|
|
"0.1.1": "1.10.0",
|
|
"0.1.2": "1.10.0",
|
|
"0.1.3": "1.10.0"
|
|
}
|