Equation Citator v1.3.7 Documentation
    Preparing search index...
    • Shared rendering function for both modes input splitted equation tags, render combined equation citation by settings

      Parameters

      • plugin: default

        The plugin instance

      • sourcePath: string

        The source file path for the citation, used for resolving cross-file references

      • parent: HoverParent | null

        The hover parent element for attaching popovers, can be null if not in hover context

      • citeEquationTags: string[]

        splitted equation tags to render, e.g. ["1", "2", "3"] for 3 equations with tag 1, 2, 3; or ["1^1.1", "1^3.2"] for cross-file citation

      • isInteractive: boolean = false

        if it's true, show footnote without ctrl key

      Returns HTMLElement