From 562a6b7ee71cf17da030698cdb9caadaceef3835 Mon Sep 17 00:00:00 2001 From: asoftbird <45722355+asoftbird@users.noreply.github.com> Date: Thu, 22 Sep 2022 10:41:34 +0200 Subject: [PATCH] Clarified usage of workspaceTemplate (text based on attribute_detail.js); minor grammatical edits --- Workspace.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Workspace.md b/Workspace.md index 1ff3381..086773c 100644 --- a/Workspace.md +++ b/Workspace.md @@ -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. \ No newline at end of file