heymoosh_ticktick-quick-add.../manifest.json
Claude 0f98a56552
Release 1.2.1: address Obsidian directory review warnings
- 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
2026-06-04 20:30:07 +00:00

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
}