{ "id": "area-picker@beatlink", "name": "Area Picker", "description": "A right pane dropdown widget that allows you set a note to a specific area of life", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/area-picker@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "2.0.5", "type": "widget", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/area-picker@beatlink/_tam_manifest_.json", "manifest": { "root": "root", "settingsNote": "root", "notes": [ { "id": "root", "title": "area-picker@beatlink", "type": "render", "mime": "text/html", "sourceUrl": null }, { "id": "script", "title": "areaPickerPreact", "type": "code", "mime": "text/jsx", "sourceUrl": "areaPickerPreact.jsx" }, { "id": "style", "title": "areaPickerPreact.css", "type": "code", "mime": "text/css", "sourceUrl": "areaPickerPreact.css" }, { "id": "schema", "title": "schema.json", "type": "code", "mime": "application/json", "sourceUrl": "schema.json" }, { "id": "config", "title": "config.json", "type": "code", "mime": "application/json", "sourceUrl": "config.json", "promptOnUpdate": true }, { "id": "settings", "title": "settings.jsx", "type": "code", "mime": "text/jsx", "sourceUrl": "settings.jsx" }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md", "renderAsHTML": true } ], "children": [ { "parent": "root", "child": "script" }, { "parent": "script", "child": "style" }, { "parent": "root", "child": "schema" }, { "parent": "root", "child": "config" }, { "parent": "root", "child": "settings" }, { "parent": "root", "child": "readme" }, { "parent": "script", "addon": "libsettings@beatlink", "child": "ui" }, { "parent": "settings", "addon": "libsettings@beatlink", "child": "ui" } ], "relations": [ { "from": "settings", "type": "AddonData:config", "to": "config" }, { "from": "settings", "type": "schemaNote", "to": "schema" }, { "from": "script", "type": "schemaNote", "to": "schema" }, { "from": "script", "type": "settingsNote", "to": "settings" }, { "from": "root", "type": "renderNote", "to": "settings" } ], "labels": [ { "note": "script", "name": "widget", "value": "" }, { "note": "style", "name": "appCss", "value": "" } ], "dependencies": [ "libsettings@beatlink" ], "exports": {}, "readmeNote": "readme" } }