trilium
    Preparing search index...
    interface FNoteRow {
        blobId: string;
        isProtected: boolean;
        mime: string;
        noteId: string;
        title: string;
        type: NoteType;
    }
    Index

    Properties

    blobId: string
    isProtected: boolean
    mime: string
    noteId: string
    title: string
    type: NoteType