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

    Hierarchy

    • ItemView
      • EquationArrangePanel
    Index

    Constructors

    Properties

    cachedFilePath: string = ""
    cachedItems: PanelItem[] = []
    collapseButton: HTMLElement
    currentActiveFile: string = ""
    currentEquationHash: string = ""
    currentFilterEmptyHeadings: boolean = false
    currentSortMode: string = ""
    currentViewMode: string = ""
    enableRenderHeadingOnly: boolean = false
    enableRenderHeadingOnlyButton: HTMLElement
    extendToolBarButton: HTMLElement
    fileCheckInterval: number | null = null
    filterBoxedEquation: boolean = false
    filterEmptyHeadings: boolean = false
    filterEmptyHeadingsButton: HTMLElement
    filtersForEquationsButton: HTMLElement
    filterTagOnlyItems: boolean = false
    isSearchMode: boolean = false
    lastActiveFile: string = ""
    lockRefreshButton: HTMLElement
    lockRefreshEnabled: boolean = false
    plugin: default
    previewObjectType: "equation" | "figure" | "callout" = "equation"
    previewObjectTypeButton: HTMLElement
    quitSearchButton: HTMLElement
    refreshDebounceTimer: number | null = null
    searchButton: HTMLElement
    searchDebounceTimer: number | null = null
    searchInput: HTMLInputElement
    searchQuery: string = ""
    showEquationTags: boolean = false
    sortButton: HTMLElement
    sortMode: SortType = "seq"
    subToolbarPanel: HTMLElement
    toggleTagShowButton: HTMLElement
    updateHandler: () => void
    viewMode: ViewMode = "list"
    viewModeButton: HTMLElement
    viewPanel: HTMLElement

    Methods

    • Parameters

      • filePath: string
      • lineNumber: number
      • Optionalleaf: WorkspaceLeaf

      Returns Promise<void>

    • Parameters

      • container: HTMLElement
      • markdown: string
      • sourcePath: string

      Returns Promise<void>