Skip to content

Note Viewer

Standalone app for filtering and managing calendar notes.


  • MiniCal. Sidebar button (book icon)
  • BigCal. Header button (book icon)
  • HUD. Bar button (book icon)

Four areas:

AreaDescription
Search barText search input and close button; doubles as the drag handle
Filter sidebarDropdowns and checkboxes for narrowing results
Results listScrollable list of matching notes with batch-loaded rendering
FooterNote count, selection mode toggle, and bulk action controls (GM only)

Filter sidebar options:

Multi-select dropdown for filtering by note preset (category). Includes an “Uncategorized” option for notes with no preset assigned.

OptionDescription
AllShow all notes regardless of visibility
VisibleOnly visible notes
HiddenOnly hidden notes
SecretOnly secret notes
OptionDescription
Date (Ascending)Oldest first
Date (Descending)Newest first
Name (A-Z)Alphabetical
Name (Z-A)Reverse alphabetical

Filter notes by the user who created them.

FilterDescription
All DayShow only all-day notes
Has DurationShow only notes with a duration set
Is RecurringShow only notes with a condition tree
Is FestivalShow only notes linked to a festival

Type in the search bar to filter notes by name.

When any filter is active, a Clear Filters button appears at the bottom of the filter sidebar to reset all filters at once.


Each note row displays:

ElementDescription
Color barLeft border in the note’s custom color
IconThe note’s configured icon
NameNote title
DateFormatted start date
Preset badgesUp to 4 preset icons with colors
Status tagsIcons for hidden/secret, has duration, recurring, and festival
  • Click a note row to open it in view mode
  • Double-click a note row to open it in edit mode (requires edit permission)
  • Right-click a note row for the context menu

The footer shows “Showing X of Y” where Y reflects only notes from the active calendar and any equivalent-date calendars (not all loaded calendars). Hover the count for a tooltip listing included calendar names.


Right-click any note row for these options:

ActionDescription
OpenOpen the note in view mode
EditOpen the note in edit mode (requires edit permission)
Jump to DateNavigate the calendar to the note’s start date
DeleteDelete the note with confirmation (GM only, requires delete permission)
Add NoteCreate a new note at the current date/time (requires add permission)

Two ways to create notes from the Note Viewer:

A ”+” button appears in the bottom-right corner of the results list. Click it to create a new note at the current game date and time. Only visible to users with the Add Notes permission.

Right-click any note row and select Add Note to create a new note. Also gated by the Add Notes permission.


GMs can operate on multiple notes at once using selection mode.

Click the selection toggle button in the footer (check-square icon) to enter selection mode. Checkboxes appear on each note row.

  • Click a checkbox to select or deselect an individual note
  • Shift-click a checkbox to select all notes in the range between the last selected note and the clicked note
  • Select All checkbox in the footer to select or deselect all filtered notes

When notes are selected, the following action buttons appear in the footer:

ActionIconDescription
DeleteTrashDelete all selected notes (with confirmation). Festival-linked notes are skipped.
Change PresetTagSet a new preset for all selected notes via a dialog
Change VisibilityEyeSet visibility (visible/hidden/secret) for all selected notes via a dialog
Change Display StylePaletteSet display style (icon/pip/banner) for all selected notes via a dialog

Bulk action buttons are disabled until at least one note is selected. Click the selection toggle again (X icon) to exit selection mode.


See API Reference and Hooks.