Trilium Frontend API
    Preparing search index...

    Interface CreateLinkOptions

    interface CreateLinkOptions {
        autoConvertToImage?: boolean;
        referenceLink?: boolean;
        showNoteIcon?: boolean;
        showNotePath?: boolean;
        showTooltip?: boolean;
        title?: string;
        titleSuffix?: string;
        viewScope?: ViewScope;
    }
    Index
    autoConvertToImage?: boolean
    referenceLink?: boolean
    showNoteIcon?: boolean
    showNotePath?: boolean
    showTooltip?: boolean
    title?: string
    titleSuffix?: string

    Inline text appended right after the link title (before the note path, which renders on its own line). Rendered as a .note-link-suffix span so it rides the title's baseline instead of being pushed into a column by the wider note-path block — e.g. an annotation on why the note is being shown.

    viewScope?: ViewScope