feat(docs): document note list
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 34 KiB |
@@ -0,0 +1,34 @@
|
||||
# Note List
|
||||
When a note has one or more child notes, they will be listed at the end of the note for easy navigation.
|
||||
|
||||
## View types
|
||||
|
||||
By default, the notes will be displayed in a grid, however there are also some other view types available.
|
||||
|
||||
> [!TIP]
|
||||
> Generally the view type can only be changed in a [Book](../../Note%20Types/Book.md) note from the [Ribbon](../UI%20Elements/Ribbon.md), but it can also be changed manually on any type of note using the `#viewType` attribute.
|
||||
|
||||
### Grid view
|
||||
|
||||

|
||||
|
||||
The title and a short snippet of the content of the note will be displayed in a grid format.
|
||||
|
||||
* For [Text](../../Note%20Types/Text.md) note, the text can be slighly scrollable via the mouse wheel to reveal more context.
|
||||
* For [Code](../../Note%20Types/Code.md) notes, syntax highlighting is applied.
|
||||
* For [File](../../Note%20Types/File.md) notes, a preview is made available for audio, video and PDF notes.
|
||||
* If the note does not have a content, a list of its child notes will be displayed instead.
|
||||
|
||||
This is the default view type.
|
||||
|
||||
### List view
|
||||
|
||||

|
||||
|
||||
In the list view mode, each note is displayed in a single row with only the title and the icon of the note being visible by the default. By pressing the expand button it's possible to view the content of the note, as well as the children of the note (recursively).
|
||||
|
||||
### Calendar view
|
||||
|
||||

|
||||
|
||||
In the calendar view, child notes are represented as events, with a start date and optionally an end date. The view also has interaction support such as moving or creating new events. See [Calendar View](../../Note%20Types/Book/Calendar%20View.md) for more information.
|
||||
|
After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 22 KiB |
@@ -86,4 +86,4 @@ If the file could not be identified as any of the supported file types from abov
|
||||
|
||||
Files are also displayed in the [Note List](../Basic%20Concepts%20and%20Features/Notes/Note%20List.md) based on their type:
|
||||
|
||||

|
||||

|
||||