Equation Citator v1.3.7 Documentation
    Preparing search index...
    CitationSettingsTab: {
        calloutCitationPrefixes(containerEl: HTMLElement, plugin: default): void;
        citationFormat(containerEl: HTMLElement, plugin: default): void;
        citationPrefix(containerEl: HTMLElement, plugin: default): void;
        continuousDelimiters(panel: HTMLElement, plugin: default): void;
        continuousRangeSymbol(panel: HTMLElement, plugin: default): void;
        enableCitationInSourceMode(containerEl: HTMLElement, plugin: default): void;
        enableContinuousCitation(
            containerEl: HTMLElement,
            plugin: default,
            renderSubpanel?: boolean,
        ): void;
        enableCrossFileCitation(
            containerEl: HTMLElement,
            plugin: default,
            renderSubpanel?: boolean,
        ): void;
        enableRichAutoComplete(containerEl: HTMLElement, plugin: default): void;
        enableRichAutoCompleteHoverPreview(
            containerEl: HTMLElement,
            plugin: default,
            renderSubpanel?: boolean,
        ): void;
        figCitationFormat(panel: HTMLElement, plugin: default): void;
        figCitationPrefix(panel: HTMLElement, plugin: default): void;
        fileCiteDelimiter(panel: HTMLElement, plugin: default): void;
        multiCitationDelimiter(containerEl: HTMLElement, plugin: default): void;
        multiCitationDelimiterRender(
            containerEl: HTMLElement,
            plugin: default,
        ): void;
        richAutoCompletePreviewDelayTime(
            containerEl: HTMLElement,
            plugin: default,
        ): void;
    } = ...

    All render functions for each setting in the citation settings tab.

    Type Declaration