mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
- Add daily note template system with Obsidian variable support - Implement customizable task filename formats with live preview - Enhance Pomodoro timer with native task selection and persistence - Improve UI consistency and accessibility - Fix calendar selection visual issues - Remove redundant zettelid functionality
10 lines
293 B
JSON
10 lines
293 B
JSON
{
|
|
"id": "tasknotes",
|
|
"name": "TaskNotes",
|
|
"version": "0.7.0",
|
|
"minAppVersion": "1.0.0",
|
|
"description": "Comprehensive task and note management with calendar integration for Obsidian.",
|
|
"author": "Callum Alpass",
|
|
"authorUrl": "https://github.com/callumalpass",
|
|
"isDesktopOnly": false
|
|
}
|