Create a new column by pressing Add Column near the last column.
+
Create a new column by pressing Add Column near the last column.
-
Once pressed, a text box will be displayed to set the name of the column.
+
Once pressed, a text box will be displayed to set the name of the column.
Press Enter to confirm, or Escape to dismiss.
-
To reorder a column, simply hold the mouse over the title and drag it
+
To reorder a column, simply hold the mouse over the title and drag it
to the desired position.
-
To delete a column, right click on its title and select Delete column.
-
To rename a column, click on the note title.
+
To delete a column, right click on its title and select Delete column.
+
To rename a column, click on the note title.
-
Press Enter to confirm.
-
Upon renaming a column, the corresponding status attribute of all its
+
Press Enter to confirm.
+
Upon renaming a column, the corresponding status attribute of all its
notes will be changed in bulk.
-
-
If there are many columns, use the mouse wheel to scroll.
+
+
If there are many columns, use the mouse wheel to scroll.
Interaction with notes
-
Create a new note in any column by pressing New item
+
Create a new note in any column by pressing New item
-
Enter the name of the note and press Enter or click away. To
+
Enter the name of the note and press Enter or click away. To
dismiss the creation of a new note, simply press Escape or leave
the name empty.
-
Once created, the new note will have an attribute (status label
+
Once created, the new note will have an attribute (status label
by default) set to the name of the column.
-
To open the note, simply click on it.
-
To change the title of the note directly from the board, hover the mouse
+
To open the note, simply click on it.
+
To change the title of the note directly from the board, hover the mouse
over its card and press the edit button on the right.
-
To change the state of a note, simply drag a note from one column to the
+
To change the state of a note, simply drag a note from one column to the
other to change its state.
-
The order of the notes in each column corresponds to their position in
+
The order of the notes in each column corresponds to their position in
the tree.
-
It's possible to reorder notes simply by dragging them to the desired
+
It's possible to reorder notes simply by dragging them to the desired
position within the same columns.
-
It's also possible to drag notes across columns, at the desired position.
+
It's also possible to drag notes across columns, at the desired position.
-
For more options, right click on a note to display a context menu with
+
For more options, right click on a note to display a context menu with
the following options:
-
Open the note in a new tab/split/window or quick edit.
-
Move the note to any column.
-
Insert a new note above/below the current one.
-
Archive/unarchive the current note.
-
Delete the current note.
+
Open the note in a new tab/split/window or quick edit.
+
Move the note to any column.
+
Insert a new note above/below the current one.
+
Archive/unarchive the current note.
+
Delete the current note.
-
If there are many notes within the column, move the mouse over the column
+
If there are many notes within the column, move the mouse over the column
and use the mouse wheel to scroll.
+
Keyboard interaction
+
The board view has mild support for keyboard-based navigation:
+
+
Use Tab and Shift+Tab to navigate between
+ column titles, notes and the “New item” button for each of the columns,
+ in sequential order.
+
To rename a column or a note, press F2 while it is focused.
+
To open a specific note or create a new item, press Enter while
+ it is focused.
+
To dismiss a rename of a note or a column, press Escape.
+
Configuration
Grouping by another attribute
By default, the label used to group the notes is #status.
@@ -83,5 +96,5 @@ class="admonition note">
Interaction
Limitations
-
It is not possible yet to use group by a relation, only by label.
+
It is not possible yet to use group by a relation, only by label.
\ No newline at end of file
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Custom app-wide CSS.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Custom app-wide CSS.html
index 0bcbfcd64..195bfd275 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Custom app-wide CSS.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Theme development/Custom app-wide CSS.html
@@ -1,38 +1,37 @@
It is possible to provide a CSS file to be used regardless of the theme
set by the user.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Start by creating a new note and changing the note type to CSS
-
-
-
-
-
-
In the ribbon, press the “Owned Attributes” section and type #appCss.
-
-
-
-
-
-
Type the desired CSS.
-
- Generally it's a good idea to append !important for the styles
- that are being changed, in order to prevent other
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Start by creating a new note and changing the note type to CSS
+
+
+
+
+
+
In the ribbon, press the “Owned Attributes” section and type #appCss.
+
+
+
+
+
+
Type the desired CSS.
+
+ Generally it's a good idea to append !important for the styles
+ that are being changed, in order to prevent other
+
+
+
+
Seeing the changes
Adding a new app CSS note or modifying an existing one does not
immediately apply changes. To see the changes, press Ctrl+Shift+R to refresh
@@ -49,17 +48,16 @@
}
}
When using Workspaces,
it can be helpful to create a visual distinction between notes in different
workspaces.
To do so:
-
In the note with #workspace, add an inheritable attribute #cssClass(inheritable) with
+
In the note with #workspace, add an inheritable attribute #cssClass(inheritable) with
a value that uniquely identifies the workspace (say my-workspace).
-
Anywhere in the note structure, create a CSS note with #appCss.
+
Anywhere in the note structure, create a CSS note with #appCss.
Insert an image in any note and take the URL of the image.
-
Use the following CSS, adjusting the background-image and width and height to
+
Insert an image in any note and take the URL of the image.
+
Use the following CSS, adjusting the background-image and width and height to
the desired values.
.note-split.my-workspace .scrolling-container:after {
position: fixed;
diff --git a/docs/User Guide/User Guide/Note Types/Collections/Board View.md b/docs/User Guide/User Guide/Note Types/Collections/Board View.md
index 4b8bcbdbc..c2630e67d 100644
--- a/docs/User Guide/User Guide/Note Types/Collections/Board View.md
+++ b/docs/User Guide/User Guide/Note Types/Collections/Board View.md
@@ -39,6 +39,15 @@ Notes are displayed recursively, so even the child notes of the child notes will
* Delete the current note.
* If there are many notes within the column, move the mouse over the column and use the mouse wheel to scroll.
+## Keyboard interaction
+
+The board view has mild support for keyboard-based navigation:
+
+* Use Tab and Shift+Tab to navigate between column titles, notes and the “New item” button for each of the columns, in sequential order.
+* To rename a column or a note, press F2 while it is focused.
+* To open a specific note or create a new item, press Enter while it is focused.
+* To dismiss a rename of a note or a column, press Escape.
+
## Configuration
### Grouping by another attribute