trilium
    Preparing search index...
    interface MentionItem {
        action?: string;
        highlightedNotePathTitle?: string;
        id: string;
        link?: string;
        name: string;
        notePath?: string;
        noteTitle?: string;
    }
    Index

    Properties

    action?: string
    highlightedNotePathTitle?: string
    id: string
    link?: string
    name: string
    notePath?: string
    noteTitle?: string