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

    Callout Citation Popover Class Displays callout/quote content previews in a popover when hovering over callout citations

    Hierarchy

    • HoverPopover
      • CalloutCitationPopover
    Index
    calloutsToRender: RenderedCallout[] = []
    mouseX?: number
    mouseY?: number
    plugin: default
    prefix: string
    sourcePath: string
    targetComponent: TargetElComponent
    targetEl: HTMLElement
    • Display callouts in the popover.

      The popover is rendered with visibility: hidden for the first frame so the user doesn't see content flicker while async callout markdown rendering finishes. Layout is performed while hidden, then adjustPopoverPosition measures the final size and we reveal it.

      Returns Promise<void>