chore(server): create hidden note for the dictionary

This commit is contained in:
Elian Doran
2026-04-06 19:55:42 +03:00
parent bf8cfa1421
commit 2291892946
2 changed files with 7 additions and 0 deletions

View File

@@ -313,6 +313,7 @@
"shared-notes-title": "Shared Notes",
"bulk-action-title": "Bulk Action",
"backend-log-title": "Backend Log",
"custom-dictionary-title": "Custom Dictionary",
"user-hidden-title": "User Hidden",
"launch-bar-templates-title": "Launch Bar Templates",
"base-abstract-launcher-title": "Base Abstract Launcher",

View File

@@ -93,6 +93,12 @@ function buildHiddenSubtreeDefinition(helpSubtree: HiddenSubtreeItem[]): HiddenS
{ type: "label", name: "fullContentWidth" }
]
},
{
id: "_customDictionary",
title: t("hidden-subtree.custom-dictionary-title"),
type: "code",
icon: "bx-book"
},
{
// place for user scripts hidden stuff (scripts should not create notes directly under hidden root)
id: "_userHidden",