Trilium Frontend API
    Preparing search index...

    Interface ToastNoteReference

    A note rendered as a reference link in a toast body, with an optional annotation.

    interface ToastNoteReference {
        description?: string;
        noteId: string;
    }
    Index
    description?: string

    Short muted text rendered next to the link — e.g. why this note is being surfaced.

    noteId: string