{ "id": "hoist-note@beatlink", "name": "Hoist Note", "description": "This script adds a launchbar button to quickly toggle the hoisting of the current note.", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/hoist-note@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "1.0.2", "type": "widget", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/hoist-note@beatlink/_tam_manifest_.json", "manifest": { "root": "root", "notes": [ { "id": "root", "title": "hoist-note@beatlink", "type": "text", "mime": "text/html", "sourceUrl": null }, { "id": "setupButtons", "title": "setupButtons.js", "type": "code", "mime": "application/javascript;env=frontend", "sourceUrl": "setupButtons.js" }, { "id": "hoistNote", "title": "hoistNote.js", "type": "code", "mime": "application/javascript;env=frontend", "sourceUrl": "hoistNote.js" }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" } ], "children": [ { "parent": "root", "child": "setupButtons" }, { "parent": "root", "child": "hoistNote" }, { "parent": "root", "child": "readme" } ], "relations": [ { "from": "setupButtons", "type": "hoistNoteScript", "to": "hoistNote" } ], "labels": [ { "note": "setupButtons", "name": "run", "value": "frontendStartup" } ], "dependencies": [], "exports": {}, "readmeNote": "readme" } }