{ "id": "libagendatask@beatlink", "name": "Agenda Task", "description": "Per-task note operations for an agenda/task-management system: recurrence completion, rescheduling, and keeping derived date/time labels in sync. Label names are injected by the caller as a plain constants object rather than imported from a shared library.", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/libagendatask@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "1.0.3", "type": "library", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/libagendatask@beatlink/_tam_manifest_.json", "manifest": { "root": "lib", "notes": [ { "id": "lib", "title": "libAgendaTask.js", "type": "code", "mime": "application/javascript;env=frontend", "sourceUrl": "libAgendaTask.js" }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" } ], "children": [ { "parent": "lib", "addon": "librecurrence@beatlink", "child": "lib" }, { "parent": "lib", "child": "readme" } ], "relations": [], "labels": [], "dependencies": [ "librecurrence@beatlink" ], "exports": { "lib": "lib" }, "readmeNote": "readme" } }