From 8ab2069411c544b3ca22c946af01b42595cde260 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 30 Oct 2025 11:43:48 +0200 Subject: [PATCH] docs(user): fix empty section in kanban board --- .../User Guide/Collections/Kanban Board.html | 71 ++++++++++--------- .../User Guide/Collections/Kanban Board.md | 10 +-- 2 files changed, 41 insertions(+), 40 deletions(-) diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Kanban Board.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Kanban Board.html index 356618402..edacf6afa 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Kanban Board.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Kanban Board.html @@ -11,75 +11,77 @@ then groups each note by the value of the status attribute.

Notes are displayed recursively, so even the child notes of the child notes will be displayed. However, unlike the Table View, the notes are not displayed in - a hierarchy.

-

Interaction with columns

+ href="#root/_help_2FvYrpmOXm29">Table, the notes are not displayed in a hierarchy.

+

Interaction

+

Working with columns

-

Interaction with notes

+

Working with notes

Keyboard interaction

The board view has mild support for keyboard-based navigation:

Configuration

Grouping by another attribute

@@ -91,8 +93,7 @@ class="admonition note">

It's currently not possible to set a relation as the grouping criteria. There are plans to add support for it.

-

Interaction

Limitations

\ No newline at end of file diff --git a/docs/User Guide/User Guide/Collections/Kanban Board.md b/docs/User Guide/User Guide/Collections/Kanban Board.md index cf60fb5d5..e4efcdc26 100644 --- a/docs/User Guide/User Guide/Collections/Kanban Board.md +++ b/docs/User Guide/User Guide/Collections/Kanban Board.md @@ -7,9 +7,11 @@ The Board view presents sub-notes in columns for a Kanban-like experience. Each 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. -Notes are displayed recursively, so even the child notes of the child notes will be displayed. However, unlike the Table View, the notes are not displayed in a hierarchy. +Notes are displayed recursively, so even the child notes of the child notes will be displayed. However, unlike the Table, the notes are not displayed in a hierarchy. -## Interaction with columns +## Interaction + +### Working with columns * 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. Press Enter to confirm, or Escape to dismiss. @@ -20,7 +22,7 @@ Notes are displayed recursively, so even the child notes of the child notes will * 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. -## Interaction with notes +### Working with notes * Create a new note in any column by pressing _New item_ * 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. @@ -57,8 +59,6 @@ By default, the label used to group the notes is `#status`. It is possible to us > [!NOTE] > It's currently not possible to set a relation as the grouping criteria. There are plans to add support for it. -## Interaction - ## Limitations * It is not possible yet to use group by a relation, only by label. \ No newline at end of file