Skip to content

Commit 8ab2069

Browse files
committed
docs(user): fix empty section in kanban board
1 parent 21fc61d commit 8ab2069

File tree

2 files changed

+41
-40
lines changed

2 files changed

+41
-40
lines changed

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Kanban Board.html

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/User Guide/User Guide/Collections/Kanban Board.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ The Board view presents sub-notes in columns for a Kanban-like experience. Each
77

88
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.
99

10-
Notes are displayed recursively, so even the child notes of the child notes will be displayed. However, unlike the <a class="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 <a class="reference-link" href="Table.md">Table</a>, the notes are not displayed in a hierarchy.
1111

12-
## Interaction with columns
12+
## Interaction
13+
14+
### Working with columns
1315

1416
* Create a new column by pressing _Add Column_ near the last column.
1517
* 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
2022
* Upon renaming a column, the corresponding status attribute of all its notes will be changed in bulk.
2123
* If there are many columns, use the mouse wheel to scroll.
2224

23-
## Interaction with notes
25+
### Working with notes
2426

2527
* Create a new note in any column by pressing _New item_
2628
* 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
5759
> [!NOTE]
5860
> It's currently not possible to set a relation as the grouping criteria. There are plans to add support for it.
5961
60-
## Interaction
61-
6262
## Limitations
6363

6464
* It is not possible yet to use group by a relation, only by label.

0 commit comments

Comments
 (0)