Clarified usage of workspaceTemplate (text based on attribute_detail.js); minor grammatical edits

asoftbird 2022-09-22 10:41:34 +02:00
parent 8490bb0963
commit 562a6b7ee7

@ -15,8 +15,8 @@ So far workspace consists of these features:
Let's say you have identified the workspaces and their subtrees. Define on the root of this subtree following labels:
* `#workspace` - just marks this note as workspace, button to enter the workspace is controlled by this
* `#workspaceIconClass` - controls box icon to be displayed in the tree and tabs, example `bx bx-home`. See [https://boxicons.com/](https://boxicons.com/)
* `#workspaceTabBackgroundColor` - color of the tab, use any CSS color format, e.g. "lightblue" or "#ddd"
* `#workspaceCalendarRoot` - marking a note with this label will define a new per-workspace calendar. If there's no such note, global calendar will be used.
* `#workspaceTemplate` - workspace specific template offered in the new-note menu
* `#workspace` - Marks this note as a workspace, button to enter the workspace is controlled by this
* `#workspaceIconClass` - controls the box icon to be displayed in the tree and tabs, example `bx bx-home`. See [https://boxicons.com/](https://boxicons.com/)
* `#workspaceTabBackgroundColor` - Background color of the tab, use any CSS color format, e.g. "lightblue" or "#ddd". See [https://www.w3schools.com/cssref/css_colors.asp](https://www.w3schools.com/cssref/css_colors.asp).
* `#workspaceCalendarRoot` - marking a note with this label will define a new per-workspace calendar. If there's no such note, the global calendar will be used.
* `#workspaceTemplate` - This note will appear in the selection of available templates when creating a new note, but only when you are currently hoisted into a workspace containing this template.