From 0f8259fdf7c84d74b668d5bb3ac9d3dd95952dda Mon Sep 17 00:00:00 2001
From: Elian Doran
Date: Sat, 21 Feb 2026 13:11:05 +0200
Subject: [PATCH] docs(user): align collection creation, hiding subtree &
collection properties
---
.../doc_notes/en/User Guide/!!!meta.json | 2 +-
.../Note Tree/Hiding the subtree.html | 46 +-
.../en/User Guide/User Guide/Collections.html | 188 ++---
.../Collections/10_Calendar_image.png | Bin 3581 -> 0 bytes
.../Collections/10_Geo Map_image.png | Bin 605 -> 22142 bytes
.../Collections/11_Calendar_image.png | Bin 2899 -> 0 bytes
.../Collections/11_Geo Map_image.png | Bin 22142 -> 69840 bytes
.../Collections/12_Geo Map_image.png | Bin 69840 -> 31352 bytes
.../Collections/13_Geo Map_image.png | Bin 31352 -> 5539 bytes
.../Collections/14_Geo Map_image.png | Bin 5539 -> 255164 bytes
.../Collections/15_Geo Map_image.png | Bin 44769 -> 179 bytes
.../Collections/16_Geo Map_image.png | Bin 255164 -> 14872 bytes
.../Collections/17_Geo Map_image.png | Bin 179 -> 0 bytes
.../Collections/18_Geo Map_image.png | Bin 14872 -> 0 bytes
.../Collections/2_Calendar_image.png | Bin 14770 -> 7780 bytes
.../Collections/3_Calendar_image.png | Bin 11656 -> 1014 bytes
.../Collections/4_Calendar_image.png | Bin 7780 -> 966 bytes
.../Collections/5_Calendar_image.png | Bin 1014 -> 4425 bytes
.../Collections/6_Calendar_image.png | Bin 966 -> 43560 bytes
.../Collections/7_Calendar_image.png | Bin 4425 -> 3060 bytes
.../Collections/8_Calendar_image.png | Bin 43560 -> 3581 bytes
.../Collections/8_Geo Map_image.png | Bin 346545 -> 110112 bytes
.../Collections/9_Calendar_image.png | Bin 3060 -> 2899 bytes
.../Collections/9_Geo Map_image.png | Bin 110112 -> 605 bytes
.../User Guide/Collections/Calendar.html | 669 +++++++++---------
.../Collections/Collection Properties.html | 27 +
.../Collection Properties_imag.png | Bin 0 -> 13984 bytes
.../User Guide/Collections/Geo Map.html | 100 +--
.../User Guide/Collections/Grid View.html | 4 +
.../User Guide/Collections/Kanban Board.html | 84 ++-
.../User Guide/Collections/List View.html | 11 +-
.../User Guide/Collections/Presentation.html | 40 +-
.../User Guide/Collections/Table.html | 46 +-
.../Creating an icon pack.html | 114 ++-
.../Developer Guide/Documentation.md | 2 +-
docs/User Guide/!!!meta.json | 274 ++++---
.../Note Tree/Hiding the subtree.md | 8 +-
docs/User Guide/User Guide/Collections.md | 40 +-
.../Collections/10_Calendar_image.png | Bin 3581 -> 0 bytes
.../Collections/10_Geo Map_image.png | Bin 605 -> 22142 bytes
.../Collections/11_Calendar_image.png | Bin 2899 -> 0 bytes
.../Collections/11_Geo Map_image.png | Bin 22142 -> 69840 bytes
.../Collections/12_Geo Map_image.png | Bin 69840 -> 31352 bytes
.../Collections/13_Geo Map_image.png | Bin 31352 -> 5539 bytes
.../Collections/14_Geo Map_image.png | Bin 5539 -> 255164 bytes
.../Collections/15_Geo Map_image.png | Bin 44769 -> 179 bytes
.../Collections/16_Geo Map_image.png | Bin 255164 -> 14872 bytes
.../Collections/17_Geo Map_image.png | Bin 179 -> 0 bytes
.../Collections/18_Geo Map_image.png | Bin 14872 -> 0 bytes
.../Collections/2_Calendar_image.png | Bin 14770 -> 7780 bytes
.../Collections/3_Calendar_image.png | Bin 11656 -> 1014 bytes
.../Collections/4_Calendar_image.png | Bin 7780 -> 966 bytes
.../Collections/5_Calendar_image.png | Bin 1014 -> 4425 bytes
.../Collections/6_Calendar_image.png | Bin 966 -> 43560 bytes
.../Collections/7_Calendar_image.png | Bin 4425 -> 3060 bytes
.../Collections/8_Calendar_image.png | Bin 43560 -> 3581 bytes
.../Collections/8_Geo Map_image.png | Bin 346545 -> 110112 bytes
.../Collections/9_Calendar_image.png | Bin 3060 -> 2899 bytes
.../Collections/9_Geo Map_image.png | Bin 110112 -> 605 bytes
.../User Guide/Collections/Calendar.md | 25 +-
.../Collections/Collection Properties.md | 14 +
.../Collection Properties_imag.png | Bin 0 -> 13984 bytes
.../User Guide/Collections/Geo Map.md | 35 +-
.../User Guide/Collections/Grid View.md | 4 +
.../User Guide/Collections/Kanban Board.md | 4 +
.../User Guide/Collections/List View.md | 6 +-
.../User Guide/Collections/Presentation.md | 6 +-
.../User Guide/Collections/Table.md | 4 +-
68 files changed, 934 insertions(+), 819 deletions(-)
delete mode 100644 apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/10_Calendar_image.png
delete mode 100644 apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/11_Calendar_image.png
delete mode 100644 apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/17_Geo Map_image.png
delete mode 100644 apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/18_Geo Map_image.png
create mode 100644 apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Collection Properties.html
create mode 100644 apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Collection Properties_imag.png
delete mode 100644 docs/User Guide/User Guide/Collections/10_Calendar_image.png
delete mode 100644 docs/User Guide/User Guide/Collections/11_Calendar_image.png
delete mode 100644 docs/User Guide/User Guide/Collections/17_Geo Map_image.png
delete mode 100644 docs/User Guide/User Guide/Collections/18_Geo Map_image.png
create mode 100644 docs/User Guide/User Guide/Collections/Collection Properties.md
create mode 100644 docs/User Guide/User Guide/Collections/Collection Properties_imag.png
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/!!!meta.json b/apps/server/src/assets/doc_notes/en/User Guide/!!!meta.json
index 498d3a4aa..8904a22c4 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/!!!meta.json
+++ b/apps/server/src/assets/doc_notes/en/User Guide/!!!meta.json
@@ -1 +1 @@
-[{"id":"_help_BOCnjTMBCoxW","title":"Feature Highlights","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Feature Highlights"},{"name":"iconClass","value":"bx bx-star","type":"label"}]},{"id":"_help_Otzi9La2YAUX","title":"Installation & Setup","type":"book","attributes":[{"name":"iconClass","value":"bx bx-cog","type":"label"}],"children":[{"id":"_help_poXkQfguuA0U","title":"Desktop Installation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation"},{"name":"iconClass","value":"bx bx-desktop","type":"label"}],"children":[{"id":"_help_nRqcgfTb97uV","title":"Using the desktop application as a server","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation/Using the desktop application "},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_Rp0q8bSP6Ayl","title":"System Requirements","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation/System Requirements"},{"name":"iconClass","value":"bx bx-chip","type":"label"}]},{"id":"_help_Un4wj2Mak2Ky","title":"Nix flake","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation/Nix flake"},{"name":"iconClass","value":"bx bxl-tux","type":"label"}]}]},{"id":"_help_WOcw2SLH6tbX","title":"Server Installation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation"},{"name":"iconClass","value":"bx bx-server","type":"label"}],"children":[{"id":"_help_Dgg7bR3b6K9j","title":"1. Installing the server","type":"book","attributes":[{"name":"iconClass","value":"bx bx-folder","type":"label"}],"children":[{"id":"_help_3tW6mORuTHnB","title":"Packaged version for Linux","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Packaged version for Linux"},{"name":"iconClass","value":"bx bxl-tux","type":"label"}]},{"id":"_help_rWX5eY045zbE","title":"Using Docker","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker"},{"name":"iconClass","value":"bx bxl-docker","type":"label"}]},{"id":"_help_moVgBcoxE3EK","title":"On NixOS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/On NixOS"},{"name":"iconClass","value":"bx bxl-tux","type":"label"}]},{"id":"_help_J1Bb6lVlwU5T","title":"Manually","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Manually"},{"name":"iconClass","value":"bx bx-code-alt","type":"label"}]},{"id":"_help_DCmT6e7clMoP","title":"Using Kubernetes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Kubernetes"},{"name":"iconClass","value":"bx bxl-kubernetes","type":"label"}]},{"id":"_help_klCWNks3ReaQ","title":"Multiple server instances","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Multiple server instances"},{"name":"iconClass","value":"bx bxs-user-account","type":"label"}]}]},{"id":"_help_vcjrb3VVYPZI","title":"2. Reverse proxy","type":"book","attributes":[{"name":"iconClass","value":"bx bx-folder","type":"label"}],"children":[{"id":"_help_ud6MShXL4WpO","title":"Nginx","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Nginx"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_fDLvzOx29Pfg","title":"Apache using Docker","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Apache using Docker"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_LLzSMXACKhUs","title":"Trusted proxy","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Trusted proxy"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_5ERVJb9s4FRD","title":"Traefik","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_l2VkvOwUNfZj","title":"HTTPS (TLS)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/HTTPS (TLS)"},{"name":"iconClass","value":"bx bx-lock-alt","type":"label"}]},{"id":"_help_0hzsNCP31IAB","title":"Authentication","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Authentication"},{"name":"iconClass","value":"bx bx-user","type":"label"}]},{"id":"_help_7DAiwaf8Z7Rz","title":"Multi-Factor Authentication","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Multi-Factor Authentication"},{"name":"iconClass","value":"bx bx-stopwatch","type":"label"}]},{"id":"_help_Un4wj2Mak2Ky","title":"Nix flake","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Nix flake.clone"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_yeEaYqosGLSh","title":"Third-party cloud hosting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Third-party cloud hosting"},{"name":"iconClass","value":"bx bx-cloud","type":"label"}]},{"id":"_help_iGTnKjubbXkA","title":"System Requirements","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/System Requirements"},{"name":"iconClass","value":"bx bx-chip","type":"label"}]}]},{"id":"_help_cbkrhQjrkKrh","title":"Synchronization","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Synchronization"},{"name":"iconClass","value":"bx bx-sync","type":"label"}]},{"id":"_help_RDslemsQ6gCp","title":"Mobile Frontend","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Mobile Frontend"},{"name":"iconClass","value":"bx bx-mobile-alt","type":"label"}]},{"id":"_help_MtPxeAWVAzMg","title":"Web Clipper","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Web Clipper"},{"name":"iconClass","value":"bx bx-paperclip","type":"label"}]},{"id":"_help_n1lujUxCwipy","title":"Upgrading TriliumNext","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Upgrading TriliumNext"},{"name":"iconClass","value":"bx bx-up-arrow-alt","type":"label"}]},{"id":"_help_ODY7qQn5m2FT","title":"Backup","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Backup"},{"name":"iconClass","value":"bx bx-hdd","type":"label"}]},{"id":"_help_tAassRL4RSQL","title":"Data directory","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Data directory"},{"name":"iconClass","value":"bx bx-folder-open","type":"label"}]}]},{"id":"_help_gh7bpGYxajRS","title":"Basic Concepts and Features","type":"book","attributes":[{"name":"iconClass","value":"bx bx-help-circle","type":"label"}],"children":[{"id":"_help_Vc8PjrjAGuOp","title":"UI Elements","type":"book","attributes":[{"name":"iconClass","value":"bx bx-window-alt","type":"label"}],"children":[{"id":"_help_x0JgW8UqGXvq","title":"Vertical and horizontal layout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Vertical and horizontal layout"},{"name":"iconClass","value":"bx bxs-layout","type":"label"}]},{"id":"_help_x3i7MxGccDuM","title":"Global menu","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Global menu"},{"name":"iconClass","value":"bx bx-menu","type":"label"}]},{"id":"_help_oPVyFC7WL2Lp","title":"Note Tree","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree"},{"name":"iconClass","value":"bx bxs-tree-alt","type":"label"}],"children":[{"id":"_help_YtSN43OrfzaA","title":"Note tree contextual menu","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Note tree contextual menu"},{"name":"iconClass","value":"bx bx-menu","type":"label"}]},{"id":"_help_yTjUdsOi4CIE","title":"Multiple selection","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Multiple selection"},{"name":"iconClass","value":"bx bx-list-plus","type":"label"}]},{"id":"_help_DvdZhoQZY9Yd","title":"Keyboard shortcuts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Keyboard shortcuts"},{"name":"iconClass","value":"bx bxs-keyboard","type":"label"}]},{"id":"_help_wyaGBBQrl4i3","title":"Hiding the subtree","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Hiding the subtree"},{"name":"iconClass","value":"bx bx-hide","type":"label"}]}]},{"id":"_help_BlN9DFI679QC","title":"Ribbon","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon"},{"name":"iconClass","value":"bx bx-dots-horizontal","type":"label"}]},{"id":"_help_3seOhtN8uLIY","title":"Tabs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs"},{"name":"iconClass","value":"bx bx-dock-top","type":"label"}]},{"id":"_help_xYmIYSP6wE3F","title":"Launch Bar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Launch Bar"},{"name":"iconClass","value":"bx bx-sidebar","type":"label"}]},{"id":"_help_8YBEPzcpUgxw","title":"Note buttons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note buttons"},{"name":"iconClass","value":"bx bx-dots-vertical-rounded","type":"label"}]},{"id":"_help_4TIF1oA4VQRO","title":"Options","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Options"},{"name":"iconClass","value":"bx bx-cog","type":"label"}]},{"id":"_help_luNhaphA37EO","title":"Split View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View"},{"name":"iconClass","value":"bx bx-dock-right","type":"label"}]},{"id":"_help_XpOYSgsLkTJy","title":"Floating buttons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons"},{"name":"iconClass","value":"bx bx-rectangle","type":"label"}]},{"id":"_help_RnaPdbciOfeq","title":"Right Sidebar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar"},{"name":"iconClass","value":"bx bxs-dock-right","type":"label"}]},{"id":"_help_r5JGHN99bVKn","title":"Recent Changes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes"},{"name":"iconClass","value":"bx bx-history","type":"label"}]},{"id":"_help_ny318J39E5Z0","title":"Zoom","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom"},{"name":"iconClass","value":"bx bx-zoom-in","type":"label"}]},{"id":"_help_lgKX7r3aL30x","title":"Note Tooltip","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tooltip"},{"name":"iconClass","value":"bx bx-message-detail","type":"label"}]},{"id":"_help_IjZS7iK5EXtb","title":"New Layout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/New Layout"},{"name":"iconClass","value":"bx bx-layout","type":"label"}],"children":[{"id":"_help_I6p2a06hdnL6","title":"Breadcrumb","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/New Layout/Breadcrumb"},{"name":"iconClass","value":"bx bx-chevron-right","type":"label"}]},{"id":"_help_AlJ73vBCjWDw","title":"Status bar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/New Layout/Status bar"},{"name":"iconClass","value":"bx bx-dock-bottom","type":"label"}]}]}]},{"id":"_help_BFs8mudNFgCS","title":"Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes"},{"name":"iconClass","value":"bx bx-notepad","type":"label"}],"children":[{"id":"_help_p9kXRFAkwN4o","title":"Note Icons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]},{"id":"_help_0vhv7lsOLy82","title":"Attachments","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Attachments"},{"name":"iconClass","value":"bx bx-paperclip","type":"label"}]},{"id":"_help_IakOLONlIfGI","title":"Cloning Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes"},{"name":"iconClass","value":"bx bx-duplicate","type":"label"}],"children":[{"id":"_help_TBwsyfadTA18","title":"Branch prefix","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes/Branch prefix"},{"name":"iconClass","value":"bx bx-rename","type":"label"}]}]},{"id":"_help_bwg0e8ewQMak","title":"Protected Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Protected Notes"},{"name":"iconClass","value":"bx bx-lock-alt","type":"label"}]},{"id":"_help_MKmLg5x6xkor","title":"Archived Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Archived Notes"},{"name":"iconClass","value":"bx bx-box","type":"label"}]},{"id":"_help_vZWERwf8U3nx","title":"Note Revisions","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Note Revisions"},{"name":"iconClass","value":"bx bx-history","type":"label"}]},{"id":"_help_aGlEvb9hyDhS","title":"Sorting Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Sorting Notes"},{"name":"iconClass","value":"bx bx-sort-up","type":"label"}]},{"id":"_help_NRnIZmSMc5sj","title":"Printing & Exporting as PDF","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF"},{"name":"iconClass","value":"bx bx-printer","type":"label"}]},{"id":"_help_CoFPLs3dRlXc","title":"Read-Only Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Read-Only Notes"},{"name":"iconClass","value":"bx bx-edit-alt","type":"label"}]},{"id":"_help_0ESUbbAxVnoK","title":"Note List","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Note List"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]}]},{"id":"_help_wArbEsdSae6g","title":"Navigation","type":"book","attributes":[{"name":"iconClass","value":"bx bx-navigation","type":"label"}],"children":[{"id":"_help_kBrnXNG3Hplm","title":"Tree Concepts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Tree Concepts"},{"name":"iconClass","value":"bx bx-pyramid","type":"label"}]},{"id":"_help_MMiBEQljMQh2","title":"Note Navigation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation"},{"name":"iconClass","value":"bx bxs-navigation","type":"label"}]},{"id":"_help_Ms1nauBra7gq","title":"Quick search","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search"},{"name":"iconClass","value":"bx bx-search-alt-2","type":"label"}]},{"id":"_help_F1r9QtzQLZqm","title":"Jump to...","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to"},{"name":"iconClass","value":"bx bx-send","type":"label"}]},{"id":"_help_eIg8jdvaoNNd","title":"Search","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Search"},{"name":"iconClass","value":"bx bx-search-alt-2","type":"label"}]},{"id":"_help_u3YFHC9tQlpm","title":"Bookmarks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks"},{"name":"iconClass","value":"bx bx-bookmarks","type":"label"}]},{"id":"_help_OR8WJ7Iz9K4U","title":"Note Hoisting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting"},{"name":"iconClass","value":"bx bxs-chevrons-up","type":"label"}]},{"id":"_help_ZjLYv08Rp3qC","title":"Quick edit","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Quick edit"},{"name":"iconClass","value":"bx bx-edit","type":"label"}]},{"id":"_help_9sRHySam5fXb","title":"Workspaces","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Workspaces"},{"name":"iconClass","value":"bx bx-door-open","type":"label"}]},{"id":"_help_xWtq5NUHOwql","title":"Similar Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes"},{"name":"iconClass","value":"bx bx-bar-chart","type":"label"}]},{"id":"_help_McngOG2jbUWX","title":"Search in note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Search in note"},{"name":"iconClass","value":"bx bx-search-alt-2","type":"label"}]}]},{"id":"_help_A9Oc6YKKc65v","title":"Keyboard Shortcuts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts"},{"name":"iconClass","value":"bx bxs-keyboard","type":"label"}]},{"id":"_help_Wy267RK4M69c","title":"Themes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Themes"},{"name":"iconClass","value":"bx bx-palette","type":"label"}],"children":[{"id":"_help_VbjZvtUek0Ln","title":"Theme Gallery","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Themes/Theme Gallery"},{"name":"iconClass","value":"bx bx-book-reader","type":"label"}]},{"id":"_help_gOKqSJgXLcIj","title":"Icon Packs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Themes/Icon Packs"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_mHbBMPDPkVV5","title":"Import & Export","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export"},{"name":"iconClass","value":"bx bx-import","type":"label"}],"children":[{"id":"_help_Oau6X9rCuegd","title":"Markdown","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown"},{"name":"iconClass","value":"bx bxl-markdown","type":"label"}],"children":[{"id":"_help_rJ9grSgoExl9","title":"Supported syntax","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown/Supported syntax"},{"name":"iconClass","value":"bx bx-code-alt","type":"label"}]}]},{"id":"_help_syuSEKf2rUGr","title":"Evernote","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/Evernote"},{"name":"iconClass","value":"bx bx-window-open","type":"label"}],"children":[{"id":"_help_dj3j8dG4th4l","title":"Process internal links by title","type":"doc","attributes":[{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_GnhlmrATVqcH","title":"OneNote","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/OneNote"},{"name":"iconClass","value":"bx bx-window-open","type":"label"}]}]},{"id":"_help_rC3pL2aptaRE","title":"Zen mode","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Zen mode"},{"name":"iconClass","value":"bx bxs-yin-yang","type":"label"}]},{"id":"_help_YzMcWlCVeW09","title":"Active content","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Active content"},{"name":"iconClass","value":"bx bxs-widget","type":"label"}]}]},{"id":"_help_s3YCWHBfmYuM","title":"Quick Start","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Quick Start"},{"name":"iconClass","value":"bx bx-run","type":"label"}]},{"id":"_help_i6dbnitykE5D","title":"FAQ","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/FAQ"},{"name":"iconClass","value":"bx bx-question-mark","type":"label"}]},{"id":"_help_KSZ04uQ2D1St","title":"Note Types","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types"},{"name":"iconClass","value":"bx bx-edit","type":"label"}],"children":[{"id":"_help_iPIMuisry3hd","title":"Text","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text"},{"name":"iconClass","value":"bx bx-note","type":"label"}],"children":[{"id":"_help_NwBbFdNZ9h7O","title":"Block quotes & admonitions","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Block quotes & admonitions"},{"name":"iconClass","value":"bx bx-info-circle","type":"label"}]},{"id":"_help_oSuaNgyyKnhu","title":"Bookmarks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Bookmarks"},{"name":"iconClass","value":"bx bx-bookmark","type":"label"}]},{"id":"_help_veGu4faJErEM","title":"Content language & Right-to-left support","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Content language & Right-to-le"},{"name":"iconClass","value":"bx bx-align-right","type":"label"}]},{"id":"_help_2x0ZAX9ePtzV","title":"Cut to subnote","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Cut to subnote"},{"name":"iconClass","value":"bx bx-cut","type":"label"}]},{"id":"_help_UYuUB1ZekNQU","title":"Developer-specific formatting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Developer-specific formatting"},{"name":"iconClass","value":"bx bx-code-alt","type":"label"}],"children":[{"id":"_help_QxEyIjRBizuC","title":"Code blocks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Developer-specific formatting/Code blocks"},{"name":"iconClass","value":"bx bx-code","type":"label"}]}]},{"id":"_help_AgjCISero73a","title":"Footnotes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Footnotes"},{"name":"iconClass","value":"bx bx-bracket","type":"label"}]},{"id":"_help_nRhnJkTT8cPs","title":"Formatting toolbar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Formatting toolbar"},{"name":"iconClass","value":"bx bx-text","type":"label"}]},{"id":"_help_Gr6xFaF6ioJ5","title":"General formatting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/General formatting"},{"name":"iconClass","value":"bx bx-bold","type":"label"}]},{"id":"_help_AxshuNRegLAv","title":"Highlights list","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Highlights list"},{"name":"iconClass","value":"bx bx-highlight","type":"label"}]},{"id":"_help_mT0HEkOsz6i1","title":"Images","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Images"},{"name":"iconClass","value":"bx bx-image-alt","type":"label"}],"children":[{"id":"_help_0Ofbk1aSuVRu","title":"Image references","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Images/Image references"},{"name":"iconClass","value":"bx bxs-file-image","type":"label"}]}]},{"id":"_help_nBAXQFj20hS1","title":"Include Note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Include Note"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_CohkqWQC1iBv","title":"Insert buttons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Insert buttons"},{"name":"iconClass","value":"bx bx-plus","type":"label"}]},{"id":"_help_oiVPnW8QfnvS","title":"Keyboard shortcuts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Keyboard shortcuts"},{"name":"iconClass","value":"bx bxs-keyboard","type":"label"}]},{"id":"_help_QEAPj01N5f7w","title":"Links","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Links"},{"name":"iconClass","value":"bx bx-link-alt","type":"label"}],"children":[{"id":"_help_3IDVtesTQ8ds","title":"External links","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Links/External links"},{"name":"iconClass","value":"bx bx-link-external","type":"label"}]},{"id":"_help_hrZ1D00cLbal","title":"Internal (reference) links","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Links/Internal (reference) links"},{"name":"iconClass","value":"bx bx-link","type":"label"}]}]},{"id":"_help_S6Xx8QIWTV66","title":"Lists","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Lists"},{"name":"iconClass","value":"bx bx-list-ul","type":"label"}]},{"id":"_help_QrtTYPmdd1qq","title":"Markdown-like formatting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Markdown-like formatting"},{"name":"iconClass","value":"bx bxl-markdown","type":"label"}]},{"id":"_help_YfYAtQBcfo5V","title":"Math Equations","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Math Equations"},{"name":"iconClass","value":"bx bx-math","type":"label"}]},{"id":"_help_dEHYtoWWi8ct","title":"Other features","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Other features"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]},{"id":"_help_gLt3vA97tMcp","title":"Premium features","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features"},{"name":"iconClass","value":"bx bx-star","type":"label"}],"children":[{"id":"_help_ZlN4nump6EbW","title":"Slash Commands","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features/Slash Commands"},{"name":"iconClass","value":"bx bx-menu","type":"label"}]},{"id":"_help_pwc194wlRzcH","title":"Text Snippets","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features/Text Snippets"},{"name":"iconClass","value":"bx bx-align-left","type":"label"}]},{"id":"_help_5wZallV2Qo1t","title":"Format Painter","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features/Format Painter"},{"name":"iconClass","value":"bx bxs-paint-roll","type":"label"}]}]},{"id":"_help_BFvAtE74rbP6","title":"Table of contents","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Table of contents"},{"name":"iconClass","value":"bx bx-heading","type":"label"}]},{"id":"_help_NdowYOC1GFKS","title":"Tables","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Tables"},{"name":"iconClass","value":"bx bx-table","type":"label"}]}]},{"id":"_help_6f9hih2hXXZk","title":"Code","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Code"},{"name":"iconClass","value":"bx bx-code","type":"label"}]},{"id":"_help_m523cpzocqaD","title":"Saved Search","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Saved Search"},{"name":"iconClass","value":"bx bx-file-find","type":"label"}]},{"id":"_help_iRwzGnHPzonm","title":"Relation Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Relation Map"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_bdUJEHsAPYQR","title":"Note Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Note Map"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_HcABDtFCkbFN","title":"Render Note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Render Note"},{"name":"iconClass","value":"bx bx-extension","type":"label"}]},{"id":"_help_s1aBHPd79XYj","title":"Mermaid Diagrams","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Mermaid Diagrams"},{"name":"iconClass","value":"bx bx-selection","type":"label"}],"children":[{"id":"_help_RH6yLjjWJHof","title":"ELK layout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_WWgeUaBb7UfC","title":"Syntax reference","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://mermaid.js.org/intro/syntax-reference.html"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_grjYqerjn243","title":"Canvas","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Canvas"},{"name":"iconClass","value":"bx bx-pen","type":"label"}]},{"id":"_help_1vHRoWCEjj0L","title":"Web View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Web View"},{"name":"iconClass","value":"bx bx-globe-alt","type":"label"}]},{"id":"_help_gBbsAeiuUxI5","title":"Mind Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Mind Map"},{"name":"iconClass","value":"bx bx-sitemap","type":"label"}]},{"id":"_help_W8vYD3Q1zjCR","title":"File","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/File"},{"name":"iconClass","value":"bx bx-file-blank","type":"label"}],"children":[{"id":"_help_XJGJrpu7F9sh","title":"PDFs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/File/PDFs"},{"name":"iconClass","value":"bx bxs-file-pdf","type":"label"}]}]}]},{"id":"_help_GTwFsgaA0lCt","title":"Collections","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections"},{"name":"iconClass","value":"bx bx-book","type":"label"}],"children":[{"id":"_help_xWbu3jpNWapp","title":"Calendar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Calendar"},{"name":"iconClass","value":"bx bx-calendar","type":"label"}]},{"id":"_help_2FvYrpmOXm29","title":"Table","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Table"},{"name":"iconClass","value":"bx bx-table","type":"label"}]},{"id":"_help_CtBQqbwXDx1w","title":"Kanban Board","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Kanban Board"},{"name":"iconClass","value":"bx bx-columns","type":"label"}]},{"id":"_help_81SGnPGMk7Xc","title":"Geo Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Geo Map"},{"name":"iconClass","value":"bx bx-map-alt","type":"label"}]},{"id":"_help_zP3PMqaG71Ct","title":"Presentation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Presentation"},{"name":"iconClass","value":"bx bx-slideshow","type":"label"}]},{"id":"_help_8QqnMzx393bx","title":"Grid View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Grid View"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]},{"id":"_help_mULW0Q3VojwY","title":"List View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/List View"},{"name":"iconClass","value":"bx bx-list-ul","type":"label"}]}]},{"id":"_help_BgmBlOIl72jZ","title":"Troubleshooting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting"},{"name":"iconClass","value":"bx bx-bug","type":"label"}],"children":[{"id":"_help_wy8So3yZZlH9","title":"Reporting issues","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Reporting issues"},{"name":"iconClass","value":"bx bx-bug-alt","type":"label"}]},{"id":"_help_x59R8J8KV5Bp","title":"Anonymized Database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Anonymized Database"},{"name":"iconClass","value":"bx bx-low-vision","type":"label"}]},{"id":"_help_qzNzp9LYQyPT","title":"Error logs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Error logs"},{"name":"iconClass","value":"bx bx-comment-error","type":"label"}],"children":[{"id":"_help_bnyigUA2UK7s","title":"Backend (server) logs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Error logs/Backend (server) logs"},{"name":"iconClass","value":"bx bx-server","type":"label"}]},{"id":"_help_9yEHzMyFirZR","title":"Frontend logs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Error logs/Frontend logs"},{"name":"iconClass","value":"bx bx-window-alt","type":"label"}]}]},{"id":"_help_vdlYGAcpXAgc","title":"Synchronization fails with 504 Gateway Timeout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Synchronization fails with 504"},{"name":"iconClass","value":"bx bx-error","type":"label"}]},{"id":"_help_s8alTXmpFR61","title":"Refreshing the application","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Refreshing the application"},{"name":"iconClass","value":"bx bx-refresh","type":"label"}]}]},{"id":"_help_pKK96zzmvBGf","title":"Theme development","type":"book","attributes":[{"name":"iconClass","value":"bx bx-palette","type":"label"}],"children":[{"id":"_help_7NfNr5pZpVKV","title":"Creating a custom theme","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Creating a custom theme"},{"name":"iconClass","value":"bx bxs-color","type":"label"}]},{"id":"_help_WFGzWeUK6arS","title":"Customize the Next theme","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Customize the Next theme"},{"name":"iconClass","value":"bx bx-news","type":"label"}]},{"id":"_help_WN5z4M8ASACJ","title":"Reference","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Reference"},{"name":"iconClass","value":"bx bx-book-open","type":"label"}]},{"id":"_help_AlhDUqhENtH7","title":"Custom app-wide CSS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Custom app-wide CSS"},{"name":"iconClass","value":"bx bxs-file-css","type":"label"}]},{"id":"_help_g1mlRoU8CsqC","title":"Creating an icon pack","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Creating an icon pack"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_tC7s2alapj8V","title":"Advanced Usage","type":"book","attributes":[{"name":"iconClass","value":"bx bx-rocket","type":"label"}],"children":[{"id":"_help_zEY4DaJG4YT5","title":"Attributes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes"},{"name":"iconClass","value":"bx bx-list-check","type":"label"}],"children":[{"id":"_help_HI6GBBIduIgv","title":"Labels","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Labels"},{"name":"iconClass","value":"bx bx-hash","type":"label"}]},{"id":"_help_Cq5X6iKQop6R","title":"Relations","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Relations"},{"name":"iconClass","value":"bx bx-transfer","type":"label"}]},{"id":"_help_bwZpz2ajCEwO","title":"Attribute Inheritance","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Attribute Inheritance"},{"name":"iconClass","value":"bx bx-list-plus","type":"label"}]},{"id":"_help_OFXdgB2nNk1F","title":"Promoted Attributes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes"},{"name":"iconClass","value":"bx bx-table","type":"label"}]}]},{"id":"_help_KC1HB96bqqHX","title":"Templates","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Templates"},{"name":"iconClass","value":"bx bx-copy","type":"label"}]},{"id":"_help_BCkXAVs63Ttv","title":"Note Map (Link map, Tree map)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Note Map (Link map, Tree map)"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_R9pX4DGra2Vt","title":"Sharing","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing"},{"name":"iconClass","value":"bx bx-share-alt","type":"label"}],"children":[{"id":"_help_Qjt68inQ2bRj","title":"Serving directly the content of a note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing/Serving directly the content o"},{"name":"iconClass","value":"bx bx-code","type":"label"}]},{"id":"_help_ycBFjKrrwE9p","title":"Exporting static HTML for web publishing","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing/Exporting static HTML for web "},{"name":"iconClass","value":"bx bxs-file-html","type":"label"}]},{"id":"_help_sLIJ6f1dkJYW","title":"Reverse proxy configuration","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing/Reverse proxy configuration"},{"name":"iconClass","value":"bx bx-world","type":"label"}]}]},{"id":"_help_5668rwcirq1t","title":"Advanced Showcases","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases"},{"name":"iconClass","value":"bx bxs-component","type":"label"}],"children":[{"id":"_help_l0tKav7yLHGF","title":"Day Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes"},{"name":"iconClass","value":"bx bx-calendar","type":"label"}]},{"id":"_help_R7abl2fc6Mxi","title":"Weight Tracker","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker"},{"name":"iconClass","value":"bx bx-line-chart","type":"label"}]},{"id":"_help_xYjQUYhpbUEW","title":"Task Manager","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager"},{"name":"iconClass","value":"bx bx-calendar-check","type":"label"}]}]},{"id":"_help_J5Ex1ZrMbyJ6","title":"Custom Request Handler","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Custom Request Handler"},{"name":"iconClass","value":"bx bx-globe","type":"label"}]},{"id":"_help_d3fAXQ2diepH","title":"Custom Resource Providers","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Custom Resource Providers"},{"name":"iconClass","value":"bx bxs-file-plus","type":"label"}]},{"id":"_help_pgxEVkzLl1OP","title":"ETAPI (REST API)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/ETAPI (REST API)"},{"name":"iconClass","value":"bx bx-extension","type":"label"}],"children":[{"id":"_help_9qPsTWBorUhQ","title":"API Reference","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/rest-api/etapi/"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_47ZrP6FNuoG8","title":"Default Note Title","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Default Note Title"},{"name":"iconClass","value":"bx bx-edit-alt","type":"label"}]},{"id":"_help_wX4HbRucYSDD","title":"Database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database"},{"name":"iconClass","value":"bx bx-data","type":"label"}],"children":[{"id":"_help_oyIAJ9PvvwHX","title":"Manually altering the database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database/Manually altering the database"},{"name":"iconClass","value":"bx bxs-edit","type":"label"}],"children":[{"id":"_help_YKWqdJhzi2VY","title":"SQL Console","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database/Manually altering the database/SQL Console"},{"name":"iconClass","value":"bx bx-data","type":"label"}]}]},{"id":"_help_6tZeKvSHEUiB","title":"Demo Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database/Demo Notes"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_Gzjqa934BdH4","title":"Configuration (config.ini or environment variables)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Configuration (config.ini or e"},{"name":"iconClass","value":"bx bx-cog","type":"label"}],"children":[{"id":"_help_c5xB8m4g2IY6","title":"Trilium instance","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Trilium instance"},{"name":"iconClass","value":"bx bx-windows","type":"label"}]},{"id":"_help_LWtBjFej3wX3","title":"Cross-Origin Resource Sharing (CORS)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing "},{"name":"iconClass","value":"bx bx-lock","type":"label"}]}]},{"id":"_help_ivYnonVFBxbQ","title":"Bulk Actions","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Bulk Actions"},{"name":"iconClass","value":"bx bx-list-plus","type":"label"}]},{"id":"_help_4FahAwuGTAwC","title":"Note source","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Note source"},{"name":"iconClass","value":"bx bx-code","type":"label"}]},{"id":"_help_1YeN2MzFUluU","title":"Technologies used","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used"},{"name":"iconClass","value":"bx bx-pyramid","type":"label"}],"children":[{"id":"_help_MI26XDLSAlCD","title":"CKEditor","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/CKEditor"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_N4IDkixaDG9C","title":"MindElixir","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/MindElixir"},{"name":"iconClass","value":"bx bx-sitemap","type":"label"}]},{"id":"_help_H0mM1lTxF9JI","title":"Excalidraw","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/Excalidraw"},{"name":"iconClass","value":"bx bx-pen","type":"label"}]},{"id":"_help_MQHyy2dIFgxS","title":"Leaflet","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/Leaflet"},{"name":"iconClass","value":"bx bx-map-alt","type":"label"}]}]},{"id":"_help_m1lbrzyKDaRB","title":"Note ID","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Note ID"},{"name":"iconClass","value":"bx bx-hash","type":"label"}]},{"id":"_help_0vTSyvhPTAOz","title":"Internal API","type":"book","attributes":[{"name":"iconClass","value":"bx bxs-component","type":"label"}],"children":[{"id":"_help_z8O2VG4ZZJD7","title":"API Reference","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/rest-api/internal/"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_2mUhVmZK8RF3","title":"Hidden Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Hidden Notes"},{"name":"iconClass","value":"bx bx-hide","type":"label"}]},{"id":"_help_uYF7pmepw27K","title":"Metrics","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Metrics"},{"name":"iconClass","value":"bx bxs-data","type":"label"}],"children":[{"id":"_help_bOP3TB56fL1V","title":"grafana-dashboard.json","type":"doc","attributes":[{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_64ZTlUPgEPtW","title":"Safe mode","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Safe mode"},{"name":"iconClass","value":"bx bxs-virus-block","type":"label"}]},{"id":"_help_HAIOFBoYIIdO","title":"Nightly release","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Nightly release"},{"name":"iconClass","value":"bx bx-moon","type":"label"}]},{"id":"_help_ZmT9ln8XJX2o","title":"Read-only database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Read-only database"},{"name":"iconClass","value":"bx bx-book-reader","type":"label"}]}]},{"id":"_help_GBBMSlVSOIGP","title":"AI","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI"},{"name":"iconClass","value":"bx bx-bot","type":"label"}],"children":[{"id":"_help_WkM7gsEUyCXs","title":"Providers","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers"},{"name":"iconClass","value":"bx bx-select-multiple","type":"label"}],"children":[{"id":"_help_7EdTxPADv95W","title":"Ollama","type":"book","attributes":[{"name":"iconClass","value":"bx bx-message-dots","type":"label"}],"children":[{"id":"_help_vvUCN7FDkq7G","title":"Installing Ollama","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers/Ollama/Installing Ollama"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_ZavFigBX9AwP","title":"OpenAI","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers/OpenAI"},{"name":"iconClass","value":"bx bx-message-dots","type":"label"}]},{"id":"_help_e0lkirXEiSNc","title":"Anthropic","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers/Anthropic"},{"name":"iconClass","value":"bx bx-message-dots","type":"label"}]}]}]},{"id":"_help_CdNpE2pqjmI6","title":"Scripting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting"},{"name":"iconClass","value":"bx bxs-file-js","type":"label"}],"children":[{"id":"_help_yIhgI5H7A2Sm","title":"Frontend Basics","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics"},{"name":"iconClass","value":"bx bx-window","type":"label"}],"children":[{"id":"_help_MgibgPcfeuGz","title":"Custom Widgets","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets"},{"name":"iconClass","value":"bx bxs-widget","type":"label"}],"children":[{"id":"_help_SynTBQiBsdYJ","title":"Widget Basics","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Widget Basics"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_GhurYZjh8e1V","title":"Note context aware widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Note context aware widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_M8IppdwVHSjG","title":"Right pane widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Right pane widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_YNxAqkI5Kg1M","title":"Word count widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Word count widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_VqGQnnPGnqAU","title":"CSS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/CSS"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_gMkgcLJ6jBkg","title":"Troubleshooting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Troubleshooting"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_es8OU2GuguFU","title":"Examples","type":"book","attributes":[{"name":"iconClass","value":"bx bx-code-alt","type":"label"}],"children":[{"id":"_help_TjLYAo3JMO8X","title":"\"New Task\" launcher button","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Examples/New Task launcher button"},{"name":"iconClass","value":"bx bx-task","type":"label"}]},{"id":"_help_7kZPMD0uFwkH","title":"Downloading responses from Google Forms","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Examples/Downloading responses from Goo"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_DL92EjAaXT26","title":"Using promoted attributes to configure scripts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Examples/Using promoted attributes to c"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_4Gn3psZKsfSm","title":"Launch Bar Widgets","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Launch Bar Widgets"},{"name":"iconClass","value":"bx bx-dock-left","type":"label"}],"children":[{"id":"_help_IPArqVfDQ4We","title":"Note Title Widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Launch Bar Widgets/Note Title Widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_gcI7RPbaNSh3","title":"Analog Watch","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Launch Bar Widgets/Analog Watch"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_KLsqhjaqh1QW","title":"Preact","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact"},{"name":"iconClass","value":"bx bxl-react","type":"label"}],"children":[{"id":"_help_Bqde6BvPo05g","title":"Component libraries","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/Component libraries"},{"name":"iconClass","value":"bx bxs-component","type":"label"}]},{"id":"_help_ykYtbM9k3a7B","title":"Hooks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/Hooks"},{"name":"iconClass","value":"bx bx-question-mark","type":"label"}]},{"id":"_help_Sg9GrCtyftZf","title":"CSS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/CSS"},{"name":"iconClass","value":"bx bxs-file-css","type":"label"}]},{"id":"_help_RSssb9S3xgSr","title":"Built-in components","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/Built-in components"},{"name":"iconClass","value":"bx bxs-component","type":"label"}],"children":[{"id":"_help_i9B4IW7b6V6z","title":"Widget showcase","type":"doc","attributes":[{"name":"iconClass","value":"bx bx-file","type":"label"}]}]}]}]},{"id":"_help_SPirpZypehBG","title":"Backend scripts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Backend scripts"},{"name":"iconClass","value":"bx bx-server","type":"label"}],"children":[{"id":"_help_fZ2IGYFXjkEy","title":"Server-side imports","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Backend scripts/Server-side imports"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_GPERMystNGTB","title":"Events","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Backend scripts/Events"},{"name":"iconClass","value":"bx bx-rss","type":"label"}]}]},{"id":"_help_wqXwKJl6VpNk","title":"Common concepts","type":"book","attributes":[{"name":"iconClass","value":"bx bxl-nodejs","type":"label"}],"children":[{"id":"_help_hA834UaHhSNn","title":"Script bundles","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Common concepts/Script bundles"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_GLks18SNjxmC","title":"Script API","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Script API"},{"name":"iconClass","value":"bx bx-code-curly","type":"label"}],"children":[{"id":"_help_Q2z6av6JZVWm","title":"Frontend API","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/script-api/frontend"},{"name":"iconClass","value":"bx bx-folder","type":"label"}],"enforceAttributes":true,"children":[{"id":"_help_habiZ3HU8Kw8","title":"FNote","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/script-api/frontend/interfaces/FNote.html"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_MEtfsqa5VwNi","title":"Backend API","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/script-api/backend"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true},{"id":"_help_ApVHZ8JY5ofC","title":"Day.js","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Script API/Day.js"},{"name":"iconClass","value":"bx bx-calendar","type":"label"}]}]},{"id":"_help_vElnKeDNPSVl","title":"Logging","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Logging"},{"name":"iconClass","value":"bx bx-terminal","type":"label"}]},{"id":"_help_cNpC0ITcfX0N","title":"Breaking changes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Breaking changes"},{"name":"iconClass","value":"bx bx-up-arrow-alt","type":"label"}]}]},{"id":"_help_Fm0j45KqyHpU","title":"Miscellaneous","type":"book","attributes":[{"name":"iconClass","value":"bx bx-info-circle","type":"label"}],"children":[{"id":"_help_WFbFXrgnDyyU","title":"Privacy Policy","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Miscellaneous/Privacy Policy"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_NcsmUYZRWEW4","title":"Patterns of personal knowledge","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Miscellaneous/Patterns of personal knowledge"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]}]
\ No newline at end of file
+[{"id":"_help_BOCnjTMBCoxW","title":"Feature Highlights","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Feature Highlights"},{"name":"iconClass","value":"bx bx-star","type":"label"}]},{"id":"_help_Otzi9La2YAUX","title":"Installation & Setup","type":"book","attributes":[{"name":"iconClass","value":"bx bx-cog","type":"label"}],"children":[{"id":"_help_poXkQfguuA0U","title":"Desktop Installation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation"},{"name":"iconClass","value":"bx bx-desktop","type":"label"}],"children":[{"id":"_help_nRqcgfTb97uV","title":"Using the desktop application as a server","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation/Using the desktop application "},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_Rp0q8bSP6Ayl","title":"System Requirements","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation/System Requirements"},{"name":"iconClass","value":"bx bx-chip","type":"label"}]},{"id":"_help_Un4wj2Mak2Ky","title":"Nix flake","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Desktop Installation/Nix flake"},{"name":"iconClass","value":"bx bxl-tux","type":"label"}]}]},{"id":"_help_WOcw2SLH6tbX","title":"Server Installation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation"},{"name":"iconClass","value":"bx bx-server","type":"label"}],"children":[{"id":"_help_Dgg7bR3b6K9j","title":"1. Installing the server","type":"book","attributes":[{"name":"iconClass","value":"bx bx-folder","type":"label"}],"children":[{"id":"_help_3tW6mORuTHnB","title":"Packaged version for Linux","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Packaged version for Linux"},{"name":"iconClass","value":"bx bxl-tux","type":"label"}]},{"id":"_help_rWX5eY045zbE","title":"Using Docker","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker"},{"name":"iconClass","value":"bx bxl-docker","type":"label"}]},{"id":"_help_moVgBcoxE3EK","title":"On NixOS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/On NixOS"},{"name":"iconClass","value":"bx bxl-tux","type":"label"}]},{"id":"_help_J1Bb6lVlwU5T","title":"Manually","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Manually"},{"name":"iconClass","value":"bx bx-code-alt","type":"label"}]},{"id":"_help_DCmT6e7clMoP","title":"Using Kubernetes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Kubernetes"},{"name":"iconClass","value":"bx bxl-kubernetes","type":"label"}]},{"id":"_help_klCWNks3ReaQ","title":"Multiple server instances","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Multiple server instances"},{"name":"iconClass","value":"bx bxs-user-account","type":"label"}]}]},{"id":"_help_vcjrb3VVYPZI","title":"2. Reverse proxy","type":"book","attributes":[{"name":"iconClass","value":"bx bx-folder","type":"label"}],"children":[{"id":"_help_ud6MShXL4WpO","title":"Nginx","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Nginx"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_fDLvzOx29Pfg","title":"Apache using Docker","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Apache using Docker"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_LLzSMXACKhUs","title":"Trusted proxy","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Trusted proxy"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_5ERVJb9s4FRD","title":"Traefik","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_l2VkvOwUNfZj","title":"HTTPS (TLS)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/HTTPS (TLS)"},{"name":"iconClass","value":"bx bx-lock-alt","type":"label"}]},{"id":"_help_0hzsNCP31IAB","title":"Authentication","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Authentication"},{"name":"iconClass","value":"bx bx-user","type":"label"}]},{"id":"_help_7DAiwaf8Z7Rz","title":"Multi-Factor Authentication","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Multi-Factor Authentication"},{"name":"iconClass","value":"bx bx-stopwatch","type":"label"}]},{"id":"_help_Un4wj2Mak2Ky","title":"Nix flake","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Nix flake.clone"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_yeEaYqosGLSh","title":"Third-party cloud hosting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/Third-party cloud hosting"},{"name":"iconClass","value":"bx bx-cloud","type":"label"}]},{"id":"_help_iGTnKjubbXkA","title":"System Requirements","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Server Installation/System Requirements"},{"name":"iconClass","value":"bx bx-chip","type":"label"}]}]},{"id":"_help_cbkrhQjrkKrh","title":"Synchronization","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Synchronization"},{"name":"iconClass","value":"bx bx-sync","type":"label"}]},{"id":"_help_RDslemsQ6gCp","title":"Mobile Frontend","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Mobile Frontend"},{"name":"iconClass","value":"bx bx-mobile-alt","type":"label"}]},{"id":"_help_MtPxeAWVAzMg","title":"Web Clipper","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Web Clipper"},{"name":"iconClass","value":"bx bx-paperclip","type":"label"}]},{"id":"_help_n1lujUxCwipy","title":"Upgrading TriliumNext","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Upgrading TriliumNext"},{"name":"iconClass","value":"bx bx-up-arrow-alt","type":"label"}]},{"id":"_help_ODY7qQn5m2FT","title":"Backup","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Backup"},{"name":"iconClass","value":"bx bx-hdd","type":"label"}]},{"id":"_help_tAassRL4RSQL","title":"Data directory","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Installation & Setup/Data directory"},{"name":"iconClass","value":"bx bx-folder-open","type":"label"}]}]},{"id":"_help_gh7bpGYxajRS","title":"Basic Concepts and Features","type":"book","attributes":[{"name":"iconClass","value":"bx bx-help-circle","type":"label"}],"children":[{"id":"_help_Vc8PjrjAGuOp","title":"UI Elements","type":"book","attributes":[{"name":"iconClass","value":"bx bx-window-alt","type":"label"}],"children":[{"id":"_help_x0JgW8UqGXvq","title":"Vertical and horizontal layout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Vertical and horizontal layout"},{"name":"iconClass","value":"bx bxs-layout","type":"label"}]},{"id":"_help_x3i7MxGccDuM","title":"Global menu","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Global menu"},{"name":"iconClass","value":"bx bx-menu","type":"label"}]},{"id":"_help_oPVyFC7WL2Lp","title":"Note Tree","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree"},{"name":"iconClass","value":"bx bxs-tree-alt","type":"label"}],"children":[{"id":"_help_YtSN43OrfzaA","title":"Note tree contextual menu","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Note tree contextual menu"},{"name":"iconClass","value":"bx bx-menu","type":"label"}]},{"id":"_help_yTjUdsOi4CIE","title":"Multiple selection","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Multiple selection"},{"name":"iconClass","value":"bx bx-list-plus","type":"label"}]},{"id":"_help_DvdZhoQZY9Yd","title":"Keyboard shortcuts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Keyboard shortcuts"},{"name":"iconClass","value":"bx bxs-keyboard","type":"label"}]},{"id":"_help_wyaGBBQrl4i3","title":"Hiding the subtree","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Hiding the subtree"},{"name":"iconClass","value":"bx bx-hide","type":"label"}]}]},{"id":"_help_BlN9DFI679QC","title":"Ribbon","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Ribbon"},{"name":"iconClass","value":"bx bx-dots-horizontal","type":"label"}]},{"id":"_help_3seOhtN8uLIY","title":"Tabs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Tabs"},{"name":"iconClass","value":"bx bx-dock-top","type":"label"}]},{"id":"_help_xYmIYSP6wE3F","title":"Launch Bar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Launch Bar"},{"name":"iconClass","value":"bx bx-sidebar","type":"label"}]},{"id":"_help_8YBEPzcpUgxw","title":"Note buttons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note buttons"},{"name":"iconClass","value":"bx bx-dots-vertical-rounded","type":"label"}]},{"id":"_help_4TIF1oA4VQRO","title":"Options","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Options"},{"name":"iconClass","value":"bx bx-cog","type":"label"}]},{"id":"_help_luNhaphA37EO","title":"Split View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View"},{"name":"iconClass","value":"bx bx-dock-right","type":"label"}]},{"id":"_help_XpOYSgsLkTJy","title":"Floating buttons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Floating buttons"},{"name":"iconClass","value":"bx bx-rectangle","type":"label"}]},{"id":"_help_RnaPdbciOfeq","title":"Right Sidebar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar"},{"name":"iconClass","value":"bx bxs-dock-right","type":"label"}]},{"id":"_help_r5JGHN99bVKn","title":"Recent Changes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Recent Changes"},{"name":"iconClass","value":"bx bx-history","type":"label"}]},{"id":"_help_ny318J39E5Z0","title":"Zoom","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Zoom"},{"name":"iconClass","value":"bx bx-zoom-in","type":"label"}]},{"id":"_help_lgKX7r3aL30x","title":"Note Tooltip","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tooltip"},{"name":"iconClass","value":"bx bx-message-detail","type":"label"}]},{"id":"_help_IjZS7iK5EXtb","title":"New Layout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/New Layout"},{"name":"iconClass","value":"bx bx-layout","type":"label"}],"children":[{"id":"_help_I6p2a06hdnL6","title":"Breadcrumb","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/New Layout/Breadcrumb"},{"name":"iconClass","value":"bx bx-chevron-right","type":"label"}]},{"id":"_help_AlJ73vBCjWDw","title":"Status bar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/UI Elements/New Layout/Status bar"},{"name":"iconClass","value":"bx bx-dock-bottom","type":"label"}]}]}]},{"id":"_help_BFs8mudNFgCS","title":"Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes"},{"name":"iconClass","value":"bx bx-notepad","type":"label"}],"children":[{"id":"_help_p9kXRFAkwN4o","title":"Note Icons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Note Icons"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]},{"id":"_help_0vhv7lsOLy82","title":"Attachments","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Attachments"},{"name":"iconClass","value":"bx bx-paperclip","type":"label"}]},{"id":"_help_IakOLONlIfGI","title":"Cloning Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes"},{"name":"iconClass","value":"bx bx-duplicate","type":"label"}],"children":[{"id":"_help_TBwsyfadTA18","title":"Branch prefix","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Cloning Notes/Branch prefix"},{"name":"iconClass","value":"bx bx-rename","type":"label"}]}]},{"id":"_help_bwg0e8ewQMak","title":"Protected Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Protected Notes"},{"name":"iconClass","value":"bx bx-lock-alt","type":"label"}]},{"id":"_help_MKmLg5x6xkor","title":"Archived Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Archived Notes"},{"name":"iconClass","value":"bx bx-box","type":"label"}]},{"id":"_help_vZWERwf8U3nx","title":"Note Revisions","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Note Revisions"},{"name":"iconClass","value":"bx bx-history","type":"label"}]},{"id":"_help_aGlEvb9hyDhS","title":"Sorting Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Sorting Notes"},{"name":"iconClass","value":"bx bx-sort-up","type":"label"}]},{"id":"_help_NRnIZmSMc5sj","title":"Printing & Exporting as PDF","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Printing & Exporting as PDF"},{"name":"iconClass","value":"bx bx-printer","type":"label"}]},{"id":"_help_CoFPLs3dRlXc","title":"Read-Only Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Read-Only Notes"},{"name":"iconClass","value":"bx bx-edit-alt","type":"label"}]},{"id":"_help_0ESUbbAxVnoK","title":"Note List","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Notes/Note List"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]}]},{"id":"_help_wArbEsdSae6g","title":"Navigation","type":"book","attributes":[{"name":"iconClass","value":"bx bx-navigation","type":"label"}],"children":[{"id":"_help_kBrnXNG3Hplm","title":"Tree Concepts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Tree Concepts"},{"name":"iconClass","value":"bx bx-pyramid","type":"label"}]},{"id":"_help_MMiBEQljMQh2","title":"Note Navigation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Note Navigation"},{"name":"iconClass","value":"bx bxs-navigation","type":"label"}]},{"id":"_help_Ms1nauBra7gq","title":"Quick search","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Quick search"},{"name":"iconClass","value":"bx bx-search-alt-2","type":"label"}]},{"id":"_help_F1r9QtzQLZqm","title":"Jump to...","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Jump to"},{"name":"iconClass","value":"bx bx-send","type":"label"}]},{"id":"_help_eIg8jdvaoNNd","title":"Search","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Search"},{"name":"iconClass","value":"bx bx-search-alt-2","type":"label"}]},{"id":"_help_u3YFHC9tQlpm","title":"Bookmarks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Bookmarks"},{"name":"iconClass","value":"bx bx-bookmarks","type":"label"}]},{"id":"_help_OR8WJ7Iz9K4U","title":"Note Hoisting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Note Hoisting"},{"name":"iconClass","value":"bx bxs-chevrons-up","type":"label"}]},{"id":"_help_ZjLYv08Rp3qC","title":"Quick edit","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Quick edit"},{"name":"iconClass","value":"bx bx-edit","type":"label"}]},{"id":"_help_9sRHySam5fXb","title":"Workspaces","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Workspaces"},{"name":"iconClass","value":"bx bx-door-open","type":"label"}]},{"id":"_help_xWtq5NUHOwql","title":"Similar Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Similar Notes"},{"name":"iconClass","value":"bx bx-bar-chart","type":"label"}]},{"id":"_help_McngOG2jbUWX","title":"Search in note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Navigation/Search in note"},{"name":"iconClass","value":"bx bx-search-alt-2","type":"label"}]}]},{"id":"_help_A9Oc6YKKc65v","title":"Keyboard Shortcuts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts"},{"name":"iconClass","value":"bx bxs-keyboard","type":"label"}]},{"id":"_help_Wy267RK4M69c","title":"Themes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Themes"},{"name":"iconClass","value":"bx bx-palette","type":"label"}],"children":[{"id":"_help_VbjZvtUek0Ln","title":"Theme Gallery","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Themes/Theme Gallery"},{"name":"iconClass","value":"bx bx-book-reader","type":"label"}]},{"id":"_help_gOKqSJgXLcIj","title":"Icon Packs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Themes/Icon Packs"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_mHbBMPDPkVV5","title":"Import & Export","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export"},{"name":"iconClass","value":"bx bx-import","type":"label"}],"children":[{"id":"_help_Oau6X9rCuegd","title":"Markdown","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown"},{"name":"iconClass","value":"bx bxl-markdown","type":"label"}],"children":[{"id":"_help_rJ9grSgoExl9","title":"Supported syntax","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/Markdown/Supported syntax"},{"name":"iconClass","value":"bx bx-code-alt","type":"label"}]}]},{"id":"_help_syuSEKf2rUGr","title":"Evernote","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/Evernote"},{"name":"iconClass","value":"bx bx-window-open","type":"label"}],"children":[{"id":"_help_dj3j8dG4th4l","title":"Process internal links by title","type":"doc","attributes":[{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_GnhlmrATVqcH","title":"OneNote","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Import & Export/OneNote"},{"name":"iconClass","value":"bx bx-window-open","type":"label"}]}]},{"id":"_help_rC3pL2aptaRE","title":"Zen mode","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Zen mode"},{"name":"iconClass","value":"bx bxs-yin-yang","type":"label"}]},{"id":"_help_YzMcWlCVeW09","title":"Active content","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Basic Concepts and Features/Active content"},{"name":"iconClass","value":"bx bxs-widget","type":"label"}]}]},{"id":"_help_s3YCWHBfmYuM","title":"Quick Start","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Quick Start"},{"name":"iconClass","value":"bx bx-run","type":"label"}]},{"id":"_help_i6dbnitykE5D","title":"FAQ","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/FAQ"},{"name":"iconClass","value":"bx bx-question-mark","type":"label"}]},{"id":"_help_KSZ04uQ2D1St","title":"Note Types","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types"},{"name":"iconClass","value":"bx bx-edit","type":"label"}],"children":[{"id":"_help_iPIMuisry3hd","title":"Text","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text"},{"name":"iconClass","value":"bx bx-note","type":"label"}],"children":[{"id":"_help_NwBbFdNZ9h7O","title":"Block quotes & admonitions","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Block quotes & admonitions"},{"name":"iconClass","value":"bx bx-info-circle","type":"label"}]},{"id":"_help_oSuaNgyyKnhu","title":"Bookmarks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Bookmarks"},{"name":"iconClass","value":"bx bx-bookmark","type":"label"}]},{"id":"_help_veGu4faJErEM","title":"Content language & Right-to-left support","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Content language & Right-to-le"},{"name":"iconClass","value":"bx bx-align-right","type":"label"}]},{"id":"_help_2x0ZAX9ePtzV","title":"Cut to subnote","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Cut to subnote"},{"name":"iconClass","value":"bx bx-cut","type":"label"}]},{"id":"_help_UYuUB1ZekNQU","title":"Developer-specific formatting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Developer-specific formatting"},{"name":"iconClass","value":"bx bx-code-alt","type":"label"}],"children":[{"id":"_help_QxEyIjRBizuC","title":"Code blocks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Developer-specific formatting/Code blocks"},{"name":"iconClass","value":"bx bx-code","type":"label"}]}]},{"id":"_help_AgjCISero73a","title":"Footnotes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Footnotes"},{"name":"iconClass","value":"bx bx-bracket","type":"label"}]},{"id":"_help_nRhnJkTT8cPs","title":"Formatting toolbar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Formatting toolbar"},{"name":"iconClass","value":"bx bx-text","type":"label"}]},{"id":"_help_Gr6xFaF6ioJ5","title":"General formatting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/General formatting"},{"name":"iconClass","value":"bx bx-bold","type":"label"}]},{"id":"_help_AxshuNRegLAv","title":"Highlights list","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Highlights list"},{"name":"iconClass","value":"bx bx-highlight","type":"label"}]},{"id":"_help_mT0HEkOsz6i1","title":"Images","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Images"},{"name":"iconClass","value":"bx bx-image-alt","type":"label"}],"children":[{"id":"_help_0Ofbk1aSuVRu","title":"Image references","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Images/Image references"},{"name":"iconClass","value":"bx bxs-file-image","type":"label"}]}]},{"id":"_help_nBAXQFj20hS1","title":"Include Note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Include Note"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_CohkqWQC1iBv","title":"Insert buttons","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Insert buttons"},{"name":"iconClass","value":"bx bx-plus","type":"label"}]},{"id":"_help_oiVPnW8QfnvS","title":"Keyboard shortcuts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Keyboard shortcuts"},{"name":"iconClass","value":"bx bxs-keyboard","type":"label"}]},{"id":"_help_QEAPj01N5f7w","title":"Links","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Links"},{"name":"iconClass","value":"bx bx-link-alt","type":"label"}],"children":[{"id":"_help_3IDVtesTQ8ds","title":"External links","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Links/External links"},{"name":"iconClass","value":"bx bx-link-external","type":"label"}]},{"id":"_help_hrZ1D00cLbal","title":"Internal (reference) links","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Links/Internal (reference) links"},{"name":"iconClass","value":"bx bx-link","type":"label"}]}]},{"id":"_help_S6Xx8QIWTV66","title":"Lists","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Lists"},{"name":"iconClass","value":"bx bx-list-ul","type":"label"}]},{"id":"_help_QrtTYPmdd1qq","title":"Markdown-like formatting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Markdown-like formatting"},{"name":"iconClass","value":"bx bxl-markdown","type":"label"}]},{"id":"_help_YfYAtQBcfo5V","title":"Math Equations","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Math Equations"},{"name":"iconClass","value":"bx bx-math","type":"label"}]},{"id":"_help_dEHYtoWWi8ct","title":"Other features","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Other features"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]},{"id":"_help_gLt3vA97tMcp","title":"Premium features","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features"},{"name":"iconClass","value":"bx bx-star","type":"label"}],"children":[{"id":"_help_ZlN4nump6EbW","title":"Slash Commands","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features/Slash Commands"},{"name":"iconClass","value":"bx bx-menu","type":"label"}]},{"id":"_help_pwc194wlRzcH","title":"Text Snippets","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features/Text Snippets"},{"name":"iconClass","value":"bx bx-align-left","type":"label"}]},{"id":"_help_5wZallV2Qo1t","title":"Format Painter","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Premium features/Format Painter"},{"name":"iconClass","value":"bx bxs-paint-roll","type":"label"}]}]},{"id":"_help_BFvAtE74rbP6","title":"Table of contents","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Table of contents"},{"name":"iconClass","value":"bx bx-heading","type":"label"}]},{"id":"_help_NdowYOC1GFKS","title":"Tables","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Text/Tables"},{"name":"iconClass","value":"bx bx-table","type":"label"}]}]},{"id":"_help_6f9hih2hXXZk","title":"Code","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Code"},{"name":"iconClass","value":"bx bx-code","type":"label"}]},{"id":"_help_m523cpzocqaD","title":"Saved Search","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Saved Search"},{"name":"iconClass","value":"bx bx-file-find","type":"label"}]},{"id":"_help_iRwzGnHPzonm","title":"Relation Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Relation Map"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_bdUJEHsAPYQR","title":"Note Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Note Map"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_HcABDtFCkbFN","title":"Render Note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Render Note"},{"name":"iconClass","value":"bx bx-extension","type":"label"}]},{"id":"_help_s1aBHPd79XYj","title":"Mermaid Diagrams","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Mermaid Diagrams"},{"name":"iconClass","value":"bx bx-selection","type":"label"}],"children":[{"id":"_help_RH6yLjjWJHof","title":"ELK layout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Mermaid Diagrams/ELK layout"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_WWgeUaBb7UfC","title":"Syntax reference","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://mermaid.js.org/intro/syntax-reference.html"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_grjYqerjn243","title":"Canvas","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Canvas"},{"name":"iconClass","value":"bx bx-pen","type":"label"}]},{"id":"_help_1vHRoWCEjj0L","title":"Web View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Web View"},{"name":"iconClass","value":"bx bx-globe-alt","type":"label"}]},{"id":"_help_gBbsAeiuUxI5","title":"Mind Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/Mind Map"},{"name":"iconClass","value":"bx bx-sitemap","type":"label"}]},{"id":"_help_W8vYD3Q1zjCR","title":"File","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/File"},{"name":"iconClass","value":"bx bx-file-blank","type":"label"}],"children":[{"id":"_help_XJGJrpu7F9sh","title":"PDFs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Note Types/File/PDFs"},{"name":"iconClass","value":"bx bxs-file-pdf","type":"label"}]}]}]},{"id":"_help_GTwFsgaA0lCt","title":"Collections","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections"},{"name":"iconClass","value":"bx bx-book","type":"label"}],"children":[{"id":"_help_xWbu3jpNWapp","title":"Calendar","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Calendar"},{"name":"iconClass","value":"bx bx-calendar","type":"label"}]},{"id":"_help_2FvYrpmOXm29","title":"Table","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Table"},{"name":"iconClass","value":"bx bx-table","type":"label"}]},{"id":"_help_CtBQqbwXDx1w","title":"Kanban Board","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Kanban Board"},{"name":"iconClass","value":"bx bx-columns","type":"label"}]},{"id":"_help_81SGnPGMk7Xc","title":"Geo Map","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Geo Map"},{"name":"iconClass","value":"bx bx-map-alt","type":"label"}]},{"id":"_help_zP3PMqaG71Ct","title":"Presentation","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Presentation"},{"name":"iconClass","value":"bx bx-slideshow","type":"label"}]},{"id":"_help_8QqnMzx393bx","title":"Grid View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Grid View"},{"name":"iconClass","value":"bx bxs-grid","type":"label"}]},{"id":"_help_mULW0Q3VojwY","title":"List View","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/List View"},{"name":"iconClass","value":"bx bx-list-ul","type":"label"}]},{"id":"_help_CssoWBu8I7jF","title":"Collection Properties","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Collections/Collection Properties"},{"name":"iconClass","value":"bx bx-cog","type":"label"}]}]},{"id":"_help_BgmBlOIl72jZ","title":"Troubleshooting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting"},{"name":"iconClass","value":"bx bx-bug","type":"label"}],"children":[{"id":"_help_wy8So3yZZlH9","title":"Reporting issues","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Reporting issues"},{"name":"iconClass","value":"bx bx-bug-alt","type":"label"}]},{"id":"_help_x59R8J8KV5Bp","title":"Anonymized Database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Anonymized Database"},{"name":"iconClass","value":"bx bx-low-vision","type":"label"}]},{"id":"_help_qzNzp9LYQyPT","title":"Error logs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Error logs"},{"name":"iconClass","value":"bx bx-comment-error","type":"label"}],"children":[{"id":"_help_bnyigUA2UK7s","title":"Backend (server) logs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Error logs/Backend (server) logs"},{"name":"iconClass","value":"bx bx-server","type":"label"}]},{"id":"_help_9yEHzMyFirZR","title":"Frontend logs","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Error logs/Frontend logs"},{"name":"iconClass","value":"bx bx-window-alt","type":"label"}]}]},{"id":"_help_vdlYGAcpXAgc","title":"Synchronization fails with 504 Gateway Timeout","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Synchronization fails with 504"},{"name":"iconClass","value":"bx bx-error","type":"label"}]},{"id":"_help_s8alTXmpFR61","title":"Refreshing the application","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Troubleshooting/Refreshing the application"},{"name":"iconClass","value":"bx bx-refresh","type":"label"}]}]},{"id":"_help_pKK96zzmvBGf","title":"Theme development","type":"book","attributes":[{"name":"iconClass","value":"bx bx-palette","type":"label"}],"children":[{"id":"_help_7NfNr5pZpVKV","title":"Creating a custom theme","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Creating a custom theme"},{"name":"iconClass","value":"bx bxs-color","type":"label"}]},{"id":"_help_WFGzWeUK6arS","title":"Customize the Next theme","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Customize the Next theme"},{"name":"iconClass","value":"bx bx-news","type":"label"}]},{"id":"_help_WN5z4M8ASACJ","title":"Reference","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Reference"},{"name":"iconClass","value":"bx bx-book-open","type":"label"}]},{"id":"_help_AlhDUqhENtH7","title":"Custom app-wide CSS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Custom app-wide CSS"},{"name":"iconClass","value":"bx bxs-file-css","type":"label"}]},{"id":"_help_g1mlRoU8CsqC","title":"Creating an icon pack","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Theme development/Creating an icon pack"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_tC7s2alapj8V","title":"Advanced Usage","type":"book","attributes":[{"name":"iconClass","value":"bx bx-rocket","type":"label"}],"children":[{"id":"_help_zEY4DaJG4YT5","title":"Attributes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes"},{"name":"iconClass","value":"bx bx-list-check","type":"label"}],"children":[{"id":"_help_HI6GBBIduIgv","title":"Labels","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Labels"},{"name":"iconClass","value":"bx bx-hash","type":"label"}]},{"id":"_help_Cq5X6iKQop6R","title":"Relations","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Relations"},{"name":"iconClass","value":"bx bx-transfer","type":"label"}]},{"id":"_help_bwZpz2ajCEwO","title":"Attribute Inheritance","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Attribute Inheritance"},{"name":"iconClass","value":"bx bx-list-plus","type":"label"}]},{"id":"_help_OFXdgB2nNk1F","title":"Promoted Attributes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Attributes/Promoted Attributes"},{"name":"iconClass","value":"bx bx-table","type":"label"}]}]},{"id":"_help_KC1HB96bqqHX","title":"Templates","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Templates"},{"name":"iconClass","value":"bx bx-copy","type":"label"}]},{"id":"_help_BCkXAVs63Ttv","title":"Note Map (Link map, Tree map)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Note Map (Link map, Tree map)"},{"name":"iconClass","value":"bx bxs-network-chart","type":"label"}]},{"id":"_help_R9pX4DGra2Vt","title":"Sharing","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing"},{"name":"iconClass","value":"bx bx-share-alt","type":"label"}],"children":[{"id":"_help_Qjt68inQ2bRj","title":"Serving directly the content of a note","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing/Serving directly the content o"},{"name":"iconClass","value":"bx bx-code","type":"label"}]},{"id":"_help_ycBFjKrrwE9p","title":"Exporting static HTML for web publishing","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing/Exporting static HTML for web "},{"name":"iconClass","value":"bx bxs-file-html","type":"label"}]},{"id":"_help_sLIJ6f1dkJYW","title":"Reverse proxy configuration","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Sharing/Reverse proxy configuration"},{"name":"iconClass","value":"bx bx-world","type":"label"}]}]},{"id":"_help_5668rwcirq1t","title":"Advanced Showcases","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases"},{"name":"iconClass","value":"bx bxs-component","type":"label"}],"children":[{"id":"_help_l0tKav7yLHGF","title":"Day Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases/Day Notes"},{"name":"iconClass","value":"bx bx-calendar","type":"label"}]},{"id":"_help_R7abl2fc6Mxi","title":"Weight Tracker","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases/Weight Tracker"},{"name":"iconClass","value":"bx bx-line-chart","type":"label"}]},{"id":"_help_xYjQUYhpbUEW","title":"Task Manager","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Advanced Showcases/Task Manager"},{"name":"iconClass","value":"bx bx-calendar-check","type":"label"}]}]},{"id":"_help_J5Ex1ZrMbyJ6","title":"Custom Request Handler","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Custom Request Handler"},{"name":"iconClass","value":"bx bx-globe","type":"label"}]},{"id":"_help_d3fAXQ2diepH","title":"Custom Resource Providers","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Custom Resource Providers"},{"name":"iconClass","value":"bx bxs-file-plus","type":"label"}]},{"id":"_help_pgxEVkzLl1OP","title":"ETAPI (REST API)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/ETAPI (REST API)"},{"name":"iconClass","value":"bx bx-extension","type":"label"}],"children":[{"id":"_help_9qPsTWBorUhQ","title":"API Reference","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/rest-api/etapi/"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_47ZrP6FNuoG8","title":"Default Note Title","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Default Note Title"},{"name":"iconClass","value":"bx bx-edit-alt","type":"label"}]},{"id":"_help_wX4HbRucYSDD","title":"Database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database"},{"name":"iconClass","value":"bx bx-data","type":"label"}],"children":[{"id":"_help_oyIAJ9PvvwHX","title":"Manually altering the database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database/Manually altering the database"},{"name":"iconClass","value":"bx bxs-edit","type":"label"}],"children":[{"id":"_help_YKWqdJhzi2VY","title":"SQL Console","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database/Manually altering the database/SQL Console"},{"name":"iconClass","value":"bx bx-data","type":"label"}]}]},{"id":"_help_6tZeKvSHEUiB","title":"Demo Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Database/Demo Notes"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_Gzjqa934BdH4","title":"Configuration (config.ini or environment variables)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Configuration (config.ini or e"},{"name":"iconClass","value":"bx bx-cog","type":"label"}],"children":[{"id":"_help_c5xB8m4g2IY6","title":"Trilium instance","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Trilium instance"},{"name":"iconClass","value":"bx bx-windows","type":"label"}]},{"id":"_help_LWtBjFej3wX3","title":"Cross-Origin Resource Sharing (CORS)","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Configuration (config.ini or environment variables)/Cross-Origin Resource Sharing "},{"name":"iconClass","value":"bx bx-lock","type":"label"}]}]},{"id":"_help_ivYnonVFBxbQ","title":"Bulk Actions","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Bulk Actions"},{"name":"iconClass","value":"bx bx-list-plus","type":"label"}]},{"id":"_help_4FahAwuGTAwC","title":"Note source","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Note source"},{"name":"iconClass","value":"bx bx-code","type":"label"}]},{"id":"_help_1YeN2MzFUluU","title":"Technologies used","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used"},{"name":"iconClass","value":"bx bx-pyramid","type":"label"}],"children":[{"id":"_help_MI26XDLSAlCD","title":"CKEditor","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/CKEditor"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_N4IDkixaDG9C","title":"MindElixir","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/MindElixir"},{"name":"iconClass","value":"bx bx-sitemap","type":"label"}]},{"id":"_help_H0mM1lTxF9JI","title":"Excalidraw","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/Excalidraw"},{"name":"iconClass","value":"bx bx-pen","type":"label"}]},{"id":"_help_MQHyy2dIFgxS","title":"Leaflet","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Technologies used/Leaflet"},{"name":"iconClass","value":"bx bx-map-alt","type":"label"}]}]},{"id":"_help_m1lbrzyKDaRB","title":"Note ID","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Note ID"},{"name":"iconClass","value":"bx bx-hash","type":"label"}]},{"id":"_help_0vTSyvhPTAOz","title":"Internal API","type":"book","attributes":[{"name":"iconClass","value":"bx bxs-component","type":"label"}],"children":[{"id":"_help_z8O2VG4ZZJD7","title":"API Reference","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/rest-api/internal/"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_2mUhVmZK8RF3","title":"Hidden Notes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Hidden Notes"},{"name":"iconClass","value":"bx bx-hide","type":"label"}]},{"id":"_help_uYF7pmepw27K","title":"Metrics","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Metrics"},{"name":"iconClass","value":"bx bxs-data","type":"label"}],"children":[{"id":"_help_bOP3TB56fL1V","title":"grafana-dashboard.json","type":"doc","attributes":[{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_64ZTlUPgEPtW","title":"Safe mode","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Safe mode"},{"name":"iconClass","value":"bx bxs-virus-block","type":"label"}]},{"id":"_help_HAIOFBoYIIdO","title":"Nightly release","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Nightly release"},{"name":"iconClass","value":"bx bx-moon","type":"label"}]},{"id":"_help_ZmT9ln8XJX2o","title":"Read-only database","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Advanced Usage/Read-only database"},{"name":"iconClass","value":"bx bx-book-reader","type":"label"}]}]},{"id":"_help_GBBMSlVSOIGP","title":"AI","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI"},{"name":"iconClass","value":"bx bx-bot","type":"label"}],"children":[{"id":"_help_WkM7gsEUyCXs","title":"Providers","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers"},{"name":"iconClass","value":"bx bx-select-multiple","type":"label"}],"children":[{"id":"_help_7EdTxPADv95W","title":"Ollama","type":"book","attributes":[{"name":"iconClass","value":"bx bx-message-dots","type":"label"}],"children":[{"id":"_help_vvUCN7FDkq7G","title":"Installing Ollama","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers/Ollama/Installing Ollama"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_ZavFigBX9AwP","title":"OpenAI","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers/OpenAI"},{"name":"iconClass","value":"bx bx-message-dots","type":"label"}]},{"id":"_help_e0lkirXEiSNc","title":"Anthropic","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/AI/Providers/Anthropic"},{"name":"iconClass","value":"bx bx-message-dots","type":"label"}]}]}]},{"id":"_help_CdNpE2pqjmI6","title":"Scripting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting"},{"name":"iconClass","value":"bx bxs-file-js","type":"label"}],"children":[{"id":"_help_yIhgI5H7A2Sm","title":"Frontend Basics","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics"},{"name":"iconClass","value":"bx bx-window","type":"label"}],"children":[{"id":"_help_MgibgPcfeuGz","title":"Custom Widgets","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets"},{"name":"iconClass","value":"bx bxs-widget","type":"label"}],"children":[{"id":"_help_SynTBQiBsdYJ","title":"Widget Basics","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Widget Basics"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_GhurYZjh8e1V","title":"Note context aware widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Note context aware widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_M8IppdwVHSjG","title":"Right pane widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Right pane widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_YNxAqkI5Kg1M","title":"Word count widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Word count widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_VqGQnnPGnqAU","title":"CSS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/CSS"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_gMkgcLJ6jBkg","title":"Troubleshooting","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Custom Widgets/Troubleshooting"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_es8OU2GuguFU","title":"Examples","type":"book","attributes":[{"name":"iconClass","value":"bx bx-code-alt","type":"label"}],"children":[{"id":"_help_TjLYAo3JMO8X","title":"\"New Task\" launcher button","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Examples/New Task launcher button"},{"name":"iconClass","value":"bx bx-task","type":"label"}]},{"id":"_help_7kZPMD0uFwkH","title":"Downloading responses from Google Forms","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Examples/Downloading responses from Goo"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_DL92EjAaXT26","title":"Using promoted attributes to configure scripts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Examples/Using promoted attributes to c"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_4Gn3psZKsfSm","title":"Launch Bar Widgets","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Launch Bar Widgets"},{"name":"iconClass","value":"bx bx-dock-left","type":"label"}],"children":[{"id":"_help_IPArqVfDQ4We","title":"Note Title Widget","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Launch Bar Widgets/Note Title Widget"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_gcI7RPbaNSh3","title":"Analog Watch","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Launch Bar Widgets/Analog Watch"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]},{"id":"_help_KLsqhjaqh1QW","title":"Preact","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact"},{"name":"iconClass","value":"bx bxl-react","type":"label"}],"children":[{"id":"_help_Bqde6BvPo05g","title":"Component libraries","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/Component libraries"},{"name":"iconClass","value":"bx bxs-component","type":"label"}]},{"id":"_help_ykYtbM9k3a7B","title":"Hooks","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/Hooks"},{"name":"iconClass","value":"bx bx-question-mark","type":"label"}]},{"id":"_help_Sg9GrCtyftZf","title":"CSS","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/CSS"},{"name":"iconClass","value":"bx bxs-file-css","type":"label"}]},{"id":"_help_RSssb9S3xgSr","title":"Built-in components","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Frontend Basics/Preact/Built-in components"},{"name":"iconClass","value":"bx bxs-component","type":"label"}],"children":[{"id":"_help_i9B4IW7b6V6z","title":"Widget showcase","type":"doc","attributes":[{"name":"iconClass","value":"bx bx-file","type":"label"}]}]}]}]},{"id":"_help_SPirpZypehBG","title":"Backend scripts","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Backend scripts"},{"name":"iconClass","value":"bx bx-server","type":"label"}],"children":[{"id":"_help_fZ2IGYFXjkEy","title":"Server-side imports","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Backend scripts/Server-side imports"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_GPERMystNGTB","title":"Events","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Backend scripts/Events"},{"name":"iconClass","value":"bx bx-rss","type":"label"}]}]},{"id":"_help_wqXwKJl6VpNk","title":"Common concepts","type":"book","attributes":[{"name":"iconClass","value":"bx bxl-nodejs","type":"label"}],"children":[{"id":"_help_hA834UaHhSNn","title":"Script bundles","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Common concepts/Script bundles"},{"name":"iconClass","value":"bx bx-package","type":"label"}]}]},{"id":"_help_GLks18SNjxmC","title":"Script API","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Script API"},{"name":"iconClass","value":"bx bx-code-curly","type":"label"}],"children":[{"id":"_help_Q2z6av6JZVWm","title":"Frontend API","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/script-api/frontend"},{"name":"iconClass","value":"bx bx-folder","type":"label"}],"enforceAttributes":true,"children":[{"id":"_help_habiZ3HU8Kw8","title":"FNote","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/script-api/frontend/interfaces/FNote.html"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true}]},{"id":"_help_MEtfsqa5VwNi","title":"Backend API","type":"webView","attributes":[{"type":"label","name":"webViewSrc","value":"https://docs.triliumnotes.org/script-api/backend"},{"name":"iconClass","value":"bx bx-file","type":"label"}],"enforceAttributes":true},{"id":"_help_ApVHZ8JY5ofC","title":"Day.js","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Script API/Day.js"},{"name":"iconClass","value":"bx bx-calendar","type":"label"}]}]},{"id":"_help_vElnKeDNPSVl","title":"Logging","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Logging"},{"name":"iconClass","value":"bx bx-terminal","type":"label"}]},{"id":"_help_cNpC0ITcfX0N","title":"Breaking changes","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Scripting/Breaking changes"},{"name":"iconClass","value":"bx bx-up-arrow-alt","type":"label"}]}]},{"id":"_help_Fm0j45KqyHpU","title":"Miscellaneous","type":"book","attributes":[{"name":"iconClass","value":"bx bx-info-circle","type":"label"}],"children":[{"id":"_help_WFbFXrgnDyyU","title":"Privacy Policy","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Miscellaneous/Privacy Policy"},{"name":"iconClass","value":"bx bx-file","type":"label"}]},{"id":"_help_NcsmUYZRWEW4","title":"Patterns of personal knowledge","type":"doc","attributes":[{"type":"label","name":"docName","value":"User Guide/User Guide/Miscellaneous/Patterns of personal knowledge"},{"name":"iconClass","value":"bx bx-file","type":"label"}]}]}]
\ No newline at end of file
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Hiding the subtree.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Hiding the subtree.html
index 174b5e0de..6e600b264 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Hiding the subtree.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Note Tree/Hiding the subtree.html
@@ -20,25 +20,27 @@
To indicate that the subtree is hidden, the note will not have an expand
button and it will display the number of children to the right.
- It's not possible to add a new note directly from the tree.
+ It's not possible to add a new note directly from the tree.
For Collections ,
it's best to use the built-in mechanism to create notes (for example by
creating a new point on a geo-map, or by adding a new row in a table).
- For normal notes, it's still possible to create children via other means
+ For normal notes, it's still possible to create children via other means
such as using the Internal (reference) links system.
-
- Notes can be dragged from outside the note, case in which they will be
- cloned into it.
-
- Instead of switching to the child notes that were copied, the parent note
- is highlighted instead.
- A notification will indicate this behavior.
-
-
- Similarly, features such as cut/copy and then paste into the note will
- also work.
+
+ Notes can be dragged from outside the note, case in which they will be
+ cloned into it.
+
+ Instead of switching to the child notes that were copied, the parent note
+ is highlighted instead.
+ A notification will indicate this behavior.
+
+
+ Similarly, features such as cut/copy and then paste into the note will
+ also work.
Spotlighting
@@ -64,22 +66,12 @@
This is intentional to avoid displaying a partial state of the subtree.
Working with collections
-By default, some of the Collections will
- automatically hide their child notes, for example the Kanban Board or the Table .
-The reasoning behind this is that collections are generally opaque to
- the rest of the notes and they can generate a large amount of sub-notes
- since they intentionally lack structure (in order to allow easy swapping
- between views).
-Some types of collections have the child notes intentionally shown, for
- example the legacy ones (Grid and List), but also the Presentation which requires the tree
- structure in order to organize and edit the slides.
+For large collections, it can be helpful to hide their child notes for
+ performance reasons or de-cluttering the tree.
To toggle this behavior:
- In the New Layout ,
- press the Options button underneath the title and uncheck Hide child notes in tree .
+ Open the collection and in Collection Properties ,
+ look for Hide child notes in tree .
Right click the collection note in the Note Tree and select Advanced → Show subtree .
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections.html
index 3aaad0a7e..024f67d76 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections.html
@@ -1,75 +1,76 @@
Collections are a unique type of note that don't have content, but instead
display their child notes in various presentation methods.
Main collections
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Calendar
- which displays a week, month or year calendar with the notes being shown
- as events. New events can be added easily by dragging across the calendar.
-
-
-
-
-
-
-
- Table
- displays each note as a row in a table, with Promoted Attributes being shown as well.
- This makes it easy to visualize attributes of notes, as well as making
- them easily editable.
-
-
-
-
-
-
-
- Kanban Board
- displays notes in columns, grouped by the value of a label. Items and
- columns can easily be created or dragged around to change their status.
-
-
-
-
-
-
-
- Geo Map
- which displays a geographical map in which the notes are represented as
- markers/pins on the map. New events can be easily added by pointing on
- the map.
-
-
-
-
-
-
-
- Presentation
- which shows each note as a slide and can be presented full-screen with
- smooth transitions or exported to PDF for sharing.
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Calendar
+ which displays a week, month or year calendar with the notes being shown
+ as events. New events can be added easily by dragging across the calendar.
+
+
+
+
+
+
+
+ Table
+ displays each note as a row in a table, with Promoted Attributes being shown as well.
+ This makes it easy to visualize attributes of notes, as well as making
+ them easily editable.
+
+
+
+
+
+
+
+ Kanban Board
+ displays notes in columns, grouped by the value of a label. Items and
+ columns can easily be created or dragged around to change their status.
+
+
+
+
+
+
+
+ Geo Map
+ which displays a geographical map in which the notes are represented as
+ markers/pins on the map. New events can be easily added by pointing on
+ the map.
+
+
+
+
+
+
+
+ Presentation
+ which shows each note as a slide and can be presented full-screen with
+ smooth transitions or exported to PDF for sharing.
+
+
+
+
Classic collections
Classic collections are read-only mode and compiles the contents of all
child notes into one continuous view. This makes it ideal for reading extensive
@@ -88,27 +89,49 @@
To create a new collections, right click in the Note Tree and look for the Collections entry
and select the desired type.
+By default, collections come with a default configuration and sometimes
+ even sample notes. To create a collection completely from scratch:
+
+ Create a new note of type Text (or any type).
+ Change the note type to Collection .
+ In Collection Properties ,
+ select the desired view type.
+ Consult the help page of the corresponding view type in order to understand
+ how to configure them.
+
Configuration
To change the configuration of a collection or even switch to a different
- collection (e.g. from Kanban Board to a Calendar), see the dedicated Collections tab
- in the Ribbon .
+ collection (e.g. from Kanban Board to a Calendar), see the Collection Properties bar
+ at the top of the note.
Archived notes
By default, archived notes will not be
- shown in collections. This behavior can be changed by going to Collection Properties in
- the Ribbon and
- checking Show archived notes .
+ shown in collections. This behavior can be changed by going to
+ Collection Properties and checking Show archived notes .
Archived notes will be generally indicated by being greyed out as opposed
to the normal ones.
+Hiding the child notes from the note tree
+For collections with a large number of items, it can be helpful to hide
+ the items from the note tree for performance reasons and to reduce clutter.
+ This is especially useful for standalone collections, such as a geomap
+ or a task board.
+To do so, go to Collection Properties and
+ select Hide child notes in tree .
Advanced use cases
Adding a description to a collection
To add a text before the collection, for example to describe it:
Create a new collection.
- In the Ribbon ,
- go to Basic Properties and change the note type from Collection to Text .
+ Change the note type from Collection to Text .
Now the text will be displayed above while still maintaining the collection
view.
+The only downside to this method is that Collection Properties will
+ not be shown anymore. In this case, modify the attributes manually or switch
+ back temporarily to the Collection type for configuration purposes.
Using saved search
Collections, by default, only display the child notes. However, it is
possible to use the Search functionality
@@ -123,19 +146,6 @@
of the search results. The reason is that the search might hit a note multiple
times, causing an exponential rise in the number of results.
-Creating a collection from scratch
-By default, collections come with a default configuration and sometimes
- even sample notes. To create a collection completely from scratch:
-
- Create a new note of type Text (or any type).
- In the Ribbon ,
- go to Basic Properties and select Collection as the note
- type.
- Still in the ribbon, go to Collection Properties and select the
- desired view type.
- Consult the help page of the corresponding view type in order to understand
- how to configure them.
-
Under the hood
Collections by themselves are simply notes with no content that rely on
the Note List mechanism
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/10_Calendar_image.png b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/10_Calendar_image.png
deleted file mode 100644
index 875127df2eb77b500ef43eebbd00c7dd50fa0359..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3581
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⁡s-0NSg@LkJsncCtU`Ki-Ucf_EpGK
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
literal 605
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
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/11_Geo Map_image.png b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/11_Geo Map_image.png
index 5c8cec0fe0d8a9586beca9523b1f97898289364d..96140dfd74b5e40093a2a48b648bfd1adf2141d0 100644
GIT binary patch
literal 69840
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