trilium
    Preparing search index...
    interface CreateLinkOptions {
        autoConvertToImage?: boolean;
        referenceLink?: boolean;
        showNoteIcon?: boolean;
        showNotePath?: boolean;
        showTooltip?: boolean;
        title?: string;
        viewScope?: ViewScope;
    }
    Index

    Properties

    autoConvertToImage?: boolean
    referenceLink?: boolean
    showNoteIcon?: boolean
    showNotePath?: boolean
    showTooltip?: boolean
    title?: string
    viewScope?: ViewScope