{ "id": "expanded@beatlink", "name": "Expanded", "description": "Keep selected notes always expanded in the note tree. Toggle 'Always Expanded' from the right pane on any note to pin it open permanently, even after restarting Trilium.", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/expanded@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "1.1.2", "type": "widget", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/expanded@beatlink/_tam_manifest_.json", "manifest": { "root": "root", "notes": [ { "id": "root", "title": "expanded@beatlink", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" }, { "id": "widget", "title": "expandedWidget", "type": "code", "mime": "text/jsx", "sourceUrl": "expandedWidget.jsx" }, { "id": "updateExpanded", "title": "updateExpanded.js", "type": "code", "mime": "application/javascript;env=backend", "sourceUrl": "updateExpanded.js" } ], "children": [ { "parent": "root", "child": "widget" }, { "parent": "root", "child": "updateExpanded" } ], "relations": [ { "from": "widget", "type": "scriptNote", "to": "updateExpanded" } ], "labels": [ { "note": "widget", "name": "widget", "value": "" } ], "dependencies": [], "exports": {}, "readmeNote": "root", "allowExternalReferences": true } }