{
    "id": "template-picker@beatlink",
    "name": "Template Picker",
    "description": "A right-pane widget for assigning or changing the template of the currently active note, plus a Missing Templates page that triages every note still lacking one, and configurable search-based filters to exclude specific notes from the picker. Ships nine bundled template notes under its own persisted Templates container: eight item types (Ideas / Goal / Routine / Task / Future / Project / Note / Link, the last a Web View note carrying #webViewSrc and #url for a saved web page) and the AreaCollection container template, meant for per-area root notes rather than as an item's own type. It also ships one empty root container note per bundled item template (Ideas / Goals / Routines / Tasks / Future / Projects / Notes / Links), carrying only the template's icon and #viewType=list; as of 1.13.0 they sit beside the templates in the Templates container instead of under the AreaCollection template, so a new Area no longer comes out holding copies of them. Each registry row has a Root Note field so other addons can resolve a template's root.",
    "author": "BeatLink",
    "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/template-picker@beatlink",
    "license": "GPL-3.0-or-later",
    "latestVersion": "1.15.0",
    "type": "widget",
    "readme": "README.md",
    "manifestSourceUrl": "https://beatlink.github.io/trilium-scripts/template-picker@beatlink/_tam_manifest_.json",
    "manifest": {
        "settingsNote": "launcher",
        "exports": {
            "registry": "registry",
            "tpl-idea": "tpl-idea",
            "tpl-goal": "tpl-goal",
            "tpl-routine": "tpl-routine",
            "tpl-task": "tpl-task",
            "tpl-future": "tpl-future",
            "tpl-project": "tpl-project",
            "tpl-note": "tpl-note",
            "tpl-area": "tpl-area"
        },
        "notes": [
            {
                "id": "launcher",
                "title": "template-picker@beatlink",
                "type": "render",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "widget",
                "title": "templatePickerPreact",
                "type": "code",
                "mime": "text/jsx",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templatePickerPreact.jsx",
                "sha": "347edc471a0382a88355e9de95e83435ede85ae6fd628f74f9e2507d5602437c",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templatePickerPreact.jsx"
            },
            {
                "id": "style",
                "title": "templatePickerPreact.css",
                "type": "code",
                "mime": "text/css",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templatePickerPreact.css",
                "sha": "a861bd54c9f36d2d70f09171778355749468893a6e8083fd342060ec2b00aa4d",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templatePickerPreact.css"
            },
            {
                "id": "registry",
                "title": "templateRegistry.jsx",
                "type": "code",
                "mime": "text/jsx",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templateRegistry.jsx",
                "sha": "32d908149ced73ed8a5911295fc04c01d3cf268072aa73b363688df75d19ef11",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templateRegistry.jsx"
            },
            {
                "id": "schema",
                "title": "schema.json",
                "type": "code",
                "mime": "application/json",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/schema.json",
                "sha": "3d5787513f32c4dee487762a950d6134a5e100a2edc44008fbbd4f19cd8f989e",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/schema.json"
            },
            {
                "id": "defaults",
                "title": "defaults.json",
                "type": "code",
                "mime": "application/json",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/defaults.json",
                "sha": "1c73b246036f630424ddeec736be65930afcf35d1a123c1b16148d44792d3971",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/defaults.json"
            },
            {
                "id": "config",
                "title": "config.json",
                "type": "code",
                "mime": "application/json",
                "sourceUrl": null
            },
            {
                "id": "settings",
                "title": "settings.jsx",
                "type": "code",
                "mime": "text/jsx",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/settings.jsx",
                "sha": "384721caf3375c5ae072d0ffdb0adab69d45a72c5a70100cf7667404c559ef55",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/settings.jsx"
            },
            {
                "id": "missing-launcher",
                "title": "Missing Templates",
                "type": "render",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "missing-page",
                "title": "templatePickerPage",
                "type": "code",
                "mime": "text/jsx",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templatePickerPage.jsx",
                "sha": "785fa901101039fa318b564b38d6f86b4ec57f965228e89bfdd9f2f17b92a189",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templatePickerPage.jsx"
            },
            {
                "id": "missing-style",
                "title": "templatePickerPage.css",
                "type": "code",
                "mime": "text/css",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templatePickerPage.css",
                "sha": "62b08c1df8a66f30cb35d7e74af18e23f1159f291b458c5555a2d15f8fa92cc5",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templatePickerPage.css"
            },
            {
                "id": "readme",
                "title": "README.md",
                "type": "code",
                "mime": "text/markdown",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/README.md",
                "renderAsHTML": true,
                "sha": "67e6aa8b519dffcd8ea06c9d623789c91574b21bfbfaec3f456324913cb47297",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/README.md"
            },
            {
                "id": "libsettings-core",
                "title": "libSettingsCore.js",
                "type": "code",
                "mime": "application/javascript;env=frontend",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/libs/libsettings/libsettings-core.js",
                "sha": "6fb4ffee0a776ef38a6646ccbc21dc276614f9ea02d61f1f4f9f877e94b0c586",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/libs/libsettings/libsettings-core.js"
            },
            {
                "id": "libsettings-ui",
                "title": "libSettingsUI.jsx",
                "type": "code",
                "mime": "text/jsx",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/libs/libsettings/libsettings-ui.jsx",
                "sha": "66d4adead5e0447deba7f5cfa2a1573680ece1af619c53eb7241036122fce1a6",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/libs/libsettings/libsettings-ui.jsx"
            },
            {
                "id": "picker-registry",
                "title": "pickerRegistry.jsx",
                "type": "code",
                "mime": "text/jsx",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/libs/libpicker/pickerRegistry.jsx",
                "sha": "d887db1bf507b268c1180cfd60c20cc9cf82538ce3403fece338789fe66f91f6",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/libs/libpicker/pickerRegistry.jsx"
            },
            {
                "id": "libsettings-style",
                "title": "libSettingsUI.css",
                "type": "code",
                "mime": "text/css",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/libs/libsettings/libsettings-ui.css",
                "sha": "43a6d3eba0af6f5e197064c7d0054a2ad725cd553c112f3b7427cd4830f2a75f",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/libs/libsettings/libsettings-ui.css"
            },
            {
                "id": "templates-root",
                "title": "Templates",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "tpl-idea",
                "title": "Ideas",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/ideas.html",
                "sha": "f87324480b6f162c1907fa83cf9ed96fbd72b1156b7439ceafc95f0e5fa10636",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/ideas.html"
            },
            {
                "id": "tpl-goal",
                "title": "Goal",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/goal.html",
                "sha": "f90fe9444ceb876b4e8a8c415deae276722adfa1f033ea9ce756046bde878368",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/goal.html"
            },
            {
                "id": "tpl-routine",
                "title": "Routine",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/routine.html",
                "sha": "dd887a80ab9078c3c45f3a2f610d2b2e676e07a8fce21f1bc4a6fec9d81f006a",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/routine.html"
            },
            {
                "id": "tpl-task",
                "title": "Task",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/task.html",
                "sha": "dd887a80ab9078c3c45f3a2f610d2b2e676e07a8fce21f1bc4a6fec9d81f006a",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/task.html"
            },
            {
                "id": "tpl-future",
                "title": "Future",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/future.html",
                "sha": "96ac125f40405b31c0274409a0e12659d9e30c5cdd356a7205ff5207ee0208d9",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/future.html"
            },
            {
                "id": "tpl-project",
                "title": "Project",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/project.html",
                "sha": "335bebc9c085cfb0870a94b12140d6dcfd6887823fe48f20bbe0ca17f95ed99f",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/project.html"
            },
            {
                "id": "tpl-note",
                "title": "Note",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/note.html",
                "sha": "f87324480b6f162c1907fa83cf9ed96fbd72b1156b7439ceafc95f0e5fa10636",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/note.html"
            },
            {
                "id": "tpl-link",
                "title": "Link",
                "type": "webView",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "tpl-area",
                "title": "Area",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/b053fc798f431665831d2f7cb02d9197da958d0b/addons/template-picker@beatlink/templates/areaCollection.html",
                "sha": "6c6fdbb1888bce4008347271f46a41a66f0a304a7a85db168600304ebebf3808",
                "sourceId": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/template-picker@beatlink/templates/areaCollection.html"
            },
            {
                "id": "root-idea",
                "title": "Ideas",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "root-goal",
                "title": "Goals",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "root-routine",
                "title": "Routines",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "root-task",
                "title": "Tasks",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "root-future",
                "title": "Future",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "root-project",
                "title": "Projects",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "root-note",
                "title": "Notes",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            },
            {
                "id": "root-link",
                "title": "Links",
                "type": "text",
                "mime": "text/html",
                "sourceUrl": null
            }
        ],
        "children": [
            {
                "parent": "root",
                "child": "launcher"
            },
            {
                "parent": "launcher",
                "child": "widget"
            },
            {
                "parent": "widget",
                "child": "style"
            },
            {
                "parent": "widget",
                "child": "registry"
            },
            {
                "parent": "launcher",
                "child": "schema"
            },
            {
                "parent": "launcher",
                "child": "defaults"
            },
            {
                "parent": "persistence",
                "child": "config"
            },
            {
                "parent": "launcher",
                "child": "settings"
            },
            {
                "parent": "settings",
                "child": "registry"
            },
            {
                "parent": "launcher",
                "child": "readme"
            },
            {
                "parent": "root",
                "child": "missing-launcher"
            },
            {
                "parent": "missing-launcher",
                "child": "missing-page"
            },
            {
                "parent": "missing-page",
                "child": "missing-style"
            },
            {
                "parent": "missing-page",
                "child": "registry"
            },
            {
                "parent": "missing-page",
                "child": "schema"
            },
            {
                "parent": "missing-page",
                "child": "defaults"
            },
            {
                "parent": "missing-page",
                "child": "libsettings-ui"
            },
            {
                "parent": "libsettings-ui",
                "child": "libsettings-core"
            },
            {
                "parent": "libsettings-ui",
                "child": "libsettings-style"
            },
            {
                "parent": "widget",
                "child": "libsettings-ui"
            },
            {
                "parent": "settings",
                "child": "libsettings-ui"
            },
            {
                "parent": "registry",
                "child": "libsettings-ui"
            },
            {
                "parent": "widget",
                "child": "picker-registry"
            },
            {
                "parent": "registry",
                "child": "picker-registry"
            },
            {
                "parent": "picker-registry",
                "child": "libsettings-ui"
            },
            {
                "parent": "persistence",
                "child": "templates-root"
            },
            {
                "parent": "templates-root",
                "child": "tpl-idea"
            },
            {
                "parent": "templates-root",
                "child": "tpl-goal"
            },
            {
                "parent": "templates-root",
                "child": "tpl-routine"
            },
            {
                "parent": "templates-root",
                "child": "tpl-task"
            },
            {
                "parent": "templates-root",
                "child": "tpl-future"
            },
            {
                "parent": "templates-root",
                "child": "tpl-project"
            },
            {
                "parent": "templates-root",
                "child": "tpl-note"
            },
            {
                "parent": "templates-root",
                "child": "tpl-link"
            },
            {
                "parent": "templates-root",
                "child": "tpl-area"
            },
            {
                "parent": "templates-root",
                "child": "root-idea"
            },
            {
                "parent": "templates-root",
                "child": "root-goal"
            },
            {
                "parent": "templates-root",
                "child": "root-routine"
            },
            {
                "parent": "templates-root",
                "child": "root-task"
            },
            {
                "parent": "templates-root",
                "child": "root-future"
            },
            {
                "parent": "templates-root",
                "child": "root-project"
            },
            {
                "parent": "templates-root",
                "child": "root-note"
            },
            {
                "parent": "templates-root",
                "child": "root-link"
            }
        ],
        "relations": [
            {
                "from": "settings",
                "type": "configNote",
                "to": "config"
            },
            {
                "from": "settings",
                "type": "schemaNote",
                "to": "schema"
            },
            {
                "from": "widget",
                "type": "schemaNote",
                "to": "schema"
            },
            {
                "from": "widget",
                "type": "settingsNote",
                "to": "settings"
            },
            {
                "from": "launcher",
                "type": "renderNote",
                "to": "settings"
            },
            {
                "from": "missing-page",
                "type": "configNote",
                "to": "config"
            },
            {
                "from": "missing-page",
                "type": "schemaNote",
                "to": "schema"
            },
            {
                "from": "missing-launcher",
                "type": "renderNote",
                "to": "missing-page"
            },
            {
                "from": "config",
                "type": "sourceConfig",
                "to": "defaults"
            }
        ],
        "labels": [
            {
                "note": "widget",
                "name": "widget",
                "value": ""
            },
            {
                "note": "style",
                "name": "appCss",
                "value": ""
            },
            {
                "note": "settings",
                "name": "templatePickerConfig",
                "value": ""
            },
            {
                "note": "libsettings-style",
                "name": "appCss",
                "value": ""
            },
            {
                "note": "missing-style",
                "name": "appCss",
                "value": ""
            },
            {
                "note": "templates-root",
                "name": "iconClass",
                "value": "bx bx-task"
            },
            {
                "note": "tpl-idea",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-idea",
                "name": "iconClass",
                "value": "bx bx-bulb"
            },
            {
                "note": "tpl-idea",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-idea",
                "name": "type",
                "value": "ideas"
            },
            {
                "note": "tpl-goal",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-goal",
                "name": "iconClass",
                "value": "bx bxs-star-half"
            },
            {
                "note": "tpl-goal",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-goal",
                "name": "type",
                "value": "goal"
            },
            {
                "note": "tpl-routine",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-routine",
                "name": "iconClass",
                "value": "bx bx-sync"
            },
            {
                "note": "tpl-routine",
                "name": "agendaTaskWidget(inheritable)",
                "value": ""
            },
            {
                "note": "tpl-routine",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-routine",
                "name": "label:priority",
                "value": "single,text"
            },
            {
                "note": "tpl-routine",
                "name": "type",
                "value": "routine"
            },
            {
                "note": "tpl-task",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-task",
                "name": "iconClass",
                "value": "bx bx-check"
            },
            {
                "note": "tpl-task",
                "name": "agendaTaskWidget(inheritable)",
                "value": ""
            },
            {
                "note": "tpl-task",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-task",
                "name": "label:priority",
                "value": "single,text"
            },
            {
                "note": "tpl-task",
                "name": "type",
                "value": "task"
            },
            {
                "note": "tpl-future",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-future",
                "name": "iconClass",
                "value": "bx bx-time-five"
            },
            {
                "note": "tpl-future",
                "name": "agendaTaskWidget(inheritable)",
                "value": ""
            },
            {
                "note": "tpl-future",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-future",
                "name": "label:priority",
                "value": "single,text"
            },
            {
                "note": "tpl-future",
                "name": "type",
                "value": "future"
            },
            {
                "note": "tpl-project",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-project",
                "name": "iconClass",
                "value": "bx bx-check-double"
            },
            {
                "note": "tpl-project",
                "name": "agendaTaskWidget(inheritable)",
                "value": ""
            },
            {
                "note": "tpl-project",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-project",
                "name": "label:priority",
                "value": "single,text"
            },
            {
                "note": "tpl-project",
                "name": "type",
                "value": "project"
            },
            {
                "note": "tpl-note",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-note",
                "name": "iconClass",
                "value": "bx bx-notepad"
            },
            {
                "note": "tpl-note",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-note",
                "name": "type",
                "value": "note"
            },
            {
                "note": "tpl-link",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-link",
                "name": "iconClass",
                "value": "bx bx-link"
            },
            {
                "note": "tpl-link",
                "name": "label:webViewSrc",
                "value": "single,url"
            },
            {
                "note": "tpl-link",
                "name": "label:url",
                "value": "single,url"
            },
            {
                "note": "tpl-link",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-link",
                "name": "type",
                "value": "link"
            },
            {
                "note": "tpl-area",
                "name": "template",
                "value": ""
            },
            {
                "note": "tpl-area",
                "name": "iconClass",
                "value": "bx bxs-circle"
            },
            {
                "note": "tpl-area",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "tpl-area",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "tpl-area",
                "name": "type",
                "value": "areacollection"
            },
            {
                "note": "root-idea",
                "name": "iconClass",
                "value": "bx bx-bulb"
            },
            {
                "note": "root-idea",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-idea",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "root-goal",
                "name": "iconClass",
                "value": "bx bxs-star-half"
            },
            {
                "note": "root-goal",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-goal",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "root-routine",
                "name": "iconClass",
                "value": "bx bx-sync"
            },
            {
                "note": "root-routine",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-routine",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "root-task",
                "name": "iconClass",
                "value": "bx bx-check"
            },
            {
                "note": "root-task",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-task",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "root-future",
                "name": "iconClass",
                "value": "bx bx-time-five"
            },
            {
                "note": "root-future",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-future",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "root-project",
                "name": "iconClass",
                "value": "bx bx-check-double"
            },
            {
                "note": "root-project",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-project",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "root-note",
                "name": "iconClass",
                "value": "bx bx-notepad"
            },
            {
                "note": "root-note",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-note",
                "name": "label:area",
                "value": "single"
            },
            {
                "note": "root-link",
                "name": "iconClass",
                "value": "bx bx-link"
            },
            {
                "note": "root-link",
                "name": "viewType",
                "value": "list"
            },
            {
                "note": "root-link",
                "name": "label:area",
                "value": "single"
            }
        ],
        "readmeNote": "readme",
        "settings": {
            "schema": "schema",
            "defaults": "defaults",
            "config": "config"
        }
    },
    "contentHash": "b61555904a62bbfc815f2fcecaa3a018275106c3482f72f0826d0c6611173575"
}
