diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6203d87bc..75c9d0dca 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms -github: [zadam] -custom: ["https://paypal.me/za4am"] +github: [eliandoran] +custom: ["https://paypal.me/eliandoran"] diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 000000000..25cd18724 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,100 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL Advanced" + +on: + push: + branches: [ "develop" ] + pull_request: + branches: [ "develop" ] + schedule: + - cron: '20 7 * * 0' + +jobs: + analyze: + name: Analyze (${{ matrix.language }}) + # Runner size impacts CodeQL analysis time. To learn more, please see: + # - https://gh.io/recommended-hardware-resources-for-running-codeql + # - https://gh.io/supported-runners-and-hardware-resources + # - https://gh.io/using-larger-runners (GitHub.com only) + # Consider using larger runners or machines with greater resources for possible analysis time improvements. + runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + permissions: + # required for all workflows + security-events: write + + # required to fetch internal or private CodeQL packs + packages: read + + # only required for workflows in private repositories + actions: read + contents: read + + strategy: + fail-fast: false + matrix: + include: + - language: actions + build-mode: none + - language: javascript-typescript + build-mode: none + # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' + # Use `c-cpp` to analyze code written in C, C++ or both + # Use 'java-kotlin' to analyze code written in Java, Kotlin or both + # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both + # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis, + # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. + # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how + # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + # Add any setup steps before running the `github/codeql-action/init` action. + # This includes steps like installing compilers or runtimes (`actions/setup-node` + # or others). This is typically only required for manual builds. + # - name: Setup runtime (example) + # uses: actions/setup-example@v1 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + build-mode: ${{ matrix.build-mode }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + + # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + # queries: security-extended,security-and-quality + + # If the analyze step fails for one of the languages you are analyzing with + # "We were unable to automatically build your code", modify the matrix above + # to set the build mode to "manual" for that language. Then modify this step + # to build your code. + # ℹ️ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + - if: matrix.build-mode == 'manual' + shell: bash + run: | + echo 'If you are using a "manual" build mode for one or more of the' \ + 'languages you are analyzing, replace this with the commands to build' \ + 'your code, for example:' + echo ' make bootstrap' + echo ' make release' + exit 1 + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 + with: + category: "/language:${{matrix.language}}" diff --git a/README.md b/README.md index 265e10543..1ae82efbd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TriliumNext Notes -  +   [English](./README.md) | [Chinese](./README-ZH_CN.md) | [Russian](./README.ru.md) | [Japanese](./README.ja.md) | [Italian](./README.it.md) | [Spanish](./README.es.md) diff --git a/bin/tpl/anonymize-database.sql b/bin/tpl/anonymize-database.sql index bc2b431d6..6309d5236 100644 --- a/bin/tpl/anonymize-database.sql +++ b/bin/tpl/anonymize-database.sql @@ -14,7 +14,8 @@ UPDATE attributes SET name = 'name', value = 'value' WHERE type = 'label' 'widget', 'noteInfoWidgetDisabled', 'linkMapWidgetDisabled', 'revisionsWidgetDisabled', 'whatLinksHereWidgetDisabled', 'similarNotesWidgetDisabled', 'workspace', 'workspaceIconClass', 'workspaceTabBackgroundColor', 'workspaceCalendarRoot', 'workspaceTemplate', 'searchHome', 'workspaceInbox', - 'workspaceSearchHome', 'sqlConsoleHome', 'datePattern', 'pageSize', 'viewType', 'mapRootNoteId', + 'workspaceSearchHome', 'sqlConsoleHome', 'datePattern', 'weekPattern', 'enableWeekNote', 'monthPattern', + 'quarterPattern', 'yearPattern', 'enableQuarterNote', 'pageSize', 'viewType', 'mapRootNoteId', 'bookmarkFolder', 'sorted', 'sortDirection', 'sortFoldersFirst', 'sortNatural', 'sortLocale', 'top', 'fullContentWidth', 'shareHiddenFromTree', 'shareExternalLink', 'shareOmitDefaultCss', 'shareRoot', 'shareDescription', 'shareRaw', 'shareDisallowRobotIndexing', 'shareIndex', 'displayRelations', 'hideRelations', 'titleTemplate', @@ -31,7 +32,8 @@ UPDATE attributes SET name = 'name' WHERE type = 'relation' 'widget', 'noteInfoWidgetDisabled', 'linkMapWidgetDisabled', 'revisionsWidgetDisabled', 'whatLinksHereWidgetDisabled', 'similarNotesWidgetDisabled', 'workspace', 'workspaceIconClass', 'workspaceTabBackgroundColor', 'workspaceCalendarRoot', 'workspaceTemplate', 'searchHome', 'workspaceInbox', - 'workspaceSearchHome', 'sqlConsoleHome', 'datePattern', 'pageSize', 'viewType', 'mapRootNoteId', + 'workspaceSearchHome', 'sqlConsoleHome', 'datePattern', 'weekPattern', 'enableWeekNote', 'monthPattern', + 'quarterPattern', 'yearPattern', 'enableQuarterNote', 'pageSize', 'viewType', 'mapRootNoteId', 'bookmarkFolder', 'sorted', 'sortDirection', 'sortFoldersFirst', 'sortNatural', 'sortLocale', 'top', 'fullContentWidth', 'shareHiddenFromTree', 'shareExternalLink', 'shareOmitDefaultCss', 'shareRoot', 'shareDescription', 'shareRaw', 'shareDisallowRobotIndexing', 'shareIndex', 'displayRelations', 'hideRelations', 'titleTemplate', diff --git a/db/demo.zip b/db/demo.zip index 74d4e8c32..b44f44fb4 100644 Binary files a/db/demo.zip and b/db/demo.zip differ diff --git a/demo/!!!meta.json b/demo/!!!meta.json index f3d4a363e..4899c4606 100644 --- a/demo/!!!meta.json +++ b/demo/!!!meta.json @@ -147,7 +147,7 @@ "title": "Inbox", "notePosition": 10, "prefix": null, - "isExpanded": false, + "isExpanded": true, "type": "text", "mime": "text/html", "attributes": [ @@ -219,7 +219,22 @@ "isExpanded": false, "type": "text", "mime": "text/html", - "attributes": [], + "attributes": [ + { + "type": "relation", + "name": "includeNoteLink", + "value": "ZWCYra81yOFO", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "_help_nBAXQFj20hS1", + "isInheritable": false, + "position": 20 + } + ], "format": "html", "dataFileName": "The Last Question.html", "attachments": [], diff --git a/demo/root/Trilium Demo.html b/demo/root/Trilium Demo.html index cd12b4bd1..59ef348b7 100644 --- a/demo/root/Trilium Demo.html +++ b/demo/root/Trilium Demo.html @@ -18,22 +18,28 @@ height="150">
Welcome to TriliumNext Notes! +
This is initial "demo" document provided by TriliumNext by default to showcase some of its features and also give you some ideas how you might structure your notes. You can play with it, modify note content and tree structure as you wish.
If you need any help, visit TriliumNext website: https://github.com/TriliumNext +
-Once you're finished with experimenting and want to cleanup these pages, you can simply delete them all.
-TriliumNext supports classic formatting like italic, bold, bold and italic. Of course you can add links like this one pointing to google.com +
Lists
Ordered: +
Unordered: +
\(% \f is defined as #1f(#2) using the macro \f\relax{x} = \int_{-\infty}^\infty \f\hat\xi\,e^{2 \pi i \xi x} \,d\xi\)Some math examples:
\[\displaystyle \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }\] +Another:
\[\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)\] +Inline math is also possible: \(c^2 = a^2 + b^2\)
This page demonstrates two things:
You can read some explanation on how this journal works here: https://github.com/zadam/trilium/wiki/Day-notes +
Maybe CodeNames? https://boardgamegeek.com/boardgame/178900/codenames +
diff --git a/demo/root/Trilium Demo/Tech/node.js/Intro.html b/demo/root/Trilium Demo/Tech/Node.js/Intro.html similarity index 100% rename from demo/root/Trilium Demo/Tech/node.js/Intro.html rename to demo/root/Trilium Demo/Tech/Node.js/Intro.html diff --git a/demo/root/Trilium Demo/Tech/node.js/Overview.html b/demo/root/Trilium Demo/Tech/Node.js/Overview.html similarity index 100% rename from demo/root/Trilium Demo/Tech/node.js/Overview.html rename to demo/root/Trilium Demo/Tech/Node.js/Overview.html diff --git a/demo/root/Trilium Demo/Tech/node.js/Overview/History.html b/demo/root/Trilium Demo/Tech/Node.js/Overview/History.html similarity index 100% rename from demo/root/Trilium Demo/Tech/node.js/Overview/History.html rename to demo/root/Trilium Demo/Tech/Node.js/Overview/History.html diff --git a/demo/root/Trilium Demo/Tech/node.js/Overview/Industry support.html b/demo/root/Trilium Demo/Tech/Node.js/Overview/Industry support.html similarity index 100% rename from demo/root/Trilium Demo/Tech/node.js/Overview/Industry support.html rename to demo/root/Trilium Demo/Tech/Node.js/Overview/Industry support.html diff --git a/demo/root/Trilium Demo/Tech/node.js/Overview/Platform architecture.html b/demo/root/Trilium Demo/Tech/Node.js/Overview/Platform architecture.html similarity index 99% rename from demo/root/Trilium Demo/Tech/node.js/Overview/Platform architecture.html rename to demo/root/Trilium Demo/Tech/Node.js/Overview/Platform architecture.html index 1a977bccc..4b51ab5be 100644 --- a/demo/root/Trilium Demo/Tech/node.js/Overview/Platform architecture.html +++ b/demo/root/Trilium Demo/Tech/Node.js/Overview/Platform architecture.html @@ -20,6 +20,7 @@ href="https://en.wikipedia.org/wiki/Node.js#cite_note-b1-31">[31]Developers can create scalable servers without using threading, by using a simplified model of event-driven programming that uses callbacks to signal the completion of a task.[31] + diff --git a/demo/root/Trilium Demo/Tech/node.js/Releases.html b/demo/root/Trilium Demo/Tech/Node.js/Releases.html similarity index 100% rename from demo/root/Trilium Demo/Tech/node.js/Releases.html rename to demo/root/Trilium Demo/Tech/Node.js/Releases.html diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index ee524ea75..0ea953d4c 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.92.5-beta", + "appVersion": "0.92.7", "files": [ { "isClone": false, @@ -571,26 +571,6 @@ "format": "markdown", "dataFileName": "Multi-Factor Authentication.md", "attachments": [] - }, - { - "isClone": false, - "noteId": "KaM3TfD7mP78", - "notePath": [ - "pOsGYCXsbNQG", - "Otzi9La2YAUX", - "WOcw2SLH6tbX", - "KaM3TfD7mP78" - ], - "title": "Reverse proxy setup", - "notePosition": 120, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [], - "format": "markdown", - "dataFileName": "Reverse proxy setup.md", - "attachments": [] } ] }, @@ -609,47 +589,26 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "676Ekdv73T7I", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "SDHWNDsB68aJ", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "imageLink", - "value": "qGTyyKX4TceE", - "isInheritable": false, - "position": 30 - }, { "type": "relation", "name": "internalLink", "value": "l2VkvOwUNfZj", "isInheritable": false, - "position": 40 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "poXkQfguuA0U", "isInheritable": false, - "position": 50 + "position": 20 }, { "type": "relation", "name": "internalLink", "value": "vZWERwf8U3nx", "isInheritable": false, - "position": 60 + "position": 30 }, { "type": "label", @@ -657,11 +616,26 @@ "value": "synchronization", "isInheritable": false, "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-sync", + "isInheritable": false, + "position": 70 } ], "format": "markdown", "dataFileName": "Synchronization.md", "attachments": [ + { + "attachmentId": "PU4LVfX4MaMD", + "title": "sync-in-progress.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Synchronization_sync-in-pr.png" + }, { "attachmentId": "s3fKDqHslToK", "title": "image.png", @@ -669,6 +643,22 @@ "mime": "image/jpg", "position": 10, "dataFileName": "Synchronization_image.png" + }, + { + "attachmentId": "wlHlhXqZ0i1S", + "title": "sync-config.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Synchronization_sync-confi.png" + }, + { + "attachmentId": "x0t06ATHph6b", + "title": "sync-init.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Synchronization_sync-init.png" } ] }, @@ -687,40 +677,26 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "TFAiJIXJFfqv", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "fi37V32TNyzm", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", "value": "bwg0e8ewQMak", "isInheritable": false, - "position": 30 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "WOcw2SLH6tbX", "isInheritable": false, - "position": 40 + "position": 20 }, { "type": "relation", "name": "internalLink", "value": "CdNpE2pqjmI6", "isInheritable": false, - "position": 50 + "position": 30 }, { "type": "label", @@ -728,11 +704,35 @@ "value": "mobile-frontend", "isInheritable": false, "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-mobile-alt", + "isInheritable": false, + "position": 60 } ], "format": "markdown", "dataFileName": "Mobile Frontend.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "CyswsZZ3GwtQ", + "title": "mobile-tablet.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Mobile Frontend_mobile-tab.png" + }, + { + "attachmentId": "txzBbmMtgsrx", + "title": "mobile-smartphone.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Mobile Frontend_mobile-sma.png" + } + ] }, { "isClone": false, @@ -864,24 +864,31 @@ { "type": "relation", "name": "internalLink", - "value": "Gzjqa934BdH4", + "value": "wX4HbRucYSDD", "isInheritable": false, "position": 10 }, { "type": "relation", "name": "internalLink", - "value": "tAassRL4RSQL", + "value": "Gzjqa934BdH4", "isInheritable": false, "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "cbkrhQjrkKrh", + "value": "tAassRL4RSQL", "isInheritable": false, "position": 30 }, + { + "type": "relation", + "name": "internalLink", + "value": "cbkrhQjrkKrh", + "isInheritable": false, + "position": 40 + }, { "type": "label", "name": "shareAlias", @@ -1053,7 +1060,7 @@ { "type": "relation", "name": "internalLink", - "value": "_lbSettings", + "value": "4TIF1oA4VQRO", "isInheritable": false, "position": 50 }, @@ -1178,40 +1185,26 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "sLZ7Bcq9p8E9", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "qL7381ZG0lMK", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", "value": "A9Oc6YKKc65v", "isInheritable": false, - "position": 30 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "IakOLONlIfGI", "isInheritable": false, - "position": 40 + "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "ivYnonVFBxbQ", + "value": "YtSN43OrfzaA", "isInheritable": false, - "position": 50 + "position": 30 }, { "type": "label", @@ -1232,12 +1225,12 @@ "dataFileName": "Note Tree.md", "attachments": [ { - "attachmentId": "Bp5BCJRntpyt", - "title": "image.png", + "attachmentId": "AF3on7rb7R59", + "title": "drag-and-drop.gif", "role": "image", - "mime": "image/jpg", + "mime": "image/gif", "position": 10, - "dataFileName": "Note Tree_image.png" + "dataFileName": "Note Tree_drag-and-drop.gif" }, { "attachmentId": "DYf7wm3Yv6EC", @@ -1245,7 +1238,242 @@ "role": "image", "mime": "image/jpg", "position": 10, - "dataFileName": "1_Note Tree_image.png" + "dataFileName": "Note Tree_image.png" + }, + { + "attachmentId": "m0KuVBZvGyzW", + "title": "move-note-with-keyboard.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Note Tree_move-note-with-k.gif" + } + ], + "dirFileName": "Note Tree", + "children": [ + { + "isClone": false, + "noteId": "YtSN43OrfzaA", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "Vc8PjrjAGuOp", + "oPVyFC7WL2Lp", + "YtSN43OrfzaA" + ], + "title": "Note tree contextual menu", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "yTjUdsOi4CIE", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "KC1HB96bqqHX", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "bwg0e8ewQMak", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "IakOLONlIfGI", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "mHbBMPDPkVV5", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "eIg8jdvaoNNd", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "ivYnonVFBxbQ", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "TBwsyfadTA18", + "isInheritable": false, + "position": 100 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0vhv7lsOLy82", + "isInheritable": false, + "position": 110 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 120 + }, + { + "type": "relation", + "name": "internalLink", + "value": "aGlEvb9hyDhS", + "isInheritable": false, + "position": 130 + }, + { + "type": "relation", + "name": "internalLink", + "value": "wArbEsdSae6g", + "isInheritable": false, + "position": 140 + }, + { + "type": "relation", + "name": "internalLink", + "value": "3seOhtN8uLIY", + "isInheritable": false, + "position": 150 + }, + { + "type": "relation", + "name": "internalLink", + "value": "KSZ04uQ2D1St", + "isInheritable": false, + "position": 160 + }, + { + "type": "relation", + "name": "internalLink", + "value": "r5JGHN99bVKn", + "isInheritable": false, + "position": 170 + }, + { + "type": "relation", + "name": "internalLink", + "value": "W8vYD3Q1zjCR", + "isInheritable": false, + "position": 180 + }, + { + "type": "relation", + "name": "internalLink", + "value": "QEAPj01N5f7w", + "isInheritable": false, + "position": 190 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-menu", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Note tree contextual menu.md", + "attachments": [ + { + "attachmentId": "8DX1hysz3JRh", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Note tree contextual menu_.png" + }, + { + "attachmentId": "GQv4tBf9VSON", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Note tree contextual menu_.png" + } + ] + }, + { + "isClone": false, + "noteId": "yTjUdsOi4CIE", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "Vc8PjrjAGuOp", + "oPVyFC7WL2Lp", + "yTjUdsOi4CIE" + ], + "title": "Multiple selection", + "notePosition": 20, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "ivYnonVFBxbQ", + "isInheritable": false, + "position": 10 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-list-plus", + "isInheritable": false, + "position": 20 + } + ], + "format": "markdown", + "dataFileName": "Multiple selection.md", + "attachments": [ + { + "attachmentId": "puanbWdFSfUM", + "title": "image.png", + "role": "image", + "mime": "image/jpg", + "position": 10, + "dataFileName": "Multiple selection_image.png" + } + ] } ] }, @@ -1259,165 +1487,165 @@ "BlN9DFI679QC" ], "title": "Ribbon", - "notePosition": 40, + "notePosition": 50, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ - { - "type": "label", - "name": "iconClass", - "value": "bx bx-dots-horizontal", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", - "value": "KSZ04uQ2D1St", + "value": "4TIF1oA4VQRO", "isInheritable": false, - "position": 30 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "4FahAwuGTAwC", "isInheritable": false, - "position": 40 + "position": 20 }, { "type": "relation", "name": "internalLink", "value": "bwg0e8ewQMak", "isInheritable": false, - "position": 50 + "position": 30 }, { "type": "relation", "name": "internalLink", "value": "CoFPLs3dRlXc", "isInheritable": false, - "position": 60 + "position": 40 }, { "type": "relation", "name": "internalLink", "value": "xYmIYSP6wE3F", "isInheritable": false, - "position": 70 + "position": 50 }, { "type": "relation", "name": "internalLink", "value": "u3YFHC9tQlpm", "isInheritable": false, - "position": 80 - }, - { - "type": "relation", - "name": "internalLink", - "value": "WOcw2SLH6tbX", - "isInheritable": false, - "position": 90 + "position": 60 }, { "type": "relation", "name": "internalLink", "value": "R9pX4DGra2Vt", "isInheritable": false, - "position": 100 + "position": 70 }, { "type": "relation", "name": "internalLink", "value": "KC1HB96bqqHX", "isInheritable": false, - "position": 110 - }, - { - "type": "relation", - "name": "internalLink", - "value": "veGu4faJErEM", - "isInheritable": false, - "position": 120 - }, - { - "type": "relation", - "name": "internalLink", - "value": "nRhnJkTT8cPs", - "isInheritable": false, - "position": 130 + "position": 80 }, { "type": "relation", "name": "internalLink", "value": "zEY4DaJG4YT5", "isInheritable": false, - "position": 140 + "position": 90 }, { "type": "relation", "name": "internalLink", "value": "OFXdgB2nNk1F", "isInheritable": false, - "position": 150 + "position": 100 }, { "type": "relation", "name": "internalLink", "value": "bwZpz2ajCEwO", "isInheritable": false, - "position": 160 - }, - { - "type": "relation", - "name": "internalLink", - "value": "IakOLONlIfGI", - "isInheritable": false, - "position": 170 + "position": 110 }, { "type": "relation", "name": "internalLink", "value": "oPVyFC7WL2Lp", "isInheritable": false, - "position": 180 + "position": 120 + }, + { + "type": "relation", + "name": "internalLink", + "value": "IakOLONlIfGI", + "isInheritable": false, + "position": 130 }, { "type": "relation", "name": "internalLink", "value": "xWtq5NUHOwql", "isInheritable": false, - "position": 190 + "position": 140 }, { "type": "relation", "name": "internalLink", "value": "m1lbrzyKDaRB", "isInheritable": false, - "position": 200 + "position": 150 }, { "type": "relation", "name": "internalLink", "value": "wX4HbRucYSDD", "isInheritable": false, - "position": 210 - }, - { - "type": "relation", - "name": "internalLink", - "value": "4TIF1oA4VQRO", - "isInheritable": false, - "position": 220 + "position": 160 }, { "type": "relation", "name": "internalLink", "value": "l0tKav7yLHGF", "isInheritable": false, - "position": 230 + "position": 170 + }, + { + "type": "relation", + "name": "internalLink", + "value": "nRhnJkTT8cPs", + "isInheritable": false, + "position": 180 + }, + { + "type": "relation", + "name": "internalLink", + "value": "KSZ04uQ2D1St", + "isInheritable": false, + "position": 190 + }, + { + "type": "relation", + "name": "internalLink", + "value": "WOcw2SLH6tbX", + "isInheritable": false, + "position": 200 + }, + { + "type": "relation", + "name": "internalLink", + "value": "veGu4faJErEM", + "isInheritable": false, + "position": 210 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-dots-horizontal", + "isInheritable": false, + "position": 20 } ], "format": "markdown", @@ -1433,6 +1661,80 @@ } ] }, + { + "isClone": false, + "noteId": "3seOhtN8uLIY", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "Vc8PjrjAGuOp", + "3seOhtN8uLIY" + ], + "title": "Tabs", + "notePosition": 70, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "luNhaphA37EO", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "x0JgW8UqGXvq", + "isInheritable": false, + "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-dock-top", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Tabs.md", + "attachments": [ + { + "attachmentId": "b4aCeUxoyA9k", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Tabs_image.png" + }, + { + "attachmentId": "bSaBdT5sH1S7", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Tabs_image.png" + }, + { + "attachmentId": "HffqAHhqe69i", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "2_Tabs_image.png" + } + ] + }, { "isClone": false, "noteId": "xYmIYSP6wE3F", @@ -1443,7 +1745,7 @@ "xYmIYSP6wE3F" ], "title": "Launch Bar", - "notePosition": 80, + "notePosition": 110, "prefix": null, "isExpanded": false, "type": "text", @@ -1526,34 +1828,6 @@ } ] }, - { - "isClone": false, - "noteId": "Ms1nauBra7gq", - "notePath": [ - "pOsGYCXsbNQG", - "gh7bpGYxajRS", - "Vc8PjrjAGuOp", - "Ms1nauBra7gq" - ], - "title": "Quick search", - "notePosition": 90, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [ - { - "type": "label", - "name": "iconClass", - "value": "bx bx-search-alt-2", - "isInheritable": false, - "position": 10 - } - ], - "format": "markdown", - "dataFileName": "Quick search.md", - "attachments": [] - }, { "isClone": false, "noteId": "8YBEPzcpUgxw", @@ -1564,7 +1838,7 @@ "8YBEPzcpUgxw" ], "title": "Note buttons", - "notePosition": 100, + "notePosition": 130, "prefix": null, "isExpanded": false, "type": "text", @@ -1629,12 +1903,47 @@ "4TIF1oA4VQRO" ], "title": "Options", - "notePosition": 110, + "notePosition": 140, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "x3i7MxGccDuM", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xYmIYSP6wE3F", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "3seOhtN8uLIY", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "cbkrhQjrkKrh", + "isInheritable": false, + "position": 50 + }, { "type": "label", "name": "iconClass", @@ -1645,7 +1954,324 @@ ], "format": "markdown", "dataFileName": "Options.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "FZZUANQuZlhe", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Options_image.png" + }, + { + "attachmentId": "IJPuSn5cWjTO", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Options_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "luNhaphA37EO", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "Vc8PjrjAGuOp", + "luNhaphA37EO" + ], + "title": "Split View", + "notePosition": 150, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "3seOhtN8uLIY", + "isInheritable": false, + "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-dock-right", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Split View.md", + "attachments": [ + { + "attachmentId": "9plNhrKyZaXM", + "title": "3_Split View_image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Split View_3_Split View_im.png" + }, + { + "attachmentId": "Lk0PrljxWYRp", + "title": "4_Split View_image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Split View_4_Split View_im.png" + }, + { + "attachmentId": "Lt1OZVfsht6I", + "title": "Split View_image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Split View_Split View_imag.png" + }, + { + "attachmentId": "qm9Dn3TD1w4k", + "title": "2_Split View_image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Split View_2_Split View_im.png" + }, + { + "attachmentId": "UFITv6o2d4QN", + "title": "1_Split View_image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Split View_1_Split View_im.png" + } + ] + }, + { + "isClone": false, + "noteId": "XpOYSgsLkTJy", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "Vc8PjrjAGuOp", + "XpOYSgsLkTJy" + ], + "title": "Floating buttons", + "notePosition": 160, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "CoFPLs3dRlXc", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "s1aBHPd79XYj", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "grjYqerjn243", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iPIMuisry3hd", + "isInheritable": false, + "position": 50 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-rectangle", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Floating buttons.md", + "attachments": [ + { + "attachmentId": "drdKIHK5GzfU", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Floating buttons_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "RnaPdbciOfeq", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "Vc8PjrjAGuOp", + "RnaPdbciOfeq" + ], + "title": "Right Sidebar", + "notePosition": 170, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "BFvAtE74rbP6", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "AxshuNRegLAv", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "luNhaphA37EO", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "3seOhtN8uLIY", + "isInheritable": false, + "position": 40 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bxs-dock-right", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Right Sidebar.md", + "attachments": [ + { + "attachmentId": "ze9MwXmOPhp0", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Right Sidebar_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "r5JGHN99bVKn", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "Vc8PjrjAGuOp", + "r5JGHN99bVKn" + ], + "title": "Recent Changes", + "notePosition": 180, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "xYmIYSP6wE3F", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "9sRHySam5fXb", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "YtSN43OrfzaA", + "isInheritable": false, + "position": 40 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-history", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Recent Changes.md", + "attachments": [ + { + "attachmentId": "3HsqEVy53S2H", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Recent Changes_image.png" + }, + { + "attachmentId": "dxoiP89lrRn6", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Recent Changes_image.png" + } + ] } ] }, @@ -1674,14 +2300,14 @@ { "type": "relation", "name": "internalLink", - "value": "6f9hih2hXXZk", + "value": "grjYqerjn243", "isInheritable": false, "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "CdNpE2pqjmI6", + "value": "s1aBHPd79XYj", "isInheritable": false, "position": 30 }, @@ -1695,14 +2321,14 @@ { "type": "relation", "name": "internalLink", - "value": "iRwzGnHPzonm", + "value": "HcABDtFCkbFN", "isInheritable": false, "position": 50 }, { "type": "relation", "name": "internalLink", - "value": "GTwFsgaA0lCt", + "value": "CdNpE2pqjmI6", "isInheritable": false, "position": 60 }, @@ -1716,17 +2342,24 @@ { "type": "relation", "name": "internalLink", - "value": "ODY7qQn5m2FT", + "value": "r5JGHN99bVKn", "isInheritable": false, "position": 80 }, { "type": "relation", "name": "internalLink", - "value": "CoFPLs3dRlXc", + "value": "ODY7qQn5m2FT", "isInheritable": false, "position": 90 }, + { + "type": "relation", + "name": "internalLink", + "value": "CoFPLs3dRlXc", + "isInheritable": false, + "position": 100 + }, { "type": "label", "name": "shareAlias", @@ -1763,20 +2396,6 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "iuAfnapzpRCB", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "R1L2vUshJD82", - "isInheritable": false, - "position": 20 - }, { "type": "label", "name": "shareAlias", @@ -1794,7 +2413,24 @@ ], "format": "markdown", "dataFileName": "Note Icons.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "6tSmLB1aFql6", + "title": "note-icon-gallery.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Note Icons_note-icon-galle.png" + }, + { + "attachmentId": "QBMBQvrXn6G5", + "title": "note-icon-change.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Note Icons_note-icon-chang.png" + } + ] }, { "isClone": false, @@ -1833,6 +2469,27 @@ "isInheritable": false, "position": 30 }, + { + "type": "relation", + "name": "internalLink", + "value": "W8vYD3Q1zjCR", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "8YBEPzcpUgxw", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 60 + }, { "type": "label", "name": "shareAlias", @@ -1868,19 +2525,12 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "BqvIJUHkWrvH", - "isInheritable": false, - "position": 10 - }, { "type": "relation", "name": "internalLink", "value": "A9Oc6YKKc65v", "isInheritable": false, - "position": 20 + "position": 10 }, { "type": "label", @@ -1899,7 +2549,62 @@ ], "format": "markdown", "dataFileName": "Cloning Notes.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "3n837NZNUg0t", + "title": "create-clone.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Cloning Notes_create-clone.gif" + } + ], + "dirFileName": "Cloning Notes", + "children": [ + { + "isClone": false, + "noteId": "TBwsyfadTA18", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "BFs8mudNFgCS", + "IakOLONlIfGI", + "TBwsyfadTA18" + ], + "title": "Branch prefix", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "IakOLONlIfGI", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 20 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-rename", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Branch prefix.md", + "attachments": [] + } + ] }, { "isClone": false, @@ -1919,24 +2624,17 @@ "attributes": [ { "type": "relation", - "name": "imageLink", - "value": "zaUtPWl8NcCt", + "name": "internalLink", + "value": "wX4HbRucYSDD", "isInheritable": false, "position": 10 }, - { - "type": "relation", - "name": "internalLink", - "value": "wX4HbRucYSDD", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", "value": "zEY4DaJG4YT5", "isInheritable": false, - "position": 30 + "position": 20 }, { "type": "label", @@ -1955,7 +2653,16 @@ ], "format": "markdown", "dataFileName": "Protected Notes.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "NISgqIUKwaxr", + "title": "protecting-note.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Protected Notes_protecting.gif" + } + ] }, { "isClone": false, @@ -1975,31 +2682,24 @@ "attributes": [ { "type": "relation", - "name": "imageLink", - "value": "1fkGrskxHx5u", + "name": "internalLink", + "value": "zEY4DaJG4YT5", "isInheritable": false, "position": 10 }, { "type": "relation", "name": "internalLink", - "value": "zEY4DaJG4YT5", + "value": "bwZpz2ajCEwO", "isInheritable": false, "position": 20 }, - { - "type": "relation", - "name": "internalLink", - "value": "bwZpz2ajCEwO", - "isInheritable": false, - "position": 30 - }, { "type": "relation", "name": "internalLink", "value": "eIg8jdvaoNNd", "isInheritable": false, - "position": 40 + "position": 30 }, { "type": "label", @@ -2018,7 +2718,16 @@ ], "format": "markdown", "dataFileName": "Archived Notes.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "ke9mcD9x5Jg4", + "title": "hide-archived.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Archived Notes_hide-archiv.png" + } + ] }, { "isClone": false, @@ -2036,19 +2745,12 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "MA2uvkVloWXl", - "isInheritable": false, - "position": 10 - }, { "type": "relation", "name": "internalLink", "value": "zEY4DaJG4YT5", "isInheritable": false, - "position": 20 + "position": 10 }, { "type": "label", @@ -2067,7 +2769,16 @@ ], "format": "markdown", "dataFileName": "Note Revisions.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "1TA1nUFZzprY", + "title": "note-revisions.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Note Revisions_note-revisi.png" + } + ] }, { "isClone": false, @@ -2092,6 +2803,13 @@ "isInheritable": false, "position": 10 }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 20 + }, { "type": "label", "name": "shareAlias", @@ -2127,6 +2845,27 @@ "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "wy8So3yZZlH9", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "4TIF1oA4VQRO", + "isInheritable": false, + "position": 30 + }, { "type": "label", "name": "iconClass", @@ -2193,6 +2932,34 @@ "isInheritable": false, "position": 30 }, + { + "type": "relation", + "name": "internalLink", + "value": "4TIF1oA4VQRO", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "s1aBHPd79XYj", + "isInheritable": false, + "position": 70 + }, { "type": "label", "name": "shareAlias", @@ -2210,7 +2977,247 @@ ], "format": "markdown", "dataFileName": "Read-Only Notes.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "dUmc6vYfoQgZ", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Read-Only Notes_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "0ESUbbAxVnoK", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "BFs8mudNFgCS", + "0ESUbbAxVnoK" + ], + "title": "Note List", + "notePosition": 140, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GTwFsgaA0lCt", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iPIMuisry3hd", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "W8vYD3Q1zjCR", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xWbu3jpNWapp", + "isInheritable": false, + "position": 70 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bxs-grid", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Note List.md", + "attachments": [ + { + "attachmentId": "1SA0UPq471jp", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Note List_image.png" + }, + { + "attachmentId": "2xoejxffj82c", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Note List_image.png" + }, + { + "attachmentId": "mppVaDhlClF7", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "2_Note List_image.png" + } + ], + "dirFileName": "Note List", + "children": [ + { + "isClone": false, + "noteId": "xWbu3jpNWapp", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "BFs8mudNFgCS", + "0ESUbbAxVnoK", + "xWbu3jpNWapp" + ], + "title": "Calendar View", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "label", + "name": "iconClass", + "value": "bx bx-calendar", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Calendar View.md", + "attachments": [ + { + "attachmentId": "37CfbqKYcOtd", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Calendar View_image.png" + }, + { + "attachmentId": "akAHcIEcGnWR", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Calendar View_image.png" + }, + { + "attachmentId": "AU7dnIevWPrz", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "2_Calendar View_image.png" + }, + { + "attachmentId": "COiR1tnE86i1", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "3_Calendar View_image.png" + }, + { + "attachmentId": "fOdCNTs2BuI0", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "4_Calendar View_image.png" + }, + { + "attachmentId": "HfBu0m3WXtn2", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "5_Calendar View_image.png" + }, + { + "attachmentId": "ho00OJTNrxVI", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "6_Calendar View_image.png" + }, + { + "attachmentId": "irfNX8n4159U", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "7_Calendar View_image.png" + }, + { + "attachmentId": "KF56rdNuOwWd", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "8_Calendar View_image.png" + }, + { + "attachmentId": "oBWr5GL6cUAZ", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "9_Calendar View_image.png" + }, + { + "attachmentId": "oS6yUoQtfhpg", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "10_Calendar View_image.png" + }, + { + "attachmentId": "u2c09UpZghff", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "11_Calendar View_image.png" + } + ] + } + ] } ] }, @@ -2308,18 +3315,11 @@ "attributes": [ { "type": "relation", - "name": "imageLink", - "value": "snfWRIih71MM", + "name": "internalLink", + "value": "F1r9QtzQLZqm", "isInheritable": false, "position": 10 }, - { - "type": "relation", - "name": "imageLink", - "value": "wpFu8PhUu7e7", - "isInheritable": false, - "position": 20 - }, { "type": "label", "name": "shareAlias", @@ -2348,6 +3348,138 @@ } ] }, + { + "isClone": false, + "noteId": "Ms1nauBra7gq", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "wArbEsdSae6g", + "Ms1nauBra7gq" + ], + "title": "Quick search", + "notePosition": 40, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "F1r9QtzQLZqm", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "eIg8jdvaoNNd", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "x0JgW8UqGXvq", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xYmIYSP6wE3F", + "isInheritable": false, + "position": 50 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-search-alt-2", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Quick search.md", + "attachments": [ + { + "attachmentId": "H0XlRahnnWbd", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Quick search_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "F1r9QtzQLZqm", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "wArbEsdSae6g", + "F1r9QtzQLZqm" + ], + "title": "Jump to Note", + "notePosition": 50, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "xYmIYSP6wE3F", + "isInheritable": false, + "position": 10 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-send", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Jump to Note.md", + "attachments": [ + { + "attachmentId": "P9veX5eFZdPp", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Jump to Note_image.png" + }, + { + "attachmentId": "xA1F6kynr4YU", + "title": "recent-notes.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Jump to Note_recent-notes.gif" + }, + { + "attachmentId": "y8yxomaf1Gkz", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Jump to Note_image.png" + } + ] + }, { "isClone": false, "noteId": "eIg8jdvaoNNd", @@ -2358,7 +3490,7 @@ "eIg8jdvaoNNd" ], "title": "Search", - "notePosition": 40, + "notePosition": 60, "prefix": null, "isExpanded": false, "type": "text", @@ -2378,6 +3510,83 @@ "isInheritable": false, "position": 20 }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "wX4HbRucYSDD", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "ivYnonVFBxbQ", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xYmIYSP6wE3F", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "YtSN43OrfzaA", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "9sRHySam5fXb", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "m523cpzocqaD", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 100 + }, + { + "type": "relation", + "name": "internalLink", + "value": "MKmLg5x6xkor", + "isInheritable": false, + "position": 110 + }, + { + "type": "relation", + "name": "internalLink", + "value": "qzNzp9LYQyPT", + "isInheritable": false, + "position": 120 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 130 + }, { "type": "label", "name": "shareAlias", @@ -2395,7 +3604,16 @@ ], "format": "markdown", "dataFileName": "Search.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "WkhcA4FN7sGX", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Search_image.png" + } + ] }, { "isClone": false, @@ -2407,26 +3625,12 @@ "u3YFHC9tQlpm" ], "title": "Bookmarks", - "notePosition": 50, + "notePosition": 70, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "sag6ww9q4pgW", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "HEtnpiQrEvjl", - "isInheritable": false, - "position": 20 - }, { "type": "label", "name": "shareAlias", @@ -2444,7 +3648,24 @@ ], "format": "markdown", "dataFileName": "Bookmarks.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "99dD0P74W8QJ", + "title": "bookmark-folder.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Bookmarks_bookmark-folder.png" + }, + { + "attachmentId": "9dX71aLlSl9R", + "title": "bookmarks.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Bookmarks_bookmarks.gif" + } + ] }, { "isClone": false, @@ -2456,7 +3677,7 @@ "OR8WJ7Iz9K4U" ], "title": "Note Hoisting", - "notePosition": 60, + "notePosition": 80, "prefix": null, "isExpanded": false, "type": "text", @@ -2464,24 +3685,17 @@ "attributes": [ { "type": "relation", - "name": "imageLink", - "value": "AiBOf1LIykMC", + "name": "internalLink", + "value": "MMiBEQljMQh2", "isInheritable": false, "position": 10 }, - { - "type": "relation", - "name": "internalLink", - "value": "MMiBEQljMQh2", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", "value": "9sRHySam5fXb", "isInheritable": false, - "position": 30 + "position": 20 }, { "type": "label", @@ -2500,7 +3714,16 @@ ], "format": "markdown", "dataFileName": "Note Hoisting.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "wGJxetzAtPe0", + "title": "note-hoisting.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Note Hoisting_note-hoistin.gif" + } + ] }, { "isClone": false, @@ -2511,8 +3734,8 @@ "wArbEsdSae6g", "9sRHySam5fXb" ], - "title": "Workspace", - "notePosition": 70, + "title": "Workspaces", + "notePosition": 90, "prefix": null, "isExpanded": false, "type": "text", @@ -2525,6 +3748,13 @@ "isInheritable": false, "position": 10 }, + { + "type": "relation", + "name": "internalLink", + "value": "l0tKav7yLHGF", + "isInheritable": false, + "position": 20 + }, { "type": "label", "name": "shareAlias", @@ -2541,7 +3771,7 @@ } ], "format": "markdown", - "dataFileName": "Workspace.md", + "dataFileName": "Workspaces.md", "attachments": [ { "attachmentId": "V4TIsmtBh8P7", @@ -2549,7 +3779,7 @@ "role": "image", "mime": "image/jpg", "position": 10, - "dataFileName": "Workspace_image.png" + "dataFileName": "Workspaces_image.png" }, { "attachmentId": "vZSH2mOKzWBx", @@ -2557,7 +3787,7 @@ "role": "image", "mime": "image/jpg", "position": 10, - "dataFileName": "1_Workspace_image.png" + "dataFileName": "1_Workspaces_image.png" } ] }, @@ -2571,12 +3801,19 @@ "xWtq5NUHOwql" ], "title": "Similar Notes", - "notePosition": 80, + "notePosition": 100, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 10 + }, { "type": "label", "name": "iconClass", @@ -2587,7 +3824,81 @@ ], "format": "markdown", "dataFileName": "Similar Notes.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "0JOeCYHahqJS", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Similar Notes_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "McngOG2jbUWX", + "notePath": [ + "pOsGYCXsbNQG", + "gh7bpGYxajRS", + "wArbEsdSae6g", + "McngOG2jbUWX" + ], + "title": "Search in note", + "notePosition": 110, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "MI26XDLSAlCD", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iPIMuisry3hd", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "8YBEPzcpUgxw", + "isInheritable": false, + "position": 40 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-search-alt-2", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Search in note.md", + "attachments": [ + { + "attachmentId": "vEq0g2DHEh3O", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Search in note_image.png" + } + ] } ] }, @@ -2689,40 +4000,26 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "zaQnUsJTbvjr", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "uVF9DAmAmEWC", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", "value": "6f9hih2hXXZk", "isInheritable": false, - "position": 30 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "zEY4DaJG4YT5", "isInheritable": false, - "position": 40 + "position": 20 }, { "type": "relation", "name": "internalLink", "value": "VbjZvtUek0Ln", "isInheritable": false, - "position": 50 + "position": 30 }, { "type": "label", @@ -2742,6 +4039,22 @@ "format": "markdown", "dataFileName": "Themes.md", "attachments": [ + { + "attachmentId": "0IuNvWkls2sX", + "title": "dark-theme.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Themes_dark-theme.png" + }, + { + "attachmentId": "HvcI7pb2pZJQ", + "title": "steel-blue.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Themes_steel-blue.png" + }, { "attachmentId": "rwK3vuBgh7sY", "title": "image.png", @@ -2835,32 +4148,11 @@ "attributes": [ { "type": "relation", - "name": "imageLink", - "value": "Y9mwMwSGAaSb", + "name": "internalLink", + "value": "NwBbFdNZ9h7O", "isInheritable": false, "position": 10 }, - { - "type": "relation", - "name": "imageLink", - "value": "xMQSqWySvWBZ", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "imageLink", - "value": "QUqKzK4LHMVA", - "isInheritable": false, - "position": 30 - }, - { - "type": "relation", - "name": "imageLink", - "value": "e3qPZSsTbUZP", - "isInheritable": false, - "position": 40 - }, { "type": "label", "name": "shareAlias", @@ -2878,7 +4170,40 @@ ], "format": "markdown", "dataFileName": "Markdown.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "eF5PfSUArlEl", + "title": "markdown-file-import.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Markdown_markdown-file-imp.gif" + }, + { + "attachmentId": "lHeoBedkdNGi", + "title": "markdown-export-subtree.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Markdown_markdown-export-s.gif" + }, + { + "attachmentId": "p8I5seD7NUiV", + "title": "markdown-export-note.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Markdown_markdown-export-n.gif" + }, + { + "attachmentId": "tWIrcy00loZK", + "title": "markdown-inline-import.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Markdown_markdown-inline-i.gif" + } + ] }, { "isClone": false, @@ -3164,6 +4489,132 @@ "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "iPIMuisry3hd", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "QEAPj01N5f7w", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "4FahAwuGTAwC", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "m523cpzocqaD", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iRwzGnHPzonm", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "bdUJEHsAPYQR", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "HcABDtFCkbFN", + "isInheritable": false, + "position": 100 + }, + { + "type": "relation", + "name": "internalLink", + "value": "CdNpE2pqjmI6", + "isInheritable": false, + "position": 110 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GTwFsgaA0lCt", + "isInheritable": false, + "position": 120 + }, + { + "type": "relation", + "name": "internalLink", + "value": "s1aBHPd79XYj", + "isInheritable": false, + "position": 130 + }, + { + "type": "relation", + "name": "internalLink", + "value": "grjYqerjn243", + "isInheritable": false, + "position": 140 + }, + { + "type": "relation", + "name": "internalLink", + "value": "1vHRoWCEjj0L", + "isInheritable": false, + "position": 150 + }, + { + "type": "relation", + "name": "internalLink", + "value": "gBbsAeiuUxI5", + "isInheritable": false, + "position": 160 + }, + { + "type": "relation", + "name": "internalLink", + "value": "81SGnPGMk7Xc", + "isInheritable": false, + "position": 170 + }, + { + "type": "relation", + "name": "internalLink", + "value": "W8vYD3Q1zjCR", + "isInheritable": false, + "position": 180 + }, { "type": "label", "name": "iconClass", @@ -3173,7 +4624,17 @@ } ], "format": "markdown", - "attachments": [], + "dataFileName": "Note Types.md", + "attachments": [ + { + "attachmentId": "CRt4gLIroyZ9", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Note Types_image.png" + } + ], "dirFileName": "Note Types", "children": [ { @@ -3191,54 +4652,33 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "FtmPLgGmgZVC", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "oRWfJLUbb7j7", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "internalLink", - "value": "zEY4DaJG4YT5", - "isInheritable": false, - "position": 30 - }, { "type": "relation", "name": "internalLink", "value": "CoFPLs3dRlXc", "isInheritable": false, - "position": 40 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "S6Xx8QIWTV66", "isInheritable": false, - "position": 50 + "position": 20 }, { "type": "relation", "name": "internalLink", "value": "QxEyIjRBizuC", "isInheritable": false, - "position": 60 + "position": 30 }, { "type": "relation", "name": "internalLink", "value": "UYuUB1ZekNQU", "isInheritable": false, - "position": 70 + "position": 40 }, { "type": "label", @@ -3272,6 +4712,22 @@ "format": "markdown", "dataFileName": "Text.md", "attachments": [ + { + "attachmentId": "9OteFf78TKbK", + "title": "math.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Text_math.gif" + }, + { + "attachmentId": "iC7LrVe7NOvH", + "title": "text-notes-formatting-block.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Text_text-notes-formatting.png" + }, { "attachmentId": "lHWL7KkEhmM3", "title": "image.png", @@ -3281,12 +4737,12 @@ "dataFileName": "Text_image.png" }, { - "attachmentId": "yGknq3nsWpef", - "title": "bx-edit-alt.svg", + "attachmentId": "NYg91yVPC7cz", + "title": "text-notes-formatting-inline.png", "role": "image", - "mime": "image/svg+xml", + "mime": "image/png", "position": 10, - "dataFileName": "Text_bx-edit-alt.svg" + "dataFileName": "1_Text_text-notes-formatting.png" } ], "dirFileName": "Text", @@ -3373,6 +4829,43 @@ } ] }, + { + "isClone": false, + "noteId": "2x0ZAX9ePtzV", + "notePath": [ + "pOsGYCXsbNQG", + "KSZ04uQ2D1St", + "iPIMuisry3hd", + "2x0ZAX9ePtzV" + ], + "title": "Cut to subnote", + "notePosition": 30, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "label", + "name": "iconClass", + "value": "bx bx-cut", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Cut to subnote.md", + "attachments": [ + { + "attachmentId": "eFVU3SiVi9Bi", + "title": "cut-to-subnote.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Cut to subnote_cut-to-subn.gif" + } + ] + }, { "isClone": false, "noteId": "UYuUB1ZekNQU", @@ -3383,7 +4876,7 @@ "UYuUB1ZekNQU" ], "title": "Developer-specific formatting", - "notePosition": 30, + "notePosition": 40, "prefix": null, "isExpanded": false, "type": "text", @@ -3573,7 +5066,7 @@ "nRhnJkTT8cPs" ], "title": "Formatting toolbar", - "notePosition": 40, + "notePosition": 50, "prefix": null, "isExpanded": false, "type": "text", @@ -3638,6 +5131,71 @@ } ] }, + { + "isClone": false, + "noteId": "AxshuNRegLAv", + "notePath": [ + "pOsGYCXsbNQG", + "KSZ04uQ2D1St", + "iPIMuisry3hd", + "AxshuNRegLAv" + ], + "title": "Highlights list", + "notePosition": 60, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "RnaPdbciOfeq", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BFvAtE74rbP6", + "isInheritable": false, + "position": 40 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-highlight", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Highlights list.md", + "attachments": [ + { + "attachmentId": "lDcgRFQO5hDE", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Highlights list_image.png" + } + ] + }, { "isClone": false, "noteId": "mT0HEkOsz6i1", @@ -3648,7 +5206,7 @@ "mT0HEkOsz6i1" ], "title": "Images", - "notePosition": 50, + "notePosition": 70, "prefix": null, "isExpanded": false, "type": "text", @@ -3774,6 +5332,134 @@ "position": 10, "dataFileName": "10_Images_image.png" } + ], + "dirFileName": "Images", + "children": [ + { + "isClone": false, + "noteId": "0Ofbk1aSuVRu", + "notePath": [ + "pOsGYCXsbNQG", + "KSZ04uQ2D1St", + "iPIMuisry3hd", + "mT0HEkOsz6i1", + "0Ofbk1aSuVRu" + ], + "title": "Image references", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "iPIMuisry3hd", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "grjYqerjn243", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "s1aBHPd79XYj", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "gBbsAeiuUxI5", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "s8alTXmpFR61", + "isInheritable": false, + "position": 60 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bxs-file-image", + "isInheritable": false, + "position": 80 + } + ], + "format": "markdown", + "dataFileName": "Image references.md", + "attachments": [ + { + "attachmentId": "6OgYPJ60Uz76", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Image references_image.png" + }, + { + "attachmentId": "72VNSgANtMVT", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Image references_image.png" + } + ] + } + ] + }, + { + "isClone": false, + "noteId": "nBAXQFj20hS1", + "notePath": [ + "pOsGYCXsbNQG", + "KSZ04uQ2D1St", + "iPIMuisry3hd", + "nBAXQFj20hS1" + ], + "title": "Include Note", + "notePosition": 80, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "nRhnJkTT8cPs", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Include Note.md", + "attachments": [ + { + "attachmentId": "GoLuBbQUYIQE", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Include Note_image.png" + } ] }, { @@ -3786,32 +5472,18 @@ "QEAPj01N5f7w" ], "title": "Links", - "notePosition": 60, + "notePosition": 90, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "N6O1qfBGcbFH", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "dPcRcDZwyGAO", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", "value": "BCkXAVs63Ttv", "isInheritable": false, - "position": 30 + "position": 10 }, { "type": "label", @@ -3830,7 +5502,24 @@ ], "format": "markdown", "dataFileName": "Links.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "74XnfiCk2y9N", + "title": "create-link-to-note.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Links_create-link-to-note.gif" + }, + { + "attachmentId": "TGdayl3Caj0R", + "title": "create-external-link.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Links_create-external-link.gif" + } + ] }, { "isClone": false, @@ -3842,7 +5531,7 @@ "S6Xx8QIWTV66" ], "title": "Lists", - "notePosition": 70, + "notePosition": 100, "prefix": null, "isExpanded": false, "type": "text", @@ -3908,6 +5597,64 @@ "dataFileName": "5_Lists_image.png" } ] + }, + { + "isClone": false, + "noteId": "BFvAtE74rbP6", + "notePath": [ + "pOsGYCXsbNQG", + "KSZ04uQ2D1St", + "iPIMuisry3hd", + "BFvAtE74rbP6" + ], + "title": "Table of contents", + "notePosition": 110, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "RnaPdbciOfeq", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-heading", + "isInheritable": false, + "position": 30 + } + ], + "format": "markdown", + "dataFileName": "Table of contents.md", + "attachments": [ + { + "attachmentId": "DL6PJX71Fk3S", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Table of contents_image.png" + } + ] } ] }, @@ -3929,35 +5676,35 @@ { "type": "relation", "name": "internalLink", - "value": "CdNpE2pqjmI6", + "value": "BlN9DFI679QC", "isInheritable": false, "position": 10 }, { "type": "relation", "name": "internalLink", - "value": "iPIMuisry3hd", + "value": "4TIF1oA4VQRO", "isInheritable": false, "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "QxEyIjRBizuC", + "value": "CdNpE2pqjmI6", "isInheritable": false, "position": 30 }, { "type": "relation", "name": "internalLink", - "value": "BlN9DFI679QC", + "value": "iPIMuisry3hd", "isInheritable": false, "position": 40 }, { "type": "relation", "name": "internalLink", - "value": "4TIF1oA4VQRO", + "value": "QxEyIjRBizuC", "isInheritable": false, "position": 50 }, @@ -4002,198 +5749,6 @@ "position": 10, "dataFileName": "1_Code_image.png" } - ], - "dirFileName": "Code", - "children": [ - { - "isClone": false, - "noteId": "CdNpE2pqjmI6", - "notePath": [ - "pOsGYCXsbNQG", - "KSZ04uQ2D1St", - "6f9hih2hXXZk", - "CdNpE2pqjmI6" - ], - "title": "Scripts", - "notePosition": 10, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/markdown", - "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "DVJl4l3T8EG2", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "internalLink", - "value": "6f9hih2hXXZk", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "internalLink", - "value": "GLks18SNjxmC", - "isInheritable": false, - "position": 30 - }, - { - "type": "relation", - "name": "internalLink", - "value": "wX4HbRucYSDD", - "isInheritable": false, - "position": 40 - }, - { - "type": "relation", - "name": "internalLink", - "value": "zEY4DaJG4YT5", - "isInheritable": false, - "position": 50 - }, - { - "type": "relation", - "name": "internalLink", - "value": "RDslemsQ6gCp", - "isInheritable": false, - "position": 60 - }, - { - "type": "relation", - "name": "internalLink", - "value": "5668rwcirq1t", - "isInheritable": false, - "position": 70 - }, - { - "type": "relation", - "name": "internalLink", - "value": "GPERMystNGTB", - "isInheritable": false, - "position": 80 - }, - { - "type": "label", - "name": "shareAlias", - "value": "scripts", - "isInheritable": false, - "position": 20 - } - ], - "format": "markdown", - "dataFileName": "Scripts.md", - "attachments": [] - }, - { - "isClone": false, - "noteId": "GLks18SNjxmC", - "notePath": [ - "pOsGYCXsbNQG", - "KSZ04uQ2D1St", - "6f9hih2hXXZk", - "GLks18SNjxmC" - ], - "title": "Script API", - "notePosition": 20, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/markdown", - "attributes": [ - { - "type": "label", - "name": "shareAlias", - "value": "script-api", - "isInheritable": false, - "position": 10 - } - ], - "format": "markdown", - "dataFileName": "Script API.md", - "attachments": [] - }, - { - "isClone": false, - "noteId": "GPERMystNGTB", - "notePath": [ - "pOsGYCXsbNQG", - "KSZ04uQ2D1St", - "6f9hih2hXXZk", - "GPERMystNGTB" - ], - "title": "Events", - "notePosition": 40, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/markdown", - "attributes": [ - { - "type": "relation", - "name": "internalLink", - "value": "zEY4DaJG4YT5", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "internalLink", - "value": "CdNpE2pqjmI6", - "isInheritable": false, - "position": 20 - }, - { - "type": "label", - "name": "shareAlias", - "value": "events", - "isInheritable": false, - "position": 30 - } - ], - "format": "markdown", - "dataFileName": "Events.md", - "attachments": [] - }, - { - "isClone": false, - "noteId": "MgibgPcfeuGz", - "notePath": [ - "pOsGYCXsbNQG", - "KSZ04uQ2D1St", - "6f9hih2hXXZk", - "MgibgPcfeuGz" - ], - "title": "Custom Widgets", - "notePosition": 50, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/markdown", - "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "3sCPPL0LEC1S", - "isInheritable": false, - "position": 10 - }, - { - "type": "label", - "name": "shareAlias", - "value": "custom-widget", - "isInheritable": false, - "position": 20 - } - ], - "format": "markdown", - "dataFileName": "Custom Widgets.md", - "attachments": [] - } ] }, { @@ -4211,19 +5766,12 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "rVtYANyVhE9U", - "isInheritable": false, - "position": 10 - }, { "type": "relation", "name": "internalLink", "value": "9sRHySam5fXb", "isInheritable": false, - "position": 20 + "position": 10 }, { "type": "label", @@ -4242,7 +5790,16 @@ ], "format": "markdown", "dataFileName": "Saved Search.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "FHgW8mO3DAPR", + "title": "saved-search.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Saved Search_saved-search.gif" + } + ] }, { "isClone": false, @@ -4259,61 +5816,40 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "EH6qNioOHeyT", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "xeZPrfi77XPu", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "imageLink", - "value": "N98UhifxrVpZ", - "isInheritable": false, - "position": 30 - }, { "type": "relation", "name": "internalLink", "value": "BFs8mudNFgCS", "isInheritable": false, - "position": 40 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "zEY4DaJG4YT5", "isInheritable": false, - "position": 50 + "position": 20 }, { "type": "relation", "name": "internalLink", "value": "OFXdgB2nNk1F", "isInheritable": false, - "position": 60 + "position": 30 }, { "type": "relation", "name": "internalLink", "value": "wX4HbRucYSDD", "isInheritable": false, - "position": 70 + "position": 40 }, { "type": "relation", "name": "internalLink", "value": "BCkXAVs63Ttv", "isInheritable": false, - "position": 80 + "position": 50 }, { "type": "label", @@ -4333,13 +5869,37 @@ "format": "markdown", "dataFileName": "Relation Map.md", "attachments": [ + { + "attachmentId": "14cTNGCN2eRq", + "title": "relation-map-family-demo.gif", + "role": "image", + "mime": "image/gif", + "position": 10, + "dataFileName": "Relation Map_relation-map-.gif" + }, + { + "attachmentId": "OfRWMQ0nY400", + "title": "relation-map-family.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Relation Map_relation-map-.png" + }, + { + "attachmentId": "VdiG1uzPjw3q", + "title": "relation-map-dev-process.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Relation Map_relation-map-.png" + }, { "attachmentId": "x92CIQzusTuc", "title": "relation-map-dev-process-demo.gif", "role": "image", "mime": "image/gif", "position": 10, - "dataFileName": "Relation Map_relation-map-.gif" + "dataFileName": "1_Relation Map_relation-map-.gif" } ] }, @@ -4401,6 +5961,48 @@ "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "HcABDtFCkbFN", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "R7abl2fc6Mxi", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6tZeKvSHEUiB", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "CdNpE2pqjmI6", + "isInheritable": false, + "position": 60 + }, { "type": "label", "name": "iconClass", @@ -4411,7 +6013,16 @@ ], "format": "markdown", "dataFileName": "Render Note.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "SeTpR7xEDMvQ", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Render Note_image.png" + } + ] }, { "isClone": false, @@ -4435,6 +6046,20 @@ "isInheritable": false, "position": 10 }, + { + "type": "relation", + "name": "internalLink", + "value": "0ESUbbAxVnoK", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 30 + }, { "type": "label", "name": "shareAlias", @@ -4453,149 +6078,13 @@ "format": "markdown", "dataFileName": "Book.md", "attachments": [ - { - "attachmentId": "BmpgL4ol4jJo", - "title": "image.png", - "role": "image", - "mime": "image/jpg", - "position": 10, - "dataFileName": "Book_image.png" - }, { "attachmentId": "lpq3QC1C5LWg", "title": "image.png", "role": "image", "mime": "image/jpg", "position": 10, - "dataFileName": "1_Book_image.png" - } - ], - "dirFileName": "Book", - "children": [ - { - "isClone": false, - "noteId": "xWbu3jpNWapp", - "notePath": [ - "pOsGYCXsbNQG", - "KSZ04uQ2D1St", - "GTwFsgaA0lCt", - "xWbu3jpNWapp" - ], - "title": "Calendar View", - "notePosition": 10, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [ - { - "type": "label", - "name": "iconClass", - "value": "bx bx-calendar", - "isInheritable": false, - "position": 10 - } - ], - "format": "markdown", - "dataFileName": "Calendar View.md", - "attachments": [ - { - "attachmentId": "37CfbqKYcOtd", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "Calendar View_image.png" - }, - { - "attachmentId": "akAHcIEcGnWR", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "1_Calendar View_image.png" - }, - { - "attachmentId": "AU7dnIevWPrz", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "2_Calendar View_image.png" - }, - { - "attachmentId": "COiR1tnE86i1", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "3_Calendar View_image.png" - }, - { - "attachmentId": "fOdCNTs2BuI0", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "4_Calendar View_image.png" - }, - { - "attachmentId": "HfBu0m3WXtn2", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "5_Calendar View_image.png" - }, - { - "attachmentId": "ho00OJTNrxVI", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "6_Calendar View_image.png" - }, - { - "attachmentId": "irfNX8n4159U", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "7_Calendar View_image.png" - }, - { - "attachmentId": "KF56rdNuOwWd", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "8_Calendar View_image.png" - }, - { - "attachmentId": "oBWr5GL6cUAZ", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "9_Calendar View_image.png" - }, - { - "attachmentId": "oS6yUoQtfhpg", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "10_Calendar View_image.png" - }, - { - "attachmentId": "u2c09UpZghff", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "11_Calendar View_image.png" - } - ] + "dataFileName": "Book_image.png" } ] }, @@ -4616,15 +6105,15 @@ "attributes": [ { "type": "relation", - "name": "imageLink", - "value": "r44dpvA1xFu8", + "name": "internalLink", + "value": "XpOYSgsLkTJy", "isInheritable": false, "position": 10 }, { "type": "relation", - "name": "imageLink", - "value": "opAFABmyb3CU", + "name": "internalLink", + "value": "0Ofbk1aSuVRu", "isInheritable": false, "position": 20 }, @@ -4645,62 +6134,76 @@ ], "format": "markdown", "dataFileName": "Mermaid Diagrams.md", - "attachments": [], + "attachments": [ + { + "attachmentId": "EN4DhmgiSH6t", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Mermaid Diagrams_image.png" + }, + { + "attachmentId": "if9nzuWHt5KP", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_Mermaid Diagrams_image.png" + }, + { + "attachmentId": "TpPwoCFIePXm", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "2_Mermaid Diagrams_image.png" + } + ], "dirFileName": "Mermaid Diagrams", "children": [ { "isClone": false, - "noteId": "opAFABmyb3CU", + "noteId": "RH6yLjjWJHof", "notePath": [ "pOsGYCXsbNQG", "KSZ04uQ2D1St", "s1aBHPd79XYj", - "opAFABmyb3CU" + "RH6yLjjWJHof" ], - "title": "ELK on", - "notePosition": 10, + "title": "ELK layout", + "notePosition": 30, "prefix": null, "isExpanded": false, - "type": "mermaid", - "mime": "text/plain", - "attributes": [], - "dataFileName": "ELK on.txt", - "attachments": [ + "type": "text", + "mime": "text/html", + "attributes": [ { - "attachmentId": "biyznKlYQ7my", - "title": "mermaid-export.svg", - "role": "image", - "mime": "image/svg+xml", - "position": 10, - "dataFileName": "ELK on_mermaid-export.svg" + "type": "label", + "name": "iconClass", + "value": "bx bxs-network-chart", + "isInheritable": false, + "position": 10 } - ] - }, - { - "isClone": false, - "noteId": "r44dpvA1xFu8", - "notePath": [ - "pOsGYCXsbNQG", - "KSZ04uQ2D1St", - "s1aBHPd79XYj", - "r44dpvA1xFu8" ], - "title": "ELK off", - "notePosition": 20, - "prefix": null, - "isExpanded": false, - "type": "mermaid", - "mime": "text/plain", - "attributes": [], - "dataFileName": "ELK off.txt", + "format": "markdown", + "dataFileName": "ELK layout.md", "attachments": [ { - "attachmentId": "rQI7SXljnpJM", - "title": "mermaid-export.svg", + "attachmentId": "DOY5C5S4vCs7", + "title": "ELK off.svg", "role": "image", "mime": "image/svg+xml", "position": 10, - "dataFileName": "ELK off_mermaid-export.svg" + "dataFileName": "ELK layout_ELK off.svg" + }, + { + "attachmentId": "E1ysxcfkmGBZ", + "title": "ELK on.svg", + "role": "image", + "mime": "image/svg+xml", + "position": 10, + "dataFileName": "ELK layout_ELK on.svg" } ] } @@ -4715,7 +6218,7 @@ "grjYqerjn243" ], "title": "Canvas", - "notePosition": 160, + "notePosition": 170, "prefix": null, "isExpanded": false, "type": "text", @@ -4751,12 +6254,19 @@ "1vHRoWCEjj0L" ], "title": "Web View", - "notePosition": 170, + "notePosition": 180, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 10 + }, { "type": "label", "name": "iconClass", @@ -4778,12 +6288,26 @@ "gBbsAeiuUxI5" ], "title": "Mind Map", - "notePosition": 180, + "notePosition": 190, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0Ofbk1aSuVRu", + "isInheritable": false, + "position": 20 + }, { "type": "label", "name": "iconClass", @@ -4794,7 +6318,16 @@ ], "format": "markdown", "dataFileName": "Mind Map.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "Od9jIuQHijXH", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Mind Map_image.png" + } + ] }, { "isClone": false, @@ -4804,13 +6337,20 @@ "KSZ04uQ2D1St", "81SGnPGMk7Xc" ], - "title": "Geo map", - "notePosition": 190, + "title": "Geo Map", + "notePosition": 200, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "XpOYSgsLkTJy", + "isInheritable": false, + "position": 10 + }, { "type": "label", "name": "iconClass", @@ -4820,7 +6360,7 @@ } ], "format": "markdown", - "dataFileName": "Geo map.md", + "dataFileName": "Geo Map.md", "attachments": [ { "attachmentId": "1f07O0Z25ZRr", @@ -4828,7 +6368,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "Geo map_image.png" + "dataFileName": "Geo Map_image.png" }, { "attachmentId": "3oh61qhNLu7D", @@ -4836,15 +6376,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "1_Geo map_image.png" - }, - { - "attachmentId": "6wUkw5RWE39e", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "2_Geo map_image.png" + "dataFileName": "1_Geo Map_image.png" }, { "attachmentId": "aCSNn9QlgHFi", @@ -4852,7 +6384,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "3_Geo map_image.png" + "dataFileName": "2_Geo Map_image.png" }, { "attachmentId": "aCuXZY7WV4li", @@ -4860,7 +6392,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "4_Geo map_image.png" + "dataFileName": "3_Geo Map_image.png" }, { "attachmentId": "agH6yREFgsoU", @@ -4868,7 +6400,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "5_Geo map_image.png" + "dataFileName": "4_Geo Map_image.png" }, { "attachmentId": "AHyDUM6R5HeG", @@ -4876,7 +6408,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "6_Geo map_image.png" + "dataFileName": "5_Geo Map_image.png" }, { "attachmentId": "CcjWLhE3KKfv", @@ -4884,7 +6416,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "7_Geo map_image.png" + "dataFileName": "6_Geo Map_image.png" }, { "attachmentId": "DapDey8gMiFc", @@ -4892,7 +6424,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "8_Geo map_image.png" + "dataFileName": "7_Geo Map_image.png" }, { "attachmentId": "fQy8R1vxKhwN", @@ -4900,7 +6432,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "9_Geo map_image.png" + "dataFileName": "8_Geo Map_image.png" }, { "attachmentId": "gJ4Yz80jxcbn", @@ -4908,7 +6440,15 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "10_Geo map_image.png" + "dataFileName": "9_Geo Map_image.png" + }, + { + "attachmentId": "I39BinT2gsN9", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "10_Geo Map_image.png" }, { "attachmentId": "IeXU8SLZU7Oz", @@ -4916,7 +6456,15 @@ "role": "image", "mime": "image/jpg", "position": 10, - "dataFileName": "Geo map_image.jpg" + "dataFileName": "Geo Map_image.jpg" + }, + { + "attachmentId": "Mb9kRm63MxjE", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "11_Geo Map_image.png" }, { "attachmentId": "Mx2xwNIk76ZS", @@ -4924,7 +6472,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "11_Geo map_image.png" + "dataFileName": "12_Geo Map_image.png" }, { "attachmentId": "oaahbsMRbqd2", @@ -4932,7 +6480,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "12_Geo map_image.png" + "dataFileName": "13_Geo Map_image.png" }, { "attachmentId": "pGf1p74KKGU4", @@ -4940,7 +6488,7 @@ "role": "image", "mime": "image/jpg", "position": 10, - "dataFileName": "13_Geo map_image.png" + "dataFileName": "14_Geo Map_image.png" }, { "attachmentId": "tfa1TRUatWEh", @@ -4948,15 +6496,7 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "14_Geo map_image.png" - }, - { - "attachmentId": "USbvJ38T4AKA", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "15_Geo map_image.png" + "dataFileName": "15_Geo Map_image.png" }, { "attachmentId": "x6yBLIsY2LSv", @@ -4964,7 +6504,15 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "16_Geo map_image.png" + "dataFileName": "16_Geo Map_image.png" + }, + { + "attachmentId": "yJMyBRYA3Kwi", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "17_Geo Map_image.png" }, { "attachmentId": "ZvTlu9WMd37z", @@ -4972,7 +6520,168 @@ "role": "image", "mime": "image/png", "position": 10, - "dataFileName": "17_Geo map_image.png" + "dataFileName": "18_Geo Map_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "W8vYD3Q1zjCR", + "notePath": [ + "pOsGYCXsbNQG", + "KSZ04uQ2D1St", + "W8vYD3Q1zjCR" + ], + "title": "File", + "notePosition": 210, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "wX4HbRucYSDD", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "ODY7qQn5m2FT", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "mHbBMPDPkVV5", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0vhv7lsOLy82", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "8YBEPzcpUgxw", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0ESUbbAxVnoK", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iPIMuisry3hd", + "isInheritable": false, + "position": 100 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0Ofbk1aSuVRu", + "isInheritable": false, + "position": 110 + }, + { + "type": "relation", + "name": "internalLink", + "value": "nBAXQFj20hS1", + "isInheritable": false, + "position": 120 + } + ], + "format": "markdown", + "dataFileName": "File.md", + "attachments": [ + { + "attachmentId": "82as0jgkDvVH", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "File_image.png" + }, + { + "attachmentId": "FoEnowwOhzLT", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "1_File_image.png" + }, + { + "attachmentId": "fZ7VMfQJWuLQ", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "2_File_image.png" + }, + { + "attachmentId": "hddkgf7kr9g4", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "3_File_image.png" + }, + { + "attachmentId": "hIg9g5pgsjS3", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "4_File_image.png" + }, + { + "attachmentId": "IC0j8LFCOKka", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "5_File_image.png" + }, + { + "attachmentId": "wNHX24feZRAl", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "6_File_image.png" } ] } @@ -5138,33 +6847,19 @@ "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "zIQ1XGaUbB7i", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "v8H3fXMFPki0", - "isInheritable": false, - "position": 20 - }, { "type": "relation", "name": "internalLink", "value": "tAassRL4RSQL", "isInheritable": false, - "position": 30 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "x59R8J8KV5Bp", "isInheritable": false, - "position": 40 + "position": 20 }, { "type": "label", @@ -5184,6 +6879,22 @@ "mime": "image/jpg", "position": 10, "dataFileName": "Error logs_image.png" + }, + { + "attachmentId": "krunYsa4JeyV", + "title": "error-logs-firefox-context-men.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Error logs_error-logs-fire.png" + }, + { + "attachmentId": "ReQzLPod6UtU", + "title": "error-logs-export-subtree.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Error logs_error-logs-expo.png" } ] }, @@ -5287,14 +6998,6 @@ "format": "markdown", "dataFileName": "Creating a custom theme.md", "attachments": [ - { - "attachmentId": "3kOhtnQHT9w0", - "title": "5_Creating%20a%20custom%20theme_im.png", - "role": "image", - "mime": "image/jpg", - "position": 10, - "dataFileName": "Creating a custom theme_5_.png" - }, { "attachmentId": "7M6PnFYlxR2t", "title": "3_Creating a custom theme_im.png", @@ -5333,7 +7036,7 @@ "role": "image", "mime": "image/jpg", "position": 10, - "dataFileName": "1_Creating a custom theme_5_.png" + "dataFileName": "Creating a custom theme_5_.png" }, { "attachmentId": "TMHEj1M3XFGO", @@ -5342,14 +7045,6 @@ "mime": "image/jpg", "position": 10, "dataFileName": "Creating a custom theme_2_.png" - }, - { - "attachmentId": "yJVfT7rjp4tI", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "Creating a custom theme_im.png" } ] }, @@ -5454,321 +7149,6 @@ } ] }, - { - "isClone": false, - "noteId": "k2Gc17NbaAwb", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb" - ], - "title": "Developer Guides", - "notePosition": 260, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [ - { - "type": "label", - "name": "iconClass", - "value": "bx bxl-javascript", - "isInheritable": false, - "position": 10 - } - ], - "format": "markdown", - "attachments": [], - "dirFileName": "Developer Guides", - "children": [ - { - "isClone": false, - "noteId": "yIhgI5H7A2Sm", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "yIhgI5H7A2Sm" - ], - "title": "Frontend Basics", - "notePosition": 10, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/markdown", - "attributes": [ - { - "type": "relation", - "name": "internalLink", - "value": "zEY4DaJG4YT5", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "internalLink", - "value": "GLks18SNjxmC", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "internalLink", - "value": "SynTBQiBsdYJ", - "isInheritable": false, - "position": 30 - }, - { - "type": "label", - "name": "shareAlias", - "value": "frontend-basics", - "isInheritable": false, - "position": 30 - } - ], - "format": "markdown", - "dataFileName": "Frontend Basics.md", - "attachments": [] - }, - { - "isClone": false, - "noteId": "SynTBQiBsdYJ", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "SynTBQiBsdYJ" - ], - "title": "Widget Basics", - "notePosition": 20, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/markdown", - "attributes": [ - { - "type": "relation", - "name": "internalLink", - "value": "zEY4DaJG4YT5", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "internalLink", - "value": "BFs8mudNFgCS", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "internalLink", - "value": "GLks18SNjxmC", - "isInheritable": false, - "position": 30 - }, - { - "type": "label", - "name": "shareAlias", - "value": "widget-basics", - "isInheritable": false, - "position": 20 - } - ], - "format": "markdown", - "dataFileName": "Widget Basics.md", - "attachments": [] - }, - { - "isClone": false, - "noteId": "es8OU2GuguFU", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "es8OU2GuguFU" - ], - "title": "Examples", - "notePosition": 30, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [], - "format": "markdown", - "attachments": [], - "dirFileName": "Examples", - "children": [ - { - "isClone": false, - "noteId": "7kZPMD0uFwkH", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "es8OU2GuguFU", - "7kZPMD0uFwkH" - ], - "title": "Downloading responses from Google Forms", - "notePosition": 10, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [], - "format": "markdown", - "dataFileName": "Downloading responses from Goo.md", - "attachments": [] - }, - { - "isClone": false, - "noteId": "DL92EjAaXT26", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "es8OU2GuguFU", - "DL92EjAaXT26" - ], - "title": "Using promoted attributes to configure scripts", - "notePosition": 20, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [], - "format": "markdown", - "dataFileName": "Using promoted attributes to c.md", - "attachments": [ - { - "attachmentId": "7P3jzVEa1mk7", - "title": "image.png", - "role": "image", - "mime": "image/png", - "position": 10, - "dataFileName": "Using promoted attributes .png" - } - ] - } - ] - }, - { - "isClone": false, - "noteId": "CXny4YWKsD7z", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "CXny4YWKsD7z" - ], - "title": "REST API", - "notePosition": 40, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [], - "format": "markdown", - "attachments": [], - "dirFileName": "REST API", - "children": [ - { - "isClone": false, - "noteId": "cqCjxpN8NhbH", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "CXny4YWKsD7z", - "cqCjxpN8NhbH" - ], - "title": "ETAPI", - "notePosition": 10, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [], - "format": "markdown", - "attachments": [], - "dirFileName": "ETAPI", - "children": [ - { - "isClone": false, - "noteId": "9qPsTWBorUhQ", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "CXny4YWKsD7z", - "cqCjxpN8NhbH", - "9qPsTWBorUhQ" - ], - "title": "API Reference", - "notePosition": 10, - "prefix": null, - "isExpanded": false, - "type": "webView", - "mime": "", - "attributes": [ - { - "type": "label", - "name": "webViewSrc", - "value": "/etapi/docs", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "API Reference.dat", - "attachments": [] - } - ] - }, - { - "isClone": false, - "noteId": "0vTSyvhPTAOz", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "CXny4YWKsD7z", - "0vTSyvhPTAOz" - ], - "title": "Internal API", - "notePosition": 20, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/html", - "attributes": [], - "format": "markdown", - "attachments": [], - "dirFileName": "Internal API", - "children": [ - { - "isClone": false, - "noteId": "z8O2VG4ZZJD7", - "notePath": [ - "pOsGYCXsbNQG", - "k2Gc17NbaAwb", - "CXny4YWKsD7z", - "0vTSyvhPTAOz", - "z8O2VG4ZZJD7" - ], - "title": "API Reference", - "notePosition": 10, - "prefix": null, - "isExpanded": false, - "type": "webView", - "mime": "", - "attributes": [ - { - "type": "label", - "name": "webViewSrc", - "value": "/api/docs", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "API Reference.dat", - "attachments": [] - } - ] - } - ] - } - ] - }, { "isClone": false, "noteId": "tC7s2alapj8V", @@ -5777,7 +7157,7 @@ "tC7s2alapj8V" ], "title": "Advanced Usage", - "notePosition": 300, + "notePosition": 310, "prefix": null, "isExpanded": false, "type": "text", @@ -5813,72 +7193,37 @@ { "type": "relation", "name": "internalLink", - "value": "R7abl2fc6Mxi", + "value": "HI6GBBIduIgv", "isInheritable": false, "position": 10 }, { "type": "relation", "name": "internalLink", - "value": "l0tKav7yLHGF", + "value": "Cq5X6iKQop6R", "isInheritable": false, "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "p9kXRFAkwN4o", + "value": "BlN9DFI679QC", "isInheritable": false, "position": 30 }, { "type": "relation", "name": "internalLink", - "value": "J5Ex1ZrMbyJ6", + "value": "OFXdgB2nNk1F", "isInheritable": false, "position": 40 }, - { - "type": "relation", - "name": "internalLink", - "value": "9sRHySam5fXb", - "isInheritable": false, - "position": 50 - }, - { - "type": "relation", - "name": "internalLink", - "value": "u3YFHC9tQlpm", - "isInheritable": false, - "position": 60 - }, - { - "type": "relation", - "name": "internalLink", - "value": "R9pX4DGra2Vt", - "isInheritable": false, - "position": 70 - }, - { - "type": "relation", - "name": "internalLink", - "value": "47ZrP6FNuoG8", - "isInheritable": false, - "position": 80 - }, - { - "type": "relation", - "name": "internalLink", - "value": "OFXdgB2nNk1F", - "isInheritable": false, - "position": 90 - }, { "type": "relation", "name": "internalLink", "value": "bwZpz2ajCEwO", "isInheritable": false, - "position": 100 + "position": 50 }, { "type": "label", @@ -5899,16 +7244,345 @@ "dataFileName": "Attributes.md", "attachments": [ { - "attachmentId": "P4eRVtGFoHh2", + "attachmentId": "4YqnV7iugVCJ", "title": "image.png", "role": "image", - "mime": "image/jpg", + "mime": "image/png", "position": 10, "dataFileName": "Attributes_image.png" } ], "dirFileName": "Attributes", "children": [ + { + "isClone": false, + "noteId": "HI6GBBIduIgv", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "zEY4DaJG4YT5", + "HI6GBBIduIgv" + ], + "title": "Labels", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "R7abl2fc6Mxi", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "bwZpz2ajCEwO", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "l0tKav7yLHGF", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OFXdgB2nNk1F", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "vZWERwf8U3nx", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GPERMystNGTB", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "CoFPLs3dRlXc", + "isInheritable": false, + "position": 100 + }, + { + "type": "relation", + "name": "internalLink", + "value": "AlhDUqhENtH7", + "isInheritable": false, + "position": 110 + }, + { + "type": "relation", + "name": "internalLink", + "value": "pKK96zzmvBGf", + "isInheritable": false, + "position": 120 + }, + { + "type": "relation", + "name": "internalLink", + "value": "WFGzWeUK6arS", + "isInheritable": false, + "position": 130 + }, + { + "type": "relation", + "name": "internalLink", + "value": "0ESUbbAxVnoK", + "isInheritable": false, + "position": 140 + }, + { + "type": "relation", + "name": "internalLink", + "value": "J5Ex1ZrMbyJ6", + "isInheritable": false, + "position": 150 + }, + { + "type": "relation", + "name": "internalLink", + "value": "d3fAXQ2diepH", + "isInheritable": false, + "position": 160 + }, + { + "type": "relation", + "name": "internalLink", + "value": "MgibgPcfeuGz", + "isInheritable": false, + "position": 170 + }, + { + "type": "relation", + "name": "internalLink", + "value": "m523cpzocqaD", + "isInheritable": false, + "position": 180 + }, + { + "type": "relation", + "name": "internalLink", + "value": "9sRHySam5fXb", + "isInheritable": false, + "position": 190 + }, + { + "type": "relation", + "name": "internalLink", + "value": "u3YFHC9tQlpm", + "isInheritable": false, + "position": 200 + }, + { + "type": "relation", + "name": "internalLink", + "value": "R9pX4DGra2Vt", + "isInheritable": false, + "position": 210 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iRwzGnHPzonm", + "isInheritable": false, + "position": 220 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BCkXAVs63Ttv", + "isInheritable": false, + "position": 230 + }, + { + "type": "relation", + "name": "internalLink", + "value": "47ZrP6FNuoG8", + "isInheritable": false, + "position": 240 + }, + { + "type": "relation", + "name": "internalLink", + "value": "KC1HB96bqqHX", + "isInheritable": false, + "position": 250 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BFvAtE74rbP6", + "isInheritable": false, + "position": 260 + }, + { + "type": "relation", + "name": "internalLink", + "value": "bdUJEHsAPYQR", + "isInheritable": false, + "position": 270 + }, + { + "type": "relation", + "name": "internalLink", + "value": "AxshuNRegLAv", + "isInheritable": false, + "position": 280 + }, + { + "type": "relation", + "name": "internalLink", + "value": "81SGnPGMk7Xc", + "isInheritable": false, + "position": 290 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xWbu3jpNWapp", + "isInheritable": false, + "position": 300 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-hash", + "isInheritable": false, + "position": 40 + } + ], + "format": "markdown", + "dataFileName": "Labels.md", + "attachments": [] + }, + { + "isClone": false, + "noteId": "Cq5X6iKQop6R", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "zEY4DaJG4YT5", + "Cq5X6iKQop6R" + ], + "title": "Relations", + "notePosition": 20, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "HI6GBBIduIgv", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OFXdgB2nNk1F", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "bwZpz2ajCEwO", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "HcABDtFCkbFN", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "R9pX4DGra2Vt", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "KC1HB96bqqHX", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BlN9DFI679QC", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GPERMystNGTB", + "isInheritable": false, + "position": 90 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-transfer", + "isInheritable": false, + "position": 20 + } + ], + "format": "markdown", + "dataFileName": "Relations.md", + "attachments": [] + }, { "isClone": false, "noteId": "bwZpz2ajCEwO", @@ -5919,7 +7593,7 @@ "bwZpz2ajCEwO" ], "title": "Attribute Inheritance", - "notePosition": 10, + "notePosition": 30, "prefix": null, "isExpanded": false, "type": "text", @@ -5928,10 +7602,24 @@ { "type": "relation", "name": "internalLink", - "value": "KC1HB96bqqHX", + "value": "HI6GBBIduIgv", "isInheritable": false, "position": 10 }, + { + "type": "relation", + "name": "internalLink", + "value": "Cq5X6iKQop6R", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "KC1HB96bqqHX", + "isInheritable": false, + "position": 30 + }, { "type": "label", "name": "shareAlias", @@ -5961,7 +7649,7 @@ "OFXdgB2nNk1F" ], "title": "Promoted Attributes", - "notePosition": 20, + "notePosition": 40, "prefix": null, "isExpanded": false, "type": "text", @@ -5981,13 +7669,6 @@ "isInheritable": false, "position": 20 }, - { - "type": "relation", - "name": "imageLink", - "value": "rxH2Dm1jn6YT", - "isInheritable": false, - "position": 30 - }, { "type": "label", "name": "shareAlias", @@ -6013,113 +7694,123 @@ "mime": "image/jpg", "position": 10, "dataFileName": "Promoted Attributes_image.png" + }, + { + "attachmentId": "Txf5Jdm2vqt2", + "title": "promoted-attributes.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Promoted Attributes_promot.png" } ] + } + ] + }, + { + "isClone": false, + "noteId": "KC1HB96bqqHX", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "KC1HB96bqqHX" + ], + "title": "Templates", + "notePosition": 30, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/markdown", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "bwZpz2ajCEwO", + "isInheritable": false, + "position": 10 }, { - "isClone": false, - "noteId": "KC1HB96bqqHX", - "notePath": [ - "pOsGYCXsbNQG", - "tC7s2alapj8V", - "zEY4DaJG4YT5", - "KC1HB96bqqHX" - ], - "title": "Template", - "notePosition": 30, - "prefix": null, - "isExpanded": false, - "type": "text", - "mime": "text/markdown", - "attributes": [ - { - "type": "relation", - "name": "internalLink", - "value": "bwZpz2ajCEwO", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "internalLink", - "value": "OFXdgB2nNk1F", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "internalLink", - "value": "xYjQUYhpbUEW", - "isInheritable": false, - "position": 30 - }, - { - "type": "relation", - "name": "internalLink", - "value": "l0tKav7yLHGF", - "isInheritable": false, - "position": 40 - }, - { - "type": "relation", - "name": "imageLink", - "value": "Y8kzZ5MSZLCC", - "isInheritable": false, - "position": 50 - }, - { - "type": "relation", - "name": "imageLink", - "value": "uuGrYX41lWN0", - "isInheritable": false, - "position": 60 - }, - { - "type": "relation", - "name": "internalLink", - "value": "9sRHySam5fXb", - "isInheritable": false, - "position": 70 - }, - { - "type": "relation", - "name": "internalLink", - "value": "wX4HbRucYSDD", - "isInheritable": false, - "position": 80 - }, - { - "type": "relation", - "name": "internalLink", - "value": "iRwzGnHPzonm", - "isInheritable": false, - "position": 90 - }, - { - "type": "relation", - "name": "internalLink", - "value": "47ZrP6FNuoG8", - "isInheritable": false, - "position": 100 - }, - { - "type": "label", - "name": "shareAlias", - "value": "template", - "isInheritable": false, - "position": 30 - }, - { - "type": "label", - "name": "iconClass", - "value": "bx bx-copy", - "isInheritable": false, - "position": 110 - } - ], - "format": "markdown", - "dataFileName": "Template.md", - "attachments": [] + "type": "relation", + "name": "internalLink", + "value": "OFXdgB2nNk1F", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "wX4HbRucYSDD", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xYjQUYhpbUEW", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "l0tKav7yLHGF", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "47ZrP6FNuoG8", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "9sRHySam5fXb", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iRwzGnHPzonm", + "isInheritable": false, + "position": 80 + }, + { + "type": "label", + "name": "shareAlias", + "value": "template", + "isInheritable": false, + "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-copy", + "isInheritable": false, + "position": 110 + } + ], + "format": "markdown", + "dataFileName": "Templates.md", + "attachments": [ + { + "attachmentId": "65tzLidJl1uU", + "title": "template.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Templates_template.png" + }, + { + "attachmentId": "72yQHFCV84st", + "title": "template-create-instance-note.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Templates_template-create-.png" } ] }, @@ -6132,7 +7823,7 @@ "BCkXAVs63Ttv" ], "title": "Note Map (Link map, Tree map)", - "notePosition": 30, + "notePosition": 40, "prefix": null, "isExpanded": false, "type": "text", @@ -6165,6 +7856,13 @@ "value": "note-map", "isInheritable": false, "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bxs-network-chart", + "isInheritable": false, + "position": 40 } ], "format": "markdown", @@ -6197,67 +7895,46 @@ "R9pX4DGra2Vt" ], "title": "Sharing", - "notePosition": 50, + "notePosition": 60, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/markdown", "attributes": [ - { - "type": "relation", - "name": "imageLink", - "value": "5GcxcE9fP9xX", - "isInheritable": false, - "position": 10 - }, - { - "type": "relation", - "name": "imageLink", - "value": "Ky3qOJJMZ731", - "isInheritable": false, - "position": 20 - }, - { - "type": "relation", - "name": "imageLink", - "value": "lCtZz2Z59wPT", - "isInheritable": false, - "position": 30 - }, - { - "type": "relation", - "name": "imageLink", - "value": "jEQNvpyaXIWE", - "isInheritable": false, - "position": 40 - }, { "type": "relation", "name": "internalLink", "value": "WOcw2SLH6tbX", "isInheritable": false, - "position": 50 + "position": 10 }, { "type": "relation", "name": "internalLink", "value": "bwZpz2ajCEwO", "isInheritable": false, - "position": 60 + "position": 20 }, { "type": "relation", "name": "internalLink", "value": "6f9hih2hXXZk", "isInheritable": false, - "position": 70 + "position": 30 }, { "type": "relation", "name": "internalLink", "value": "Wy267RK4M69c", "isInheritable": false, - "position": 80 + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "Qjt68inQ2bRj", + "isInheritable": false, + "position": 50 }, { "type": "label", @@ -6276,7 +7953,40 @@ ], "format": "markdown", "dataFileName": "Sharing.md", - "attachments": [], + "attachments": [ + { + "attachmentId": "2kLFcH6hel9i", + "title": "shared-list.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Sharing_shared-list.png" + }, + { + "attachmentId": "DFUCyGDOpqOt", + "title": "share-multiple-notes-web.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Sharing_share-multiple-not.png" + }, + { + "attachmentId": "Il8udowRLald", + "title": "share-single-note-web.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Sharing_share-single-note-.png" + }, + { + "attachmentId": "ShhsPSZVMQKx", + "title": "share-single-note.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Sharing_share-single-note.png" + } + ], "dirFileName": "Sharing", "children": [ { @@ -6327,7 +8037,7 @@ "5668rwcirq1t" ], "title": "Advanced Showcases", - "notePosition": 70, + "notePosition": 80, "prefix": null, "isExpanded": false, "type": "text", @@ -6600,73 +8310,66 @@ }, { "type": "relation", - "name": "imageLink", - "value": "92KeXdKh3Ca1", + "name": "internalLink", + "value": "OFXdgB2nNk1F", "isInheritable": false, "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "OFXdgB2nNk1F", + "value": "CdNpE2pqjmI6", "isInheritable": false, "position": 30 }, { "type": "relation", "name": "internalLink", - "value": "CdNpE2pqjmI6", + "value": "wX4HbRucYSDD", "isInheritable": false, "position": 40 }, { "type": "relation", "name": "internalLink", - "value": "wX4HbRucYSDD", + "value": "IakOLONlIfGI", "isInheritable": false, "position": 50 }, { "type": "relation", "name": "internalLink", - "value": "IakOLONlIfGI", + "value": "kBrnXNG3Hplm", "isInheritable": false, "position": 60 }, { "type": "relation", "name": "internalLink", - "value": "kBrnXNG3Hplm", + "value": "zEY4DaJG4YT5", "isInheritable": false, "position": 70 }, { "type": "relation", "name": "internalLink", - "value": "zEY4DaJG4YT5", + "value": "bwZpz2ajCEwO", "isInheritable": false, "position": 80 }, { "type": "relation", "name": "internalLink", - "value": "bwZpz2ajCEwO", + "value": "GPERMystNGTB", "isInheritable": false, "position": 90 }, - { - "type": "relation", - "name": "internalLink", - "value": "GPERMystNGTB", - "isInheritable": false, - "position": 100 - }, { "type": "relation", "name": "internalLink", "value": "6f9hih2hXXZk", "isInheritable": false, - "position": 110 + "position": 100 }, { "type": "label", @@ -6674,11 +8377,27 @@ "value": "task-manager", "isInheritable": false, "position": 30 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-calendar-check", + "isInheritable": false, + "position": 120 } ], "format": "markdown", "dataFileName": "Task Manager.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "D0RLhLxmO9ME", + "title": "task-manager.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Task Manager_task-manager.png" + } + ] } ] }, @@ -6691,7 +8410,7 @@ "J5Ex1ZrMbyJ6" ], "title": "Custom Request Handler", - "notePosition": 80, + "notePosition": 90, "prefix": null, "isExpanded": false, "type": "text", @@ -6753,7 +8472,7 @@ "d3fAXQ2diepH" ], "title": "Custom Resource Providers", - "notePosition": 90, + "notePosition": 100, "prefix": null, "isExpanded": false, "type": "text", @@ -6772,7 +8491,7 @@ "pgxEVkzLl1OP" ], "title": "ETAPI (REST API)", - "notePosition": 100, + "notePosition": 110, "prefix": null, "isExpanded": false, "type": "text", @@ -6788,7 +8507,37 @@ ], "format": "markdown", "dataFileName": "ETAPI (REST API).md", - "attachments": [] + "attachments": [], + "dirFileName": "ETAPI (REST API)", + "children": [ + { + "isClone": false, + "noteId": "9qPsTWBorUhQ", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "pgxEVkzLl1OP", + "9qPsTWBorUhQ" + ], + "title": "API Reference", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "webView", + "mime": "", + "attributes": [ + { + "type": "label", + "name": "webViewSrc", + "value": "/etapi/docs", + "isInheritable": false, + "position": 10 + } + ], + "dataFileName": "API Reference.dat", + "attachments": [] + } + ] }, { "isClone": false, @@ -6799,7 +8548,7 @@ "47ZrP6FNuoG8" ], "title": "Default Note Title", - "notePosition": 110, + "notePosition": 140, "prefix": null, "isExpanded": false, "type": "text", @@ -6815,10 +8564,17 @@ { "type": "relation", "name": "internalLink", - "value": "KC1HB96bqqHX", + "value": "habiZ3HU8Kw8", "isInheritable": false, "position": 20 }, + { + "type": "relation", + "name": "internalLink", + "value": "KC1HB96bqqHX", + "isInheritable": false, + "position": 30 + }, { "type": "label", "name": "shareAlias", @@ -6840,7 +8596,7 @@ "wX4HbRucYSDD" ], "title": "Database", - "notePosition": 130, + "notePosition": 160, "prefix": null, "isExpanded": false, "type": "text", @@ -6856,51 +8612,23 @@ { "type": "relation", "name": "internalLink", - "value": "iRwzGnHPzonm", + "value": "6tZeKvSHEUiB", "isInheritable": false, "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "l0tKav7yLHGF", + "value": "oyIAJ9PvvwHX", "isInheritable": false, "position": 30 }, - { - "type": "relation", - "name": "internalLink", - "value": "R7abl2fc6Mxi", - "isInheritable": false, - "position": 40 - }, - { - "type": "relation", - "name": "internalLink", - "value": "xYjQUYhpbUEW", - "isInheritable": false, - "position": 50 - }, - { - "type": "relation", - "name": "internalLink", - "value": "Wy267RK4M69c", - "isInheritable": false, - "position": 60 - }, - { - "type": "relation", - "name": "internalLink", - "value": "oyIAJ9PvvwHX", - "isInheritable": false, - "position": 70 - }, { "type": "relation", "name": "internalLink", "value": "Gzjqa934BdH4", "isInheritable": false, - "position": 80 + "position": 40 }, { "type": "label", @@ -7044,6 +8772,69 @@ ] } ] + }, + { + "isClone": false, + "noteId": "6tZeKvSHEUiB", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "wX4HbRucYSDD", + "6tZeKvSHEUiB" + ], + "title": "Demo Notes", + "notePosition": 20, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "l0tKav7yLHGF", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "R7abl2fc6Mxi", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xYjQUYhpbUEW", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "iRwzGnHPzonm", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "Wy267RK4M69c", + "isInheritable": false, + "position": 50 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-package", + "isInheritable": false, + "position": 110 + } + ], + "format": "markdown", + "dataFileName": "Demo Notes.md", + "attachments": [] } ] }, @@ -7056,7 +8847,7 @@ "Gzjqa934BdH4" ], "title": "Configuration (config.ini or environment variables)", - "notePosition": 140, + "notePosition": 170, "prefix": null, "isExpanded": false, "type": "text", @@ -7072,7 +8863,38 @@ ], "format": "markdown", "dataFileName": "Configuration (config.ini or e.md", - "attachments": [] + "attachments": [], + "dirFileName": "Configuration (config.ini or environment variables)", + "children": [ + { + "isClone": false, + "noteId": "c5xB8m4g2IY6", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "Gzjqa934BdH4", + "c5xB8m4g2IY6" + ], + "title": "Trilium instance", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "cbkrhQjrkKrh", + "isInheritable": false, + "position": 10 + } + ], + "format": "markdown", + "dataFileName": "Trilium instance.md", + "attachments": [] + } + ] }, { "isClone": false, @@ -7082,13 +8904,55 @@ "tC7s2alapj8V", "ivYnonVFBxbQ" ], - "title": "Bulk actions", - "notePosition": 150, + "title": "Bulk Actions", + "notePosition": 180, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "HI6GBBIduIgv", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "Cq5X6iKQop6R", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "yTjUdsOi4CIE", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "habiZ3HU8Kw8", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "vZWERwf8U3nx", + "isInheritable": false, + "position": 60 + }, { "type": "label", "name": "iconClass", @@ -7098,8 +8962,17 @@ } ], "format": "markdown", - "dataFileName": "Bulk actions.md", - "attachments": [] + "dataFileName": "Bulk Actions.md", + "attachments": [ + { + "attachmentId": "cJTc66E2BRTf", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Bulk Actions_image.png" + } + ] }, { "isClone": false, @@ -7110,7 +8983,7 @@ "4FahAwuGTAwC" ], "title": "Note source", - "notePosition": 160, + "notePosition": 190, "prefix": null, "isExpanded": false, "type": "text", @@ -7119,28 +8992,28 @@ { "type": "relation", "name": "internalLink", - "value": "_optionsTextNotes", + "value": "KSZ04uQ2D1St", "isInheritable": false, "position": 10 }, { "type": "relation", "name": "internalLink", - "value": "_optionsCodeNotes", + "value": "iPIMuisry3hd", "isInheritable": false, "position": 20 }, { "type": "relation", "name": "internalLink", - "value": "KSZ04uQ2D1St", + "value": "MI26XDLSAlCD", "isInheritable": false, "position": 30 }, { "type": "relation", "name": "internalLink", - "value": "MI26XDLSAlCD", + "value": "6f9hih2hXXZk", "isInheritable": false, "position": 40 }, @@ -7182,7 +9055,7 @@ { "type": "relation", "name": "internalLink", - "value": "Wxt3vVlxlYLi", + "value": "0vhv7lsOLy82", "isInheritable": false, "position": 100 }, @@ -7223,7 +9096,7 @@ "1YeN2MzFUluU" ], "title": "Technologies used", - "notePosition": 170, + "notePosition": 200, "prefix": null, "isExpanded": false, "type": "text", @@ -7372,12 +9245,19 @@ "m1lbrzyKDaRB" ], "title": "Note ID", - "notePosition": 180, + "notePosition": 210, "prefix": null, "isExpanded": false, "type": "text", "mime": "text/html", "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "0vhv7lsOLy82", + "isInheritable": false, + "position": 10 + }, { "type": "label", "name": "iconClass", @@ -7389,1568 +9269,769 @@ "format": "markdown", "dataFileName": "Note ID.md", "attachments": [] + }, + { + "isClone": false, + "noteId": "0vTSyvhPTAOz", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "0vTSyvhPTAOz" + ], + "title": "Internal API", + "notePosition": 220, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "attachments": [], + "dirFileName": "Internal API", + "children": [ + { + "isClone": false, + "noteId": "z8O2VG4ZZJD7", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "0vTSyvhPTAOz", + "z8O2VG4ZZJD7" + ], + "title": "API Reference", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "webView", + "mime": "", + "attributes": [ + { + "type": "label", + "name": "webViewSrc", + "value": "/api/docs", + "isInheritable": false, + "position": 10 + } + ], + "dataFileName": "API Reference.dat", + "attachments": [] + } + ] + }, + { + "isClone": false, + "noteId": "2mUhVmZK8RF3", + "notePath": [ + "pOsGYCXsbNQG", + "tC7s2alapj8V", + "2mUhVmZK8RF3" + ], + "title": "Hidden Notes", + "notePosition": 230, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "Cq5X6iKQop6R", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "wX4HbRucYSDD", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "YKWqdJhzi2VY", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "ivYnonVFBxbQ", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "eIg8jdvaoNNd", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "QEAPj01N5f7w", + "isInheritable": false, + "position": 70 + }, + { + "type": "relation", + "name": "internalLink", + "value": "m1lbrzyKDaRB", + "isInheritable": false, + "position": 80 + }, + { + "type": "relation", + "name": "internalLink", + "value": "x3i7MxGccDuM", + "isInheritable": false, + "position": 90 + }, + { + "type": "relation", + "name": "internalLink", + "value": "bdUJEHsAPYQR", + "isInheritable": false, + "position": 100 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xYmIYSP6wE3F", + "isInheritable": false, + "position": 110 + }, + { + "type": "relation", + "name": "internalLink", + "value": "u3YFHC9tQlpm", + "isInheritable": false, + "position": 120 + }, + { + "type": "relation", + "name": "internalLink", + "value": "qzNzp9LYQyPT", + "isInheritable": false, + "position": 130 + }, + { + "type": "relation", + "name": "internalLink", + "value": "CdNpE2pqjmI6", + "isInheritable": false, + "position": 140 + }, + { + "type": "relation", + "name": "internalLink", + "value": "R9pX4DGra2Vt", + "isInheritable": false, + "position": 150 + }, + { + "type": "relation", + "name": "internalLink", + "value": "4TIF1oA4VQRO", + "isInheritable": false, + "position": 160 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-hide", + "isInheritable": false, + "position": 20 + } + ], + "format": "markdown", + "dataFileName": "Hidden Notes.md", + "attachments": [ + { + "attachmentId": "PrFEZeM6sRl6", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Hidden Notes_image.png" + } + ] } ] }, { "isClone": false, - "noteId": "Wxt3vVlxlYLi", + "noteId": "CdNpE2pqjmI6", "notePath": [ "pOsGYCXsbNQG", - "Wxt3vVlxlYLi" + "CdNpE2pqjmI6" ], - "title": "Attachments", - "notePosition": 310, + "title": "Scripting", + "notePosition": 320, "prefix": null, "isExpanded": false, "type": "text", - "mime": "text/html", + "mime": "text/markdown", "attributes": [ { - "type": "label", - "name": "shareHiddenFromTree", - "value": "", + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GLks18SNjxmC", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "TjLYAo3JMO8X", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "RDslemsQ6gCp", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "5668rwcirq1t", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GPERMystNGTB", + "isInheritable": false, + "position": 70 + }, + { + "type": "label", + "name": "shareAlias", + "value": "scripts", + "isInheritable": false, + "position": 20 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bxs-file-js", + "isInheritable": false, + "position": 80 } ], "format": "markdown", + "dataFileName": "Scripting.md", "attachments": [], - "dirFileName": "Attachments", + "dirFileName": "Scripting", "children": [ { "isClone": false, - "noteId": "HEtnpiQrEvjl", + "noteId": "yIhgI5H7A2Sm", "notePath": [ "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "HEtnpiQrEvjl" + "CdNpE2pqjmI6", + "yIhgI5H7A2Sm" ], - "title": "bookmark-folder.png", - "notePosition": 160, + "title": "Frontend Basics", + "notePosition": 20, "prefix": null, "isExpanded": false, - "type": "image", - "mime": "image/png", + "type": "text", + "mime": "text/markdown", "attributes": [ { - "type": "label", - "name": "originalFileName", - "value": "bookmark-folder.png", + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "SynTBQiBsdYJ", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GLks18SNjxmC", + "isInheritable": false, + "position": 30 + }, + { + "type": "label", + "name": "shareAlias", + "value": "frontend-basics", + "isInheritable": false, + "position": 30 } ], - "dataFileName": "bookmark-folder.png", + "format": "markdown", + "dataFileName": "Frontend Basics.md", "attachments": [] }, { "isClone": false, - "noteId": "sag6ww9q4pgW", + "noteId": "es8OU2GuguFU", "notePath": [ "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "sag6ww9q4pgW" + "CdNpE2pqjmI6", + "es8OU2GuguFU" ], - "title": "bookmarks.gif", - "notePosition": 170, + "title": "Examples", + "notePosition": 50, "prefix": null, "isExpanded": false, - "type": "image", - "mime": "image/gif", + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "attachments": [], + "dirFileName": "Examples", + "children": [ + { + "isClone": false, + "noteId": "TjLYAo3JMO8X", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "es8OU2GuguFU", + "TjLYAo3JMO8X" + ], + "title": "\"New Task\" launcher button", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "xYjQUYhpbUEW", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "xYmIYSP6wE3F", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 30 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "m1lbrzyKDaRB", + "isInheritable": false, + "position": 50 + }, + { + "type": "relation", + "name": "internalLink", + "value": "s8alTXmpFR61", + "isInheritable": false, + "position": 60 + }, + { + "type": "relation", + "name": "internalLink", + "value": "yIhgI5H7A2Sm", + "isInheritable": false, + "position": 70 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-task", + "isInheritable": false, + "position": 80 + } + ], + "format": "markdown", + "dataFileName": "New Task launcher button.md", + "attachments": [ + { + "attachmentId": "9C2JA6tdtRpN", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "New Task launcher button_i.png" + } + ] + }, + { + "isClone": false, + "noteId": "7kZPMD0uFwkH", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "es8OU2GuguFU", + "7kZPMD0uFwkH" + ], + "title": "Downloading responses from Google Forms", + "notePosition": 20, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "dataFileName": "Downloading responses from Goo.md", + "attachments": [] + }, + { + "isClone": false, + "noteId": "DL92EjAaXT26", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "es8OU2GuguFU", + "DL92EjAaXT26" + ], + "title": "Using promoted attributes to configure scripts", + "notePosition": 30, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "dataFileName": "Using promoted attributes to c.md", + "attachments": [ + { + "attachmentId": "7P3jzVEa1mk7", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Using promoted attributes .png" + } + ] + } + ] + }, + { + "isClone": false, + "noteId": "GPERMystNGTB", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "GPERMystNGTB" + ], + "title": "Events", + "notePosition": 70, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/markdown", "attributes": [ { - "type": "label", - "name": "originalFileName", - "value": "bookmarks.gif", + "type": "relation", + "name": "internalLink", + "value": "CdNpE2pqjmI6", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "c5xB8m4g2IY6", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 30 + }, + { + "type": "label", + "name": "shareAlias", + "value": "events", + "isInheritable": false, + "position": 10 + }, + { + "type": "label", + "name": "iconClass", + "value": "bx bx-rss", + "isInheritable": false, + "position": 20 } ], - "dataFileName": "bookmarks.gif", + "format": "markdown", + "dataFileName": "Events.md", "attachments": [] }, { "isClone": false, - "noteId": "W9yOvDvpsEtR", + "noteId": "MgibgPcfeuGz", "notePath": [ "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "W9yOvDvpsEtR" + "CdNpE2pqjmI6", + "MgibgPcfeuGz" ], - "title": "bookmarks.png", - "notePosition": 180, + "title": "Custom Widgets", + "notePosition": 80, "prefix": null, "isExpanded": false, - "type": "image", - "mime": "image/png", + "type": "text", + "mime": "text/markdown", "attributes": [ { "type": "label", - "name": "originalFileName", - "value": "bookmarks.png", + "name": "shareAlias", + "value": "custom-widget", "isInheritable": false, - "position": 10 + "position": 20 } ], - "dataFileName": "bookmarks.png", - "attachments": [] + "format": "markdown", + "dataFileName": "Custom Widgets.md", + "attachments": [], + "dirFileName": "Custom Widgets", + "children": [ + { + "isClone": false, + "noteId": "YNxAqkI5Kg1M", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "MgibgPcfeuGz", + "YNxAqkI5Kg1M" + ], + "title": "Word count widget", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "6tZeKvSHEUiB", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "6f9hih2hXXZk", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "s8alTXmpFR61", + "isInheritable": false, + "position": 30 + } + ], + "format": "markdown", + "dataFileName": "Word count widget.md", + "attachments": [ + { + "attachmentId": "JhM9NWfebzPi", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Word count widget_image.png" + } + ] + }, + { + "isClone": false, + "noteId": "SynTBQiBsdYJ", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "MgibgPcfeuGz", + "SynTBQiBsdYJ" + ], + "title": "Widget Basics", + "notePosition": 20, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/markdown", + "attributes": [ + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "BFs8mudNFgCS", + "isInheritable": false, + "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "GLks18SNjxmC", + "isInheritable": false, + "position": 30 + }, + { + "type": "label", + "name": "shareAlias", + "value": "widget-basics", + "isInheritable": false, + "position": 20 + } + ], + "format": "markdown", + "dataFileName": "Widget Basics.md", + "attachments": [] + } + ] }, { "isClone": false, - "noteId": "DVJl4l3T8EG2", + "noteId": "GLks18SNjxmC", "notePath": [ "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "DVJl4l3T8EG2" + "CdNpE2pqjmI6", + "GLks18SNjxmC" ], - "title": "button-script.png", - "notePosition": 190, + "title": "Script API", + "notePosition": 90, "prefix": null, "isExpanded": false, - "type": "image", - "mime": "image/png", + "type": "text", + "mime": "text/markdown", "attributes": [ { "type": "label", - "name": "originalFileName", - "value": "button-script.png", + "name": "shareAlias", + "value": "script-api", "isInheritable": false, "position": 10 } ], - "dataFileName": "button-script.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "oZfQufNxgrZ9", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "oZfQufNxgrZ9" - ], - "title": "canvas-note-image.png", - "notePosition": 200, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ + "format": "markdown", + "dataFileName": "Script API.md", + "attachments": [], + "dirFileName": "Script API", + "children": [ { - "type": "label", - "name": "originalFileName", - "value": "canvas-note-image.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "canvas-note-image.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "BJpEsPXDjVLh", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "BJpEsPXDjVLh" - ], - "title": "chrome-trilium-web-clipper.png", - "notePosition": 210, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ + "isClone": false, + "noteId": "Q2z6av6JZVWm", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "GLks18SNjxmC", + "Q2z6av6JZVWm" + ], + "title": "Frontend API", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "attachments": [], + "dirFileName": "Frontend API", + "children": [ + { + "isClone": false, + "noteId": "habiZ3HU8Kw8", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "GLks18SNjxmC", + "Q2z6av6JZVWm", + "habiZ3HU8Kw8" + ], + "title": "FNote", + "notePosition": 10, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "dataFileName": "FNote.md", + "attachments": [] + } + ] + }, { - "type": "label", - "name": "originalFileName", - "value": "chrome-trilium-web-clipper.png", - "isInheritable": false, - "position": 10 + "isClone": false, + "noteId": "MEtfsqa5VwNi", + "notePath": [ + "pOsGYCXsbNQG", + "CdNpE2pqjmI6", + "GLks18SNjxmC", + "MEtfsqa5VwNi" + ], + "title": "Backend API", + "notePosition": 20, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "dataFileName": "Backend API.md", + "attachments": [] } - ], - "dataFileName": "chrome-trilium-web-clipper.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "8jgXl1RUGL4H", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "8jgXl1RUGL4H" - ], - "title": "code-note.png", - "notePosition": 230, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "code-note.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "code-note.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "BqvIJUHkWrvH", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "BqvIJUHkWrvH" - ], - "title": "create-clone.gif", - "notePosition": 240, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "create-clone.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "create-clone.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "N6O1qfBGcbFH", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "N6O1qfBGcbFH" - ], - "title": "create-external-link.gif", - "notePosition": 250, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "create-external-link.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "create-external-link.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "dPcRcDZwyGAO", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "dPcRcDZwyGAO" - ], - "title": "create-link-to-note.gif", - "notePosition": 260, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "create-link-to-note.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "create-link-to-note.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "3sCPPL0LEC1S", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "3sCPPL0LEC1S" - ], - "title": "Custom-widget image.png", - "notePosition": 270, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "Custom-widget image.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "Custom-widget image.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "ruEpqTPbi0CT", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "ruEpqTPbi0CT" - ], - "title": "custom-widget-image.png", - "notePosition": 280, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "custom-widget-image.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "custom-widget-image.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "aa84l6zJyAVH", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "aa84l6zJyAVH" - ], - "title": "cut-to-subnote.gif", - "notePosition": 290, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "cut-to-subnote.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "cut-to-subnote.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "zaQnUsJTbvjr", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "zaQnUsJTbvjr" - ], - "title": "dark-theme.png", - "notePosition": 300, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "dark-theme.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "dark-theme.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "sLZ7Bcq9p8E9", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "sLZ7Bcq9p8E9" - ], - "title": "drag-and-drop.gif", - "notePosition": 330, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "drag-and-drop.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "drag-and-drop.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "v8H3fXMFPki0", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "v8H3fXMFPki0" - ], - "title": "error-logs-export-subtree.png", - "notePosition": 350, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "error-logs-export-subtree.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "error-logs-export-subtree.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "zIQ1XGaUbB7i", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "zIQ1XGaUbB7i" - ], - "title": "error-logs-firefox-context-men.png", - "notePosition": 360, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "error-logs-firefox-context-men.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "error-logs-firefox-context.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "1fkGrskxHx5u", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "1fkGrskxHx5u" - ], - "title": "hide-archived.png", - "notePosition": 370, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "hide-archived.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "hide-archived.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "JXFeNgU8Xnp1", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "JXFeNgU8Xnp1" - ], - "title": "home-button.svg", - "notePosition": 380, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/svg+xml", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "home-button.svg", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "home-button.svg", - "attachments": [] - }, - { - "isClone": false, - "noteId": "snfWRIih71MM", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "snfWRIih71MM" - ], - "title": "jump-to.gif", - "notePosition": 390, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "jump-to.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "jump-to.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "e3qPZSsTbUZP", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "e3qPZSsTbUZP" - ], - "title": "markdown-export-note.gif", - "notePosition": 410, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "markdown-export-note.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "markdown-export-note.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "QUqKzK4LHMVA", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "QUqKzK4LHMVA" - ], - "title": "markdown-export-subtree.gif", - "notePosition": 420, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "markdown-export-subtree.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "markdown-export-subtree.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "xMQSqWySvWBZ", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "xMQSqWySvWBZ" - ], - "title": "markdown-file-import.gif", - "notePosition": 430, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "markdown-file-import.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "markdown-file-import.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "Y9mwMwSGAaSb", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "Y9mwMwSGAaSb" - ], - "title": "markdown-inline-import.gif", - "notePosition": 440, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "markdown-inline-import.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "markdown-inline-import.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "1YUO9Ij4XIwE", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "1YUO9Ij4XIwE" - ], - "title": "math.gif", - "notePosition": 450, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "math.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "math.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "fJ7nbsprnKr7", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "fJ7nbsprnKr7" - ], - "title": "mermaid.png", - "notePosition": 460, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "mermaid.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "mermaid.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "TFAiJIXJFfqv", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "TFAiJIXJFfqv" - ], - "title": "mobile-smartphone.png", - "notePosition": 470, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "mobile-smartphone.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "mobile-smartphone.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "fi37V32TNyzm", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "fi37V32TNyzm" - ], - "title": "mobile-tablet.png", - "notePosition": 480, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "mobile-tablet.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "mobile-tablet.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "qL7381ZG0lMK", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "qL7381ZG0lMK" - ], - "title": "move-note-with-keyboard.gif", - "notePosition": 490, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "move-note-with-keyboard.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "move-note-with-keyboard.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "AiBOf1LIykMC", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "AiBOf1LIykMC" - ], - "title": "note-hoisting.gif", - "notePosition": 500, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "note-hoisting.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "note-hoisting.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "iuAfnapzpRCB", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "iuAfnapzpRCB" - ], - "title": "note-icon-change.png", - "notePosition": 510, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "note-icon-change.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "note-icon-change.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "R1L2vUshJD82", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "R1L2vUshJD82" - ], - "title": "note-icon-gallery.png", - "notePosition": 520, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "note-icon-gallery.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "note-icon-gallery.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "mWxLjZrNAoV7", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "mWxLjZrNAoV7" - ], - "title": "note-map.png", - "notePosition": 530, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "note-map.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "note-map.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "MA2uvkVloWXl", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "MA2uvkVloWXl" - ], - "title": "note-revisions.png", - "notePosition": 540, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "note-revisions.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "note-revisions.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "umjOUcnZi4z2", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "umjOUcnZi4z2" - ], - "title": "promoted-attributes-queen.png", - "notePosition": 550, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "promoted-attributes-queen.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "promoted-attributes-queen.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "rxH2Dm1jn6YT", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "rxH2Dm1jn6YT" - ], - "title": "promoted-attributes.png", - "notePosition": 560, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "promoted-attributes.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "promoted-attributes.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "zaUtPWl8NcCt", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "zaUtPWl8NcCt" - ], - "title": "protecting-note.gif", - "notePosition": 570, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "protecting-note.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "protecting-note.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "wpFu8PhUu7e7", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "wpFu8PhUu7e7" - ], - "title": "recent-notes.gif", - "notePosition": 580, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "recent-notes.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "recent-notes.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "EH6qNioOHeyT", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "EH6qNioOHeyT" - ], - "title": "relation-map-dev-process.png", - "notePosition": 590, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "relation-map-dev-process.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "relation-map-dev-process.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "N98UhifxrVpZ", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "N98UhifxrVpZ" - ], - "title": "relation-map-family-demo.gif", - "notePosition": 600, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "relation-map-family-demo.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "relation-map-family-demo.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "xeZPrfi77XPu", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "xeZPrfi77XPu" - ], - "title": "relation-map-family.png", - "notePosition": 610, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "relation-map-family.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "relation-map-family.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "rVtYANyVhE9U", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "rVtYANyVhE9U" - ], - "title": "saved-search-image.gif", - "notePosition": 620, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "saved-search-image.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "saved-search-image.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "VvQ2QZOyZhZZ", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "VvQ2QZOyZhZZ" - ], - "title": "saved-search.gif", - "notePosition": 630, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/gif", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "saved-search.gif", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "saved-search.gif", - "attachments": [] - }, - { - "isClone": false, - "noteId": "V01a3OdC9O06", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "V01a3OdC9O06" - ], - "title": "screenshot.png", - "notePosition": 640, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "screenshot.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "screenshot.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "lCtZz2Z59wPT", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "lCtZz2Z59wPT" - ], - "title": "share-multiple-notes-web.png", - "notePosition": 650, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "share-multiple-notes-web.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "share-multiple-notes-web.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "Ky3qOJJMZ731", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "Ky3qOJJMZ731" - ], - "title": "share-single-note-web.png", - "notePosition": 660, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "share-single-note-web.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "share-single-note-web.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "5GcxcE9fP9xX", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "5GcxcE9fP9xX" - ], - "title": "share-single-note.png", - "notePosition": 670, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "share-single-note.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "share-single-note.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "jEQNvpyaXIWE", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "jEQNvpyaXIWE" - ], - "title": "shared-list.png", - "notePosition": 680, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "shared-list.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "shared-list.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "OFHiQYnGo2rr", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "OFHiQYnGo2rr" - ], - "title": "split.png", - "notePosition": 690, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "split.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "split.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "uVF9DAmAmEWC", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "uVF9DAmAmEWC" - ], - "title": "steel-blue.png", - "notePosition": 710, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "steel-blue.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "steel-blue.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "676Ekdv73T7I", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "676Ekdv73T7I" - ], - "title": "sync-config.png", - "notePosition": 720, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "sync-config.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "sync-config.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "qGTyyKX4TceE", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "qGTyyKX4TceE" - ], - "title": "sync-in-progress.png", - "notePosition": 730, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "sync-in-progress.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "sync-in-progress.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "SDHWNDsB68aJ", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "SDHWNDsB68aJ" - ], - "title": "sync-init.png", - "notePosition": 740, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "sync-init.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "sync-init.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "92KeXdKh3Ca1", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "92KeXdKh3Ca1" - ], - "title": "task-manager.png", - "notePosition": 750, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "task-manager.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "task-manager.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "uuGrYX41lWN0", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "uuGrYX41lWN0" - ], - "title": "template-create-instance-note.png", - "notePosition": 760, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "template-create-instance-note.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "template-create-instance-n.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "Y8kzZ5MSZLCC", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "Y8kzZ5MSZLCC" - ], - "title": "template.png", - "notePosition": 770, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "template.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "template.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "oRWfJLUbb7j7", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "oRWfJLUbb7j7" - ], - "title": "text-notes-formatting-block.png", - "notePosition": 780, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "text-notes-formatting-block.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "text-notes-formatting-bloc.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "FtmPLgGmgZVC", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "FtmPLgGmgZVC" - ], - "title": "text-notes-formatting-inline.png", - "notePosition": 790, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "text-notes-formatting-inline.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "text-notes-formatting-inli.png", - "attachments": [] - }, - { - "isClone": false, - "noteId": "skY4DIE2Iks5", - "notePath": [ - "pOsGYCXsbNQG", - "Wxt3vVlxlYLi", - "skY4DIE2Iks5" - ], - "title": "text-notes-image.png", - "notePosition": 800, - "prefix": null, - "isExpanded": false, - "type": "image", - "mime": "image/png", - "attributes": [ - { - "type": "label", - "name": "originalFileName", - "value": "text-notes-image.png", - "isInheritable": false, - "position": 10 - } - ], - "dataFileName": "text-notes-image.png", - "attachments": [] + ] } ] } diff --git a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases.md b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases.md index 010822f9a..758dc4435 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases.md +++ b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases.md @@ -1,5 +1,5 @@ # Advanced Showcases -Trilium offers advanced functionality through [Scripts](../Note%20Types/Code/Scripts.md) and [Promoted Attributes](Attributes/Promoted%20Attributes.md). To illustrate these features, we've prepared several showcases available in the [demo notes](Database.md): +Trilium offers advanced functionality through [Scripts](../Scripting.md) and [Promoted Attributes](Attributes/Promoted%20Attributes.md). To illustrate these features, we've prepared several showcases available in the [demo notes](Database.md): * [Relation Map](../Note%20Types/Relation%20Map.md) * [Day Notes](Advanced%20Showcases/Day%20Notes.md) diff --git a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md index 9684af75d..06e40a9d0 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md +++ b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes.md @@ -13,37 +13,63 @@ This pattern works well also because of [Cloning Notes](../../Basic%20Concepts%2  -You can see the structure of day notes appearing under "Journal" note - there's a note for the whole year 2017, under it, you have "12 - December" which then contains "18 - Monday". This is our "day note" which contains some text in its content and also has some child notes (some of them are from [Task manager](Task%20Manager.md)). +You can see the structure of day notes appearing under "Journal" note - there's a note for the whole year 2025, under it, you have "03 - March" which then contains "09 - Monday". This is our "day note" which contains some text in its content and also has some child notes (some of them are from [Task manager](Task%20Manager.md)). You can also notice how this day note has [promoted attribute](../Attributes/Promoted%20Attributes.md) "weight" where you can track your daily weight. This data is then used in [Weight tracker](Weight%20Tracker.md). +## Week Note and Quarter Note + +Week and quarter notes are disabled by default, since it might be too much for some people. To enable them, you need to set `#enableWeekNotes` and `#enableQuarterNotes` attributes on the root calendar note, which is identified by `#calendarRoot` label. Week note is affected by the first week of year option. Be careful when you already have some week notes created, it will not automatically change the existing week notes and might lead to some duplicates. + ## Templates -Trilium provides [template](../Attributes/Template.md) functionality, and it could be used together with day notes. +Trilium provides [template](../Templates.md) functionality, and it could be used together with day notes. You can define one of the following relations on the root of the journal (identified by `#calendarRoot` label): * yearTemplate +* quarterTemplate (if `#enableQuarterNotes` is set) * monthTemplate +* weekTemplate (if `#enableWeekNotes` is set) * dateTemplate All of these are relations. When Trilium creates a new note for year or month or date, it will take a look at the root and attach a corresponding `~template` relation to the newly created role. Using this, you can e.g. create your daily template with e.g. checkboxes for daily routine etc. -## Date pattern +## Naming pattern -It's possible to customize the title of generated date notes by defining a `#datePattern` label on a root calendar note (identified by `#calendarRoot` label). Following are possible values: +You can customize the title of generated journal notes by defining a `#datePattern`, `#weekPattern`, `#monthPattern`, `#quarterPattern` and `#yearPattern` attribute on a root calendar note (identified by `#calendarRoot` label). The naming pattern replacements follow a level-up compatibility - each level can use replacements from itself and all levels above it. For example, `#monthPattern` can use month, quarter and year replacements, while `#weekPattern` can use week, month, quarter and year replacements. But it is not possible to use week replacements in `#monthPattern`. -* `{dayInMonthPadded} - {weekDay}` day notes are named e.g. "24 - Monday" -* `{dayInMonthPadded}: {weekDay3}` day notes are named e.g. "24: Mon" -* `{dayInMonthPadded}: {weekDay2}` day notes are named e.g. "24: Mo" -* `{isoDate} - {weekDay}` day notes are named e.g. "2020-12-24 - Monday" +### Date pattern + +It's possible to customize the title of generated date notes by defining a `#datePattern` attribute on a root calendar note (identified by `#calendarRoot` label). Following are possible values: + +* `{isoDate}` results in an ISO 8061 formatted date (e.g. "2025-03-09" for March 9, 2025) +* `{dateNumber}` results in a number like `9` for the 9th day of the month, `11` for the 11th day of the month +* `{dateNumberPadded}` results in a number like `09` for the 9th day of the month, `11` for the 11th day of the month * `{ordinal}` is replaced with the ordinal date (e.g. 1st, 2nd, 3rd) etc. +* `{weekDay}` results in the full day name (e.g. `Monday`) +* `{weekDay3}` is replaced with the first 3 letters of the day, e.g. Mon, Tue, etc. +* `{weekDay2}` is replaced with the first 2 letters of the day, e.g. Mo, Tu, etc. -## Month pattern +The default is `{dateNumberPadded} - {weekDay}` -It is also possible to customize the title of generated month notes through the `#monthPattern` attribute, much like `#datePattern`. The options are: +### Week pattern + +It is also possible to customize the title of generated week notes through the `#weekPattern` attribute on the root calendar note. The options are: + +* `{weekNumber}` results in a number like `9` for the 9th week of the year, `11` for the 11th week of the year +* `{weekNumberPadded}` results in a number like `09` for the 9th week of the year, `11` for the 11th week of the year +* `{shortWeek}` results in a short week string like `W9` for the 9th week of the year, `W11` for the 11th week of the year +* `{shortWeek3}` results in a short week string like `W09` for the 9th week of the year, `W11` for the 11th week of the year + +The default is `Week {weekNumber}` + +### Month pattern + +It is also possible to customize the title of generated month notes through the `#monthPattern` attribute on the root calendar note. The options are: * `{isoMonth}` results in an ISO 8061 formatted month (e.g. "2025-03" for March 2025) +* `{monthNumber}` results in a number like `9` for September, and `11` for November * `{monthNumberPadded}` results in a number like `09` for September, and `11` for November * `{month}` results in the full month name (e.g. `September` or `October`) * `{shortMonth3}` is replaced with the first 3 letters of the month, e.g. Jan, Feb, etc. @@ -51,10 +77,27 @@ It is also possible to customize the title of generated month notes through the The default is `{monthNumberPadded} - {month}` +### Quarter pattern + +It is also possible to customize the title of generated quarter notes through the `#quarterPattern` attribute on the root calendar note. The options are: + +* `{quarterNumber}` results in a number like `1` for the 1st quarter of the year +* `{shortQuarter}` results in a short quarter string like `Q1` for the 1st quarter of the year + +The default is `Quarter {quarterNumber}` + +### Year pattern + +It is also possible to customize the title of generated year notes through the `#yearPattern` attribute on the root calendar note. The options are: + +* `{year}` results in the full year (e.g. `2025`) + +The default is `{year}` + ## Implementation Trilium has some special support for day notes in the form of [backend Script API](https://triliumnext.github.io/Notes/backend_api/BackendScriptApi.html) - see e.g. getDayNote() function. -Day (and year, month) notes are created with a label - e.g. `#dateNote="2018-08-16"` this can then be used by other scripts to add new notes to day note etc. +Day (and year, month) notes are created with a label - e.g. `#dateNote="2025-03-09"` this can then be used by other scripts to add new notes to day note etc. -Journal also has relation `child:child:child:template=Day template` (see \[\[attribute inheritance\]\]) which effectively adds \[\[template\]\] to day notes (grand-grand-grand children of Journal). \ No newline at end of file +Journal also has relation `child:child:child:template=Day template` (see \[\[attribute inheritance\]\]) which effectively adds \[\[template\]\] to day notes (grand-grand-grand children of Journal). Please note that, when you enable week notes or quarter notes, it will not automatically change the relation for the child level. \ No newline at end of file diff --git a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager.md b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager.md index 21122fb27..f1ec27a4b 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager.md +++ b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager.md @@ -1,9 +1,9 @@ # Task Manager -Task Manager is a [promoted attributes](../Attributes/Promoted%20Attributes.md) and [scripts](../../Note%20Types/Code/Scripts.md)showcase present in the [demo notes](../Database.md). +Task Manager is a [promoted attributes](../Attributes/Promoted%20Attributes.md) and [scripts](../../Scripting.md)showcase present in the [demo notes](../Database.md). ## Demo - + Task Manager manages outstanding (TODO) tasks and finished tasks (non-empty doneDate attribute). Outstanding tasks are further categorized by location and arbitrary tags - whenever you change tag attribute in the task note, this task is then automatically moved to appropriate location. @@ -15,7 +15,7 @@ New tasks are created in the TODO note which has `~child:template` [relation](.. ### Attributes -Task template defines several [promoted attributes](../Attributes/Promoted%20Attributes.md) - todoDate, doneDate, tags, location. Importantly it also defines `~runOnAttributeChange` relation - [event](../../Note%20Types/Code/Events.md) handler which is run on attribute change. This [script](../../Note%20Types/Code/Scripts.md) handles when e.g. we fill out the doneDate attribute - meaning the task is done and should be moved to "Done" note and removed from TODO, locations and tags. +Task template defines several [promoted attributes](../Attributes/Promoted%20Attributes.md) - todoDate, doneDate, tags, location. Importantly it also defines `~runOnAttributeChange` relation - [event](../../Scripting/Events.md) handler which is run on attribute change. This [script](../../Scripting.md) handles when e.g. we fill out the doneDate attribute - meaning the task is done and should be moved to "Done" note and removed from TODO, locations and tags. ### New task button diff --git a/docs/User Guide/User Guide/Attachments/task-manager.png b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager_task-manager.png similarity index 100% rename from docs/User Guide/User Guide/Attachments/task-manager.png rename to docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager_task-manager.png diff --git a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker.md b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker.md index b760a050d..303812e16 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker.md +++ b/docs/User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker.md @@ -1,13 +1,13 @@ # Weight Tracker  -The `Weight Tracker` is a [Script API](../../Note%20Types/Code/Script%20API.md) showcase present in the [demo notes](../Database.md). +The `Weight Tracker` is a [Script API](../../Scripting/Script%20API.md) showcase present in the [demo notes](../Database.md). -By adding `weight` as a [promoted attribute](../Attributes/Promoted%20Attributes.md) in the [template](../Attributes/Template.md) from which [day notes](Day%20Notes.md) are created, you can aggregate the data and plot weight change over time. +By adding `weight` as a [promoted attribute](../Attributes/Promoted%20Attributes.md) in the [template](../Templates.md) from which [day notes](Day%20Notes.md) are created, you can aggregate the data and plot weight change over time. ## Implementation -The `Weight Tracker` note in the screenshot above is of the type `Render Note`. That type of note doesn't have any useful content itself. Instead it is a placeholder where a [script](../../Note%20Types/Code/Scripts.md) can render its output. +The `Weight Tracker` note in the screenshot above is of the type `Render Note`. That type of note doesn't have any useful content itself. Instead it is a placeholder where a [script](../../Scripting.md) can render its output. Scripts for `Render Notes` are defined in a [relation](../Attributes.md) called `~renderNote`. In this example, it's the `Weight Tracker`'s child `Implementation`. The Implementation consists of two [code notes](../../Note%20Types/Code.md) that contain some HTML and JavaScript respectively, which load all the notes with a `weight` attribute and display their values in a chart. diff --git a/docs/User Guide/User Guide/Advanced Usage/Attributes.md b/docs/User Guide/User Guide/Advanced Usage/Attributes.md index 8a87a20bb..72f8ae1b0 100644 --- a/docs/User Guide/User Guide/Advanced Usage/Attributes.md +++ b/docs/User Guide/User Guide/Advanced Usage/Attributes.md @@ -1,82 +1,33 @@ # Attributes +
| Label | Description |
|---|---|
disableVersioning | Disables automatic creation of Note Revisions for a particular note. Useful for e.g. large, but unimportant notes - e.g. large JS libraries used for scripting. |
versioningLimit | Limits the maximum number of Note Revisions for a particular note, overriding the global settings. |
calendarRoot | Marks the note which should be used as root for Day Notes. Only one should be marked as such. |
archived | Hides notes from default search results and dialogs. Archived notes can optionally be hidden in the Note Tree. |
excludeFromExport | Excludes this note and its children when exporting. |
run, runOnInstance, runAtHour | See Events. |
disableInclusion | Scripts with this label won't be included into parent script execution. |
sorted | Keeps child notes sorted by title alphabetically. When given a value, it will sort by the value of another label instead. If one of the child notes doesn't have the specified label, the title will be used for them instead. |
sortDirection | If
|
sortFoldersFirst | If sorted is applied, folders (notes with children) will be sorted as a group at the top, and the rest will be sorted. |
top | If sorted is applied to the parent note, keeps given note on top in its parent. |
hidePromotedAttributes | Hide Promoted Attributes on this note. Generally useful when defining inherited attributes, but the parent note doesn't need them. |
readOnly | Marks a note to be always be read-only, if it's a supported note (text, code, mermaid). |
autoReadOnlyDisabled | Disables automatic read-only mode for the given note. |
appCss | Marks CSS notes which are loaded into the Trilium application and can thus be used to modify Trilium's looks. See Custom app-wide CSS for more info. |
appTheme | Marks CSS notes which are full Trilium themes and are thus available in Trilium options. See Theme development for more information. |
appThemeBase | Set to next, next-light, or next-dark to use the corresponding TriliumNext theme (auto, light or dark) as the base for a custom theme, instead of the legacy one. See Customize the Next theme for more information. |
cssClass | Value of this label is then added as CSS class to the node representing given note in the Note Tree. This can be useful for advanced theming. Can be used in template notes. |
iconClass | value of this label is added as a CSS class to the icon on the tree which can help visually distinguish the notes in the tree. Example might be bx bx-home - icons are taken from boxicons. Can be used in template notes. |
pageSize | Specifies the number of items per page in Note List. |
customRequestHandler | See Custom Request Handler. |
customResourceProvider | See Custom Resource Providers. |
widget | Marks this note as a custom widget which will be added to the Trilium component tree. See Custom Widgets for more information. |
searchHome | New search notes will be created as children of this note (see Saved Search). |
workspace and related attributes | See Workspaces. |
inbox | default inbox location for new notes - when you create a note using new note button in the sidebar, notes will be created as child notes in the note marked as with #inbox label. |
sqlConsoleHome | Default location of SQL Console notes |
bookmarked | Indicates this note is a bookmark. |
bookmarkFolder | Note with this label will appear in bookmarks as folder (allowing access to its children). See Bookmarks for more information. |
share* | See the attribute reference in Sharing. |
displayRelations, hideRelations | Comma delimited names of relations which should be displayed/hidden in a Relation Map (both the note type and the Note Map (Link map, Tree map) general functionality). |
titleTemplate | Default title of notes created as children of this note. This value is evaluated as a JavaScript string and thus can be enriched with dynamic content via the injected Examples:
See Default Note Title for more info. |
template | This note will appear in the selection of available template when creating new note. See Templates for more information. |
toc | Controls the display of the Table of contents for a given note. #toc or #toc=show to always display the table of contents, #toc=false to always hide it. |
color | defines color of the note in note tree, links etc. Use any valid CSS color value like 'red' or #a13d5f |
keyboardShortcut | Defines a keyboard shortcut which will immediately jump to this note. Example: 'ctrl+alt+e'. Requires frontend reload for the change to take effect. |
keepCurrentHoisting | Opening this link won't change hoisting even if the note is not displayable in the current hoisted subtree. |
executeButton | Title of the button which will execute the current code note |
executeDescription | Longer description of the current code note displayed together with the execute button |
excludeFromNoteMap | Notes with this label will be hidden from the Note Map. |
newNotesOnTop | New notes will be created at the top of the parent note, not on the bottom. |
hideHighlightWidget | Hides the Highlights list widget |
hideChildrenOverview | Hides the Note List for that particular note. |
printLandscape | When exporting to PDF, changes the orientation of the page to landscape instead of portrait. |
printPageSize | When exporting to PDF, changes the size of the page. Supported values: A0, A1, A2, A3, A4, A5, A6, Legal, Letter, Tabloid, Ledger. |
geolocation | Indicates the latitude and longitude of a note, to be displayed in a Geo Map. |
calendar:* | Defines specific options for the Calendar View. |
viewType | Sets the view of child notes (e.g. grid or list). See Note List for more information. |
| Label | Description |
|---|---|
runOn* | See Events |
template | note's attributes will be inherited even without a parent-child relationship, note's content and subtree will be added to instance notes if empty. See documentation for details. |
inherit | note's attributes will be inherited even without a parent-child relationship. See Templates for a similar concept. See Attribute Inheritance in the documentation. |
renderNote | notes of type Render Note will be rendered using a code note (HTML or script) and it is necessary to point using this relation to which note should be rendered |
widget_relation | target of this relation will be executed and rendered as a widget in the sidebar |
shareCss | CSS note which will be injected into the share page. CSS note must be in the shared sub-tree as well. Consider using share_hidden_from_tree and share_omit_default_css as well. |
shareJs | JavaScript note which will be injected into the share page. JS note must be in the shared sub-tree as well. Consider using share_hidden_from_tree. |
shareTemplate | Embedded JavaScript note that will be used as the template for displaying the shared note. Falls back to the default template. Consider using share_hidden_from_tree. |
shareFavicon | Favicon note to be set in the shared page. Typically you want to set it to share root and make it inheritable. Favicon note must be in the shared sub-tree as well. Consider using share_hidden_from_tree. |


| Note | Description |
|---|---|
| Note Map | This note is actually opened when the Note Map feature that is accessed from the Launch Bar. It is possible to create any child notes in it without any additional meaning. For example, it can be used to store a list of note maps which can be linked to from other notes or bookmarked. |
| SQL Console History | When SQL queries or commands are executed in the SQL Console, they are stored here, grouped by month. Only the query is stored and not the results. This section can be accessed without going to the hidden tree by simply going to the Global menu and selecting Advanced → Open SQL Console History. Notes can be added as children of this tree, but it's generally not recommended to do so to not interfere with the normal history process. |
| Search History | Whenever a search is executed from the full Search, the query will be stored here, grouped by month. Only the search parameters are stored and not the results themselves. This section can be accessed without going to the hidden tree by simply going to the Global menu and selecting Advanced → Open Search History. Notes can be added as children of this tree, but it's generally not recommended to do so to not interfere with the normal history process. |
| Bulk Action | This section is used for Bulk Actions. The last configuration for bulk actions will be stored as part of this note, each action in its own Notes can be added as children of this tree, but there won't be any benefit in doing so. |
| Backend Log | This note corresponds to the backend log feature (see Error logs). This item can be accessed without going to the hidden try by going to the Global menu and selecting Advanced → Show backend log. |
| User Hidden | This section can be used by scripts to create their own notes that should not be directly visible to the user. The note can be identified by scripts by its unique ID: _userHidden |
| Launch Bar Templates | This section contains the templates for the creation of launchers in the Launch Bar. It is not possible to create child notes here. Theoretically some of the notes here can be customized, but there's not much benefit to be had in doing so. |
| Shared Notes | This tree lists all of the notes that are shared publicly. It can be useful to track down which notes are shared regardless of their position in the note tree. This section can be accessed without going to the hidden tree simply by going to the Global menu and selecting Show Shared Notes Subtree. Sub-notes cannot be created here. |
| Launch Bar | The tree contains both available and displayed items of the Launch Bar. This section can be accessed without going to the hidden tree by:
Sub-notes cannot be created here. |
| Options | This section stores the list of Options. This section can be accessed without going to the hidden tree by:
|
| Mobile Launch Bar | This is very similar to the Launch Bar, but is dedicated for the mobile UI only. Accessing it outside the Launch Bar is the same as the Launch Bar, but needs to be done so from the mobile interface. |
| User Guide | This is where the note structure for the User Guide is actually stored. Only the metadata is stored, as the help itself is present as actual files in the application directory. |
Internally, the structure of the content of each note is different based on the
-
+
Note Types
.
@@ -30,7 +30,7 @@ Here's part of the HTML representation of this note, as it's stored in the datab
## Viewing the source code
-It is possible to view the source code of a note by pressing the contextual menu in [Note buttons](../Basic%20Concepts%20and%20Features/UI%20Elements/Note%20buttons.md) and selecting _Note source_.
+It is possible to view the source code of a note by pressing the contextual menu in Note buttons and selecting _Note source_.

diff --git a/docs/User Guide/User Guide/Advanced Usage/Sharing.md b/docs/User Guide/User Guide/Advanced Usage/Sharing.md
index e8410df4d..17c8aa475 100644
--- a/docs/User Guide/User Guide/Advanced Usage/Sharing.md
+++ b/docs/User Guide/User Guide/Advanced Usage/Sharing.md
@@ -3,24 +3,24 @@ Trilium allows you to share selected notes as **publicly accessible** read-only
## Prerequisites
-To use the sharing feature, you must have a [server installation](../Installation%20%26%20Setup/Server%20Installation.md) of Trilium. This is necessary because the notes will be hosted from the server.
+To use the sharing feature, you must have a Server Installation of Trilium. This is necessary because the notes will be hosted from the server.
## How to Share a Note
1. **Enable Sharing**: To share a note, toggle the `Shared` switch within the note's interface. Once sharing is enabled, an URL will appear, which you can click to access the shared note.
- 
+ 
2. **Access the Shared Note**: The link provided will open the note in your browser. If your server is not configured with a public IP, the URL will refer to `localhost (127.0.0.1)`.
- 
+ 
## Sharing a Note Subtree
When you share a note, you actually share the entire subtree of notes beneath it. If the note has child notes, they will also be included in the shared content. For example, sharing the "Formatting" subtree will display a page with basic navigation for exploring all the notes within that subtree.
-
+
## Viewing All Shared Notes
@@ -40,7 +40,7 @@ To protect shared notes with a username and password, you can use the `#shareCre
The default shared page is basic in design, but you can customize it using your own CSS:
-* **Custom CSS**: Link a CSS [code note](../Note%20Types/Code.md) to the shared page by adding a `~shareCss` relation to the note. If you want this style to apply to the entire subtree, make the label inheritable. You can hide the CSS code note from the tree navigation by adding the `#shareHiddenFromTree` label.
+* **Custom CSS**: Link a CSS Code note to the shared page by adding a `~shareCss` relation to the note. If you want this style to apply to the entire subtree, make the label inheritable. You can hide the CSS code note from the tree navigation by adding the `#shareHiddenFromTree` label.
* **Omitting Default CSS**: For extensive styling changes, use the `#shareOmitDefaultCss` label to avoid conflicts with Trilium's [default stylesheet](../Basic%20Concepts%20and%20Features/Themes.md).
### Adding JavaScript
@@ -71,7 +71,7 @@ Shared notes typically have URLs like `http://domain.tld/share/knvU8aJy4dJ7`, wh
All shared notes are grouped under an automatically managed "Shared Notes" section. From here, you can view, share, or unshare notes by moving or cloning them within this section.
-
+
### Setting a Custom Favicon
@@ -81,12 +81,6 @@ To customize the favicon for your shared pages, create a relation `~shareFavicon
You can designate a specific note or folder as the root of your shared content by adding the `#shareRoot` label. This note will be linked when visiting `[http://domain.tld/share](http://domain/share)`, making it easier to use Trilium as a fully-fledged website. Consider combining this with the `#shareIndex` label, which will display a list of all shared notes.
-## Additional Options
-
-* **Raw Note Sharing**: Use the `#shareRaw` label to share a note without any HTML wrapper.
-* **Disallow Robot Indexing**: Add the `#shareDisallowRobotIndexing` label to prevent search engines from indexing the shared page by including a `noindex, follow` meta tag and `X-Robots-Tag: noindex` header.
-* **Shared Notes Index**: For text notes with the `#shareIndex` label, the content will display a list of all shared note roots.
-
## Limitations
While the sharing feature is powerful, it has some limitations:
@@ -98,4 +92,8 @@ While the sharing feature is powerful, it has some limitations:
* **Protected Notes**: Cannot be shared.
* **Include Notes**: Not supported.
-Some of these limitations may be addressed in future updates.
\ No newline at end of file
+Some of these limitations may be addressed in future updates.
+
+## Attribute reference
+
+ Indicates to web crawlers that the page should not be indexed of this note by: Which view to display in the calendar: Any other value will be dismissed and the default view (month) will be used instead. The value of this label is automatically updated when changing the view using the UI buttons. Displays the children of the note either as a grid, a list, or for a more specialized case: a calendar. Generally useful for easy reading of short notes.Attribute Description shareHiddenFromTreethis note is hidden from left navigation tree, but still accessible with its URL shareExternalLinknote will act as a link to an external website in the share tree shareAliasdefine an alias using which the note will be available under https://your_trilium_host/share/[your_alias]shareOmitDefaultCssdefault share page CSS will be omitted. Use when you make extensive styling changes. shareRootmarks note which is served on /share root. shareDescriptiondefine text to be added to the HTML meta tag for description shareRawNote will be served in its raw format, without HTML wrapper. See also Serving directly the content of a note for an alternative method without setting an attribute. shareDisallowRobotIndexingX-Robots-Tag: noindex HTTP header.noindex, follow meta tag.shareCredentialsrequire credentials to access this shared note. Value is expected to be in format username:password. Don't forget to make this inheritable to apply to child-notes/images.shareIndexNote with this label will list all roots of shared notes. 
+
+## Interaction
+
+* By default, when there is no text entered it will display the most recent notes.
+* Using the keyboard, use the up or down arrow keys to navigate between items. Press Enter to open the desired note.
+* If the note doesn't exist, it's possible to create it by typing the desired note title and selecting the _Create and link child note_ option.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_image.png b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_image.png
new file mode 100644
index 000000000..8614794e6
Binary files /dev/null and b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_image.png differ
diff --git a/docs/User Guide/User Guide/Attachments/recent-notes.gif b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_recent-notes.gif
similarity index 100%
rename from docs/User Guide/User Guide/Attachments/recent-notes.gif
rename to docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to Note_recent-notes.gif
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting.md b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting.md
index 40c7b1dbd..a6665943e 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting.md
@@ -1,8 +1,8 @@
# Note Hoisting
Hoisting is a standard outliner feature which allows you to focus on (or "zoom into") a specific note and its subtree by hiding all parent and sibling notes. Demo:
-
+
In addition to showing only this subtree, this also narrows both full text search and [“jump to note”](Note%20Navigation.md) to just notes present in hoisted subtree.
-See also [Workspace](Workspace.md) which extends this feature.
\ No newline at end of file
+See also [Workspace](Workspaces.md) which extends this feature.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Attachments/note-hoisting.gif b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting_note-hoistin.gif
similarity index 100%
rename from docs/User Guide/User Guide/Attachments/note-hoisting.gif
rename to docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting_note-hoistin.gif
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation.md b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation.md
index aa0495066..3da220695 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation.md
@@ -11,16 +11,6 @@ This works identically to browser backwards / forwards, it's actually using buil
## Jump to note
-This is useful to quickly find and view arbitrary note - click on `Jump to` button on the top or press Ctrl + J . Then type part of the note name and autocomplete will help you pick the desired note.
+This is useful to quickly find and view arbitrary notes - click on `Jump to` button on the top or press Ctrl + J . Then type part of the note name and autocomplete will help you pick the desired note.
-
-
-### Recent notes
-
-Jump to note also has the ability to show the list of recently viewed / edited notes and quickly jump to it.
-
-To access this functionality, click on `Jump to` button on the top. By default, (when nothing is entered into autocomplete), this dialog will show the list of recent notes.
-
-Alternatively you can click on the "time" icon on the right.
-
-
\ No newline at end of file
+See Jump to Note for more information.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md
new file mode 100644
index 000000000..213156e1d
--- /dev/null
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search.md
@@ -0,0 +1,15 @@
+# Quick search
+



Label Description workspaceMarks this note as a workspace, button to enter the workspace is controlled by this workspaceIconClassdefines box icon CSS class which will be used in tab when hoisted to this note workspaceTabBackgroundColorCSS color used in the note tab when hoisted to this note, use any CSS color format, e.g. "lightblue" or "#ddd". See https://www.w3schools.com/cssref/css_colors.asp. workspaceCalendarRootMarking a note with this label will define a new per-workspace calendar for Day Notes. If there's no such note, the global calendar will be used. workspaceTemplateThis note will appear in the selection of available template when creating new note, but only when hoisted into a workspace containing this template workspaceSearchHomenew search notes will be created as children of this note when hoisted to some ancestor of this workspace note workspaceInboxdefault inbox location for new notes when hoisted to some ancestor of this workspace note 



1 
The Calendar View works only for Book note types. To create a new note, right click on the note tree on the left and select Insert note after, or Insert child note and then select Book. 2 
Once created, the “View type” of the Book needs changed to “Calendar”, by selecting the “Book Properties” tab in the ribbon. Name Description #calendar:hideWeekendsWhen present (regardless of value), it will hide Saturday and Sundays from the calendar. #calendar:weekNumbersWhen present (regardless of value), it will show the number of the week on the calendar. #calendar:viewtimeGridWeek for the week view;dayGridMonth for the month view;multiMonthYear for the year view;listMonth for the list view.~child:templateDefines the template for newly created notes in the calendar (via dragging or clicking). Name Description #startDateThe date the event starts, which will display it in the calendar. The format is YYYY-MM-DD (year, month and day separated by a minus sign).#endDateSimilar to startDate, mentions the end date if the event spans across multiple days. The date is inclusive, so the end day is also considered. The attribute can be missing for single-day events.#startTimeThe time the event starts at. If this value is missing, then the event is considered a full-day event. The format is HH:MM (hours in 24-hour format and minutes).#endTimeSimilar to startTime, it mentions the time at which the event ends (in relation with endDate if present, or startDate).#colorDisplays the event with a specified color (named such as red, gray or hex such as #FF0000). This will also change the color of the note in other places such as the note tree.#calendar:colorSimilar to #color, but applies the color only for the event in the calendar and not for other places such as the note tree.#iconClassIf present, the icon of the note will be displayed to the left of the event title. #calendar:titleChanges the title of an event to point to an attribute of the note other than the title, can either a label or a relation (without the # or ~ symbol). See Use-cases for more information.#calendar:displayedAttributesAllows displaying the value of one or more attributes in the calendar like this:
#weight="70" #Mood="Good" #calendar:displayedAttributes="weight,Mood"
It can also be used with relations, case in which it will display the title of the target note: ~assignee=@My assignee #calendar:displayedAttributes="assignee"#calendar:startDateAllows using a different label to represent the start date, other than startDate (e.g. expiryDate). The label name must not be prefixed with #. If the label is not defined for a note, the default will be used instead.#calendar:endDateSimilar to #calendar:startDate, allows changing the attribute which is being used to read the end date.#calendar:startTimeSimilar to #calendar:startDate, allows changing the attribute which is being used to read the start time.#calendar:endTimeSimilar to #calendar:startDate, allows changing the attribute which is being used to read the end time.
+
+### Using a different attribute as event title
+
+By default, events are displayed on the calendar by their note title. However, it is possible to configure a different attribute to be displayed instead.
+
+To do so, assign `#calendar:title` to the child note (not the calendar/book note), with the value being `name` where `name` can be any label (make not to add the `#` prefix). The attribute can also come through inheritance such as a template attribute. If the note does not have the requested label, the title of the note will be used instead.
+
+ #startDate=2025-02-11 #endDate=2025-02-13 #name="My vacation" #calendar:title="name"
#startDate=2025-02-14 #endDate=2025-02-15 ~for=@John Smith ~for=@Jane Doe #calendar:title="for"
#calendar:title="shortName" #shortName="John S."





button in the Launch Bar.
+ * If there is a [hoisted note](../Navigation/Note%20Hoisting.md) or a [workspace](../Navigation/Workspaces.md), the list of recent changes will be limited to the descendents of the hoisted note, or the workspace.
+* To limit the list of recent changes to a note and its descendants, look for the corresponding option in the Note tree contextual menu → Advanced.
+
+## Interaction
+
+* Notes which were changed will appear in reverse chronological order (latest update first).
+* The title of the note is displayed, as well as the note path. Clicking on the note title will dismiss the dialog and navigate to that particular note.
+* Deleted notes will also be listed here, at their time of deletion. Press the _Undelete_ link next to them in order to recover them.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes_image.png b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes_image.png
new file mode 100644
index 000000000..93c1615d5
Binary files /dev/null and b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes_image.png differ
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon.md
index 4109d8166..b53135131 100644
--- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon.md
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon.md
@@ -15,7 +15,7 @@ If you are using the _Fixed_ formatting toolbar, all the formatting buttons for
### Basic Properties
-* _**Note type**_ allows changing the [note type](../../Note%20Types) of a note.
+* _**Note type**_ allows changing the [note type](../../Note%20Types.md) of a note.
* Generally this is desirable only if the note is empty.
* As a more advanced use, it's possible to change the note type in order to modify the [source code](../../Advanced%20Usage/Note%20source.md) of a note.
* _**Protect the note**_ toggles whether the current note is encrypted and accessible only by entering the protected session. See [Protected Notes](../Notes/Protected%20Notes.md) for more information.
@@ -25,7 +25,7 @@ If you are using the _Fixed_ formatting toolbar, all the formatting buttons for
* Is always editable, regardless of its size.
* _**Bookmark**_ toggles the display of the current note into the [Launch Bar](Launch%20Bar.md) for easy access. See [Bookmarks](../Navigation/Bookmarks.md) for more information.
* _**Shared**_ toggles whether the current note is publicly accessible if you have a [server instance](../../Installation%20%26%20Setup/Server%20Installation.md) set up. See [Sharing](../../Advanced%20Usage/Sharing.md) for more information.
-* _**Template**_ toggles whether the current note is considered a template and can be used to easily create notes with the same content. See [Template](../../Advanced%20Usage/Attributes/Template.md) for more information.
+* _**Template**_ toggles whether the current note is considered a template and can be used to easily create notes with the same content. See [Template](../../Advanced%20Usage/Templates.md) for more information.
* _**Language**_ changes the main language of the current note, mostly useful for spell checking or right-to-left support. See [Content language & Right-to-left support](../../Note%20Types/Text/Content%20language%20%26%20Right-to-le.md) for more information.
### Owned Attributes
@@ -55,10 +55,12 @@ This section lists all the notes that are similar to the current one. See [Simi
This section displays information about the current note:
* The [internal ID](../../Advanced%20Usage/Note%20ID.md) of the note.
-* The [type of the note](../../Note%20Types), as well as its MIME type (used mostly for exporting notes).
+* The [type of the note](../../Note%20Types.md), as well as its MIME type (used mostly for exporting notes).
* The created and modification dates.
* The estimated size of the note in the [Database](../../Advanced%20Usage/Database.md), as well as its children count and size.
### Edited notes
-This section pops automatically when entering a [day note](../../Advanced%20Usage/Advanced%20Showcases/Day%20Notes.md) and shows the notes that were edited that day.
\ No newline at end of file
+This section pops automatically when entering a [day note](../../Advanced%20Usage/Advanced%20Showcases/Day%20Notes.md) and shows the notes that were edited that day.
+
+It is possible to disable this behavior from settings, by going to Appearance settings and looking for the _Ribbon widgets_ section.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar.md
new file mode 100644
index 000000000..bf967626f
--- /dev/null
+++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar.md
@@ -0,0 +1,19 @@
+# Right Sidebar
+


Note Type Description Text The default note type, which allows for rich text formatting, images, admonitions and right-to-left support. Code Uses a mono-space font and can be used to store larger chunks of code or plain text than a text note, and has better syntax highlighting. Saved Search Stores the information about a search (the search text, criteria, etc.) for later use. Can be used for quick filtering of a large amount of notes, for example. The search can easily be triggered. Relation Map Allows easy creation of notes and relations between them. Can be used for mainly relational data such as a family tree. Note Map Displays the relationships between the notes, whether via relations or their hierarchical structure. Render Note Used in Scripting, it displays the HTML content of another note. This allows displaying any kind of content, provided there is a script behind it to generate it. Book Mermaid Diagrams Displays diagrams such as bar charts, flow charts, state diagrams, etc. Requires a bit of technical knowledge since the diagrams are written in a specialized format. Canvas Allows easy drawing of sketches, diagrams, handwritten content. Uses the same technology behind excalidraw.com. Web View Displays the content of an external web page, similar to a browser. Mind Map Easy for brainstorming ideas, by placing them in a hierarchical layout. Geo Map Displays the children of the note as a geographical map, one use-case would be to plan vacations. It even has basic support for tracks. Notes can also be created from it. File Represents an uploaded file such as PDFs, images, video or audio files.
| Name | Description |
|---|---|
#calendar:hideWeekends | When present (regardless of value), it will hide Saturday and Sundays from the calendar. |
#calendar:weekNumbers | When present (regardless of value), it will show the number of the week on the calendar. |
#calendar:view | Which view to display in the calendar:
Any other value will be dismissed and the default view (month) will be used instead. The value of this label is automatically updated when changing the view using the UI buttons. |
~child:template | Defines the template for newly created notes in the calendar (via dragging or clicking). |
| ![]() |






+* Non-image files can be embedded into text notes as read-only widgets via the Include Note functionality.
+
+* Image files can be embedded into text notes like normal images via Image references.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Note Types/File_image.png b/docs/User Guide/User Guide/Note Types/File_image.png
new file mode 100644
index 000000000..6dc60e3ac
Binary files /dev/null and b/docs/User Guide/User Guide/Note Types/File_image.png differ
diff --git a/docs/User Guide/User Guide/Note Types/Geo Map.md b/docs/User Guide/User Guide/Note Types/Geo Map.md
new file mode 100644
index 000000000..73b945fe8
--- /dev/null
+++ b/docs/User Guide/User Guide/Note Types/Geo Map.md
@@ -0,0 +1,83 @@
+# Geo Map
+
| 1 | ![]() | Right click on any note on the note tree and select Insert child note → Geo Map (beta). |
| 2 | ![]() | By default the map will be empty and will show the entire world. |
| 1 | To create a marker, first navigate to the desired point on the map. Then press the button in the Floating buttons (top-right) area. If the button is not visible, make sure the button section is visible by pressing the chevron button ( ) in the top-right of the map. | |
| 2 | ![]() | Once pressed, the map will enter in the insert mode, as illustrated by the notification. Simply click the point on the map where to place the marker, or the Escape key to cancel. |
| 3 | ![]() | Enter the name of the marker/note to be created. |
| 4 | ![]() | Once confirmed, the marker will show up on the map and it will also be displayed as a child note of the map. |
+
+This value can be added manually if needed. The value of the attribute is made up of the latitude and longitude separated by a comma.
+
+## Repositioning markers
+
+It's possible to reposition existing markers by simply drag and dropping them to the new destination.
+
+As soon as the mouse is released, the new position is saved.
+
+If moved by mistake, there is currently no way to undo the change. If the mouse was not yet released, it's possible to force a refresh of the page (Ctrl+R ) to cancel it.
+
+## Interaction with the markers
+
+* Hovering over a marker will display the content of the note it belongs to.
+ * Clicking on the note title in the tooltip will navigate to the note in the current view.
+* Middle-clicking the marker will open the note in a new tab.
+* Right-clicking the marker will open a contextual menu allowing:
+ * Opening the note in a new tab, split or window.
+ * Opening the location using an external application (if the operating system supports it).
+ * Removing the marker from the map, which will remove the `#geolocation` attribute of the note. To add it back again, the coordinates have to be manually added back in.
+
+## Icon and color of the markers
+
+
| 1 | ![]() | Go to Google Maps on the web and look for a desired location, right click on it and a context menu will show up. Simply click on the first item displaying the coordinates and they will be copied to clipboard. Then paste the value inside the text box into the #geolocation attribute of a child note of the map (don't forget to surround the value with a " character). |
| 2 | ![]() | In Trilium, create a child note under the map. |
| 3 | ![]() | And then go to Owned Attributes and type #geolocation=", then paste from the clipboard as-is and then add the ending " character. Press Enter to confirm and the map should now be updated to contain the new note. |
| 1 | ![]() | Go to any location on openstreetmap.org and right click to bring up the context menu. Select the “Show address” item. |
| 2 | ![]() | The address will be visible in the top-left of the screen, in the place of the search bar. Select the coordinates and copy them into the clipboard. |
| 3 | ![]() | Simply paste the value inside the text box into the #geolocation attribute of a child note of the map and then it should be displayed on the map. |
| 1 | ![]() | To add a track, simply drag & drop a .gpx file inside the geo map in the note tree. |
| 2 | ![]() | In order for the file to be recognized as a GPS track, it needs to show up as application/gpx+xml in the File type field. |
| 3 | ![]() | When going back to the map, the track should now be visible. The start and end points of the track are indicated by the two blue markers. |





Hello world.
`). +2. Create a Render Note. +3. Assign the `renderNote` [relation](../Advanced%20Usage/Attributes.md) to point at the previously created code note. + +## Dynamic content + +A static HTML is generally not enough for Scripting. The next step is to automatically change parts of the note using JavaScript. + +For a simple example, we are going to create a render note that displays the current date in a field. + +To do so, first create an HTML code note with the following content: + +``` +






| Label | Description |
|---|---|
run | Defines on which events script should run. Possible values are:
|
runOnInstance | Specifies that the script should only run on a particular Trilium instance. |
runAtHour | On which hour should this run. Should be used together with #run=hourly. Can be defined multiple times for more runs during the day. |
| Relation | Description |
|---|---|
runOnNoteCreation | executes when note is created on backend. Use this relation if you want to run the script for all notes created under a specific subtree. In that case, create it on the subtree root note and make it inheritable. A new note created within the subtree (any depth) will trigger the script. |
runOnChildNoteCreation | executes when new note is created under the note where this relation is defined |
runOnNoteTitleChange | executes when note title is changed (includes note creation as well) |
runOnNoteContentChange | executes when note content is changed (includes note creation as well). |
runOnNoteChange | executes when note is changed (includes note creation as well). Does not include content changes |
runOnNoteDeletion | executes when note is being deleted |
runOnBranchCreation | executes when a branch is created. Branch is a link between parent note and child note and is created e.g. when cloning or moving note. |
runOnBranchChange | executes when a branch is updated. (since v0.62) |
runOnBranchDeletion | executes when a branch is deleted. Branch is a link between parent note and child note and is deleted e.g. when moving note (old branch/link is deleted). |
runOnAttributeCreation | executes when new attribute is created for the note which defines this relation |
runOnAttributeChange | executes when the attribute is changed of a note which defines this relation. This is triggered also when the attribute is deleted |
| This uses the Front-end API to create a icon in the Launch Bar, by specifying:
|
|
|
|
|
|
|
|
|
|
|