update: Add quickadd

Allow user to :
- Quickly create tasks on different parts of the vault
- Quickly import tasks from todoist to different part of the vault
This commit is contained in:
Mathis Gauthey
2024-01-04 10:55:04 +01:00
parent 64c6a44ddb
commit 5401f82472
4 changed files with 20329 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "1.4.0",
"minAppVersion": "0.13.19",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",
"fundingUrl": "https://www.buymeacoffee.com/chhoumann",
"isDesktopOnly": false
}