You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/User Guide/User Guide/Collections/Kanban Board.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ The Board view presents sub-notes in columns for a Kanban-like experience. Each
7
7
8
8
When first creating a collection of _Board_ type, a few subnotes will be created, each having a `#status` label set. The board then groups each note by the value of the status attribute.
9
9
10
-
Notes are displayed recursively, so even the child notes of the child notes will be displayed. However, unlike the <aclass="reference-link"href="Table.md">Table View</a>, the notes are not displayed in a hierarchy.
10
+
Notes are displayed recursively, so even the child notes of the child notes will be displayed. However, unlike the <aclass="reference-link"href="Table.md">Table</a>, the notes are not displayed in a hierarchy.
11
11
12
-
## Interaction with columns
12
+
## Interaction
13
+
14
+
### Working with columns
13
15
14
16
* Create a new column by pressing _Add Column_ near the last column.
15
17
* Once pressed, a text box will be displayed to set the name of the column. Press <kbd>Enter</kbd> to confirm, or <kbd>Escape</kbd> to dismiss.
@@ -20,7 +22,7 @@ Notes are displayed recursively, so even the child notes of the child notes will
20
22
* Upon renaming a column, the corresponding status attribute of all its notes will be changed in bulk.
21
23
* If there are many columns, use the mouse wheel to scroll.
22
24
23
-
##Interaction with notes
25
+
### Working with notes
24
26
25
27
* Create a new note in any column by pressing _New item_
26
28
* Enter the name of the note and press <kbd>Enter</kbd> or click away. To dismiss the creation of a new note, simply press <kbd>Escape</kbd> or leave the name empty.
@@ -57,8 +59,6 @@ By default, the label used to group the notes is `#status`. It is possible to us
57
59
> [!NOTE]
58
60
> It's currently not possible to set a relation as the grouping criteria. There are plans to add support for it.
59
61
60
-
## Interaction
61
-
62
62
## Limitations
63
63
64
64
* It is not possible yet to use group by a relation, only by label.
0 commit comments