Skip to content

Note Preset Editor

Two-panel app for creating and managing note presets. Presets define icon, color, and defaults applied when creating notes. Open from Settings Panel > Notes tab > Manage Presets button (GM only).


A scrollable list of all presets. The Default preset is always sorted first; remaining presets are sorted alphabetically. Each entry shows:

  • Label. The preset name (click to select)
  • Icon button. Colored icon; click to edit icon and color via dialog

If any built-in presets have been hidden (soft-deleted), a Restore Hidden Presets button appears below the list.

Displays the editor for the currently selected preset, organized into three sections: Content, Schedule, and Settings (mirroring the note sheet tab structure).


A special built-in preset that:

  • Cannot be deleted. The Delete and Sync to Notes buttons are hidden when the Default preset is selected.
  • Auto-applied. Any note without an explicit category assignment uses the Default preset’s defaults.
  • Hidden from pickers. The Default preset does not appear in category dropdowns on the note sheet, note badge displays, or filter dropdowns. It acts as a fallback, not a visible category.

The Default preset can be edited like any other preset (name, icon, color, defaults). It is always the first entry in the preset list.


FieldDescription
NameDisplay name for the preset
Icon / ColorFontAwesome icon class and hex color. Click the icon button to open the edit dialog
Player UsableCheckbox. When enabled, non-GM users can see and select this preset when creating/editing notes

When disabled, the preset is hidden from the category dropdown for non-GM users. GMs always see all presets. Use this to restrict certain categories (e.g., “GM Notes”, “Secret Plot”) to GM-only usage while keeping general categories available to players.


Optional default title for new notes created with this preset. Leave blank for no default title.

Optional editor for defining default note content. When a note is created with this preset and no content is provided, the template HTML is pre-filled into the note body.

  • Leave the editor empty for no template
  • Use the Reset button in the footer to restore all fields to their original values (built-in presets) or clear all fields to empty defaults (custom presets)
  • Content templates only apply to new notes

[!TIP] Content templates are useful for standardizing session logs, quest write-ups, or any recurring note format. The template is inserted as the note’s initial content and can be freely edited afterward.


  • All Day: Whether new notes default to all-day events
  • Duration: Default number of days each occurrence spans (integer, minimum 1)
  • Max Occurrences: Default maximum occurrences for recurring notes (0 = unlimited)

  • Display Style: How the note renders on the calendar (banner, icon, or pip)
  • Visibility: Note visibility level (visible, hidden, or secret)
  • Silent: Suppress chat announcements and reminders for this note
  • Show Bookends: Show start/end markers on multi-day events
  • Color: Default note color
  • Icon: Default FontAwesome icon class
  • Reminder Type: Default notification type (Toast, Chat, or Dialog)
  • Reminder Targets: Who receives reminders (All, GM, Author, Viewers, Specific)
  • Reminder Offset: Hours before the event to trigger the reminder
  • Ownership: Default player ownership level for new notes (None / Observer / Owner)
  • Macro: Macro to execute when the note triggers (selected from world macros)

Any field left unset uses the system default at note creation time.


The Sync to Notes button in the footer batch-updates all existing notes that use the selected preset to match its current defaults. A confirmation dialog shows the number of affected notes before proceeding.

Synced fields include all Settings and Schedule defaults. The following fields are not synced to preserve per-note customization:

  • Title
  • Content
  • Schedule dates and conditions

[!NOTE] Custom preset sync only affects notes that already use that preset as their category. The Default preset syncs to all notes that don’t match any custom preset, including imported notes with missing or unrecognized categories.


8 built-in presets ship with every world (Birthday, Deadline, Downtime, Lore, Meeting, Quest, Reminder, Session), plus the Default preset. Built-in presets:

  • Can be edited (name, icon, color, defaults)
  • Can be soft-deleted (hidden) rather than permanently removed. A “Restore Hidden Presets” button appears when any are hidden. The Default preset cannot be soft-deleted.
  • Support reset: the Reset button in the footer restores all fields to their original seed values

Custom presets are fully user-created. They:

  • Store all fields directly (no seed data to restore)
  • Can be permanently deleted
  • Support reset: the Reset button in the footer clears all fields to empty defaults

Export and import individual presets as JSON files.

Click Export in the footer to download the selected preset as a .json file. The file includes all preset data: label, icon, color, and defaults.

Click Import in the footer and select a .json file. On import:

  • The preset gets a fresh ID (no collisions with existing presets)
  • If a preset with the same label already exists, the imported one is renamed with an “(Imported)” suffix
  • Imported presets are added as custom presets regardless of original type

ActionDescription
ImportImport a preset from a JSON file. Always visible
ExportExport the selected preset to a JSON file. Requires a selected preset
ResetReset all defaults for the selected preset (reverts built-in, clears custom). Requires a selected preset
Sync to NotesBatch-update existing notes to match preset defaults. Hidden for Default preset
DeleteRemove the selected preset (soft-delete for built-in). Hidden for Default preset
AddCreate a new custom preset. Always visible
SaveSave all changes to settings. Always visible

When a preset is deleted and saved, notes that referenced it have the preset removed from their category list.


When creating a new note, a preset selection dialog appears. A per-user default preset can be set in Settings Panel > Notes tab > Default Note Category, which pre-selects that preset in the dialog.

[!NOTE] Changes in the Preset Manager are held in memory until you click Save. Closing the window with unsaved changes prompts a confirmation dialog. Clicking Discard discards changes; clicking Cancel keeps the editor open.