allow per workspace calendars, fixes #2959

This commit is contained in:
zadam
2022-07-31 09:33:14 +02:00
parent 4c93334d90
commit 3ebfaec1bc
4 changed files with 34 additions and 5 deletions

View File

@@ -204,6 +204,7 @@ const ATTR_HELP = {
"workspace": "marks this note as a workspace which allows easy hoisting",
"workspaceIconClass": "defines box icon CSS class which will be used in tab when hoisted to this note",
"workspaceTabBackgroundColor": "CSS color used in the note tab when hoisted to this note",
"workspaceCalendarRoot": "Defines per-workspace calendar root",
"searchHome": "new search notes will be created as children of this note",
"hoistedSearchHome": "new search notes will be created as children of this note when hoisted to some ancestor of this note",
"inbox": "default inbox location for new notes",