2025-04-18 16:10:44 +03:00

2.6 KiB

Note List

When a note has one or more child notes, they will be listed at the end of the note for easy navigation.

Configuration

  • To hide the note list for a particular note, simply apply the hideChildrenOverview label.
  • For some view types, such as Grid view, only a subset of notes will be displayed and pagination can be used to navigate through all of them for performance reasons. To adjust the number of notes per page, set pageSize to the desired number.

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 from the Ribbon, but it can also be changed manually on any type of note using the #viewType attribute.

Grid view

This view presents the child notes in a grid format, allowing for a more visual navigation experience.

  • For Text notes, the text can be slighly scrollable via the mouse wheel to reveal more context.
  • For Code notes, syntax highlighting is applied.
  • For File 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 for more information.