Equation Citator v1.3.7 Documentation
    Preparing search index...

    AutoNumberConfigs is the configuration object for auto-numbering, containing user settings that influence how tags are generated and updated.

    interface AutoNumberConfigs {
        autoNumberingType: AutoNumberingType;
        delimiter: string;
        enableTaggedOnly: boolean;
        globalPrefix: string;
        maxDepth: number;
        noHeadingPrefix: string;
        parseQuotes: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoNumberingType: AutoNumberingType
    delimiter: string
    enableTaggedOnly: boolean
    globalPrefix: string
    maxDepth: number
    noHeadingPrefix: string
    parseQuotes: boolean