Trilium Frontend API
    Preparing search index...

    Interface CreateNoteOpts

    interface CreateNoteOpts {
        activate?: boolean;
        content?: string;
        focus?: "title" | "content";
        isProtected?: boolean;
        mime?: string;
        saveSelection?: boolean;
        target?: string;
        targetBranchId?: string;
        templateNoteId?: string;
        textEditor?: CKTextEditor;
        title?: string;
        type?: string;
    }
    Index

    Properties

    activate?: boolean
    content?: string
    focus?: "title" | "content"
    isProtected?: boolean
    mime?: string
    saveSelection?: boolean
    target?: string
    targetBranchId?: string
    templateNoteId?: string
    textEditor?: CKTextEditor
    title?: string
    type?: string