{ "id": "drawio@siriusxt", "name": "Draw.io", "description": "Integrates Draw.io diagram editing into TriliumNext \u2014 click any SVG note to edit it inline using the embedded Draw.io editor", "author": "SiriusXT", "homepage": "https://github.com/SiriusXT/trilium-drawio", "license": "MIT", "latestVersion": "0.7.4", "type": "widget", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/drawio@siriusxt/_tam_manifest_.json", "manifest": { "root": "root", "notes": [ { "id": "root", "title": "drawio@siriusxt", "type": "text", "mime": "text/html", "sourceUrl": null }, { "id": "widget", "title": "trilium-drawio", "type": "code", "mime": "application/javascript;env=frontend", "sourceUrl": "trilium-drawio.js" }, { "id": "template", "title": "drawio", "type": "image", "mime": "image/svg+xml", "sourceUrl": "drawio.svg", "promptOnUpdate": true }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" } ], "children": [ { "parent": "root", "child": "widget" }, { "parent": "root", "child": "template" }, { "parent": "root", "child": "readme" } ], "relations": [ { "from": "root", "type": "AddonData:template", "to": "template" } ], "labels": [ { "note": "widget", "name": "widget", "value": "" }, { "note": "template", "name": "template", "value": "" } ], "dependencies": [], "exports": {}, "readmeNote": "readme" } }