mirror of
https://github.com/heymoosh/ticktick-quick-add-obsidian.git
synced 2026-07-22 05:43:55 +00:00
- manifest: drop "Obsidian" from description (directory rule), remove unknown `main` field, bump to 1.2.1 - README: title now matches plugin name in manifest - Remove unused base64UrlEncode helper - Remove dead express dependency and server.js (clears qs / path-to-regexp vulnerability warnings) - package.json: real name + author + description, drop sample-plugin template metadata - versions.json: add 1.2.1 → 1.4.0 https://claude.ai/code/session_01V2fsiatACzjUCNwSEhwER9
10 lines
367 B
JSON
10 lines
367 B
JSON
{
|
|
"id": "ticktick-quickadd-task",
|
|
"name": "TickTick Quick Add Task",
|
|
"version": "1.2.1",
|
|
"minAppVersion": "1.4.0",
|
|
"description": "Create TickTick tasks from text at your cursor with automatic deep links back to your notes. Requires the Advanced URI plugin.",
|
|
"author": "Muxin Li",
|
|
"authorUrl": "https://github.com/heymoosh",
|
|
"isDesktopOnly": false
|
|
}
|