PrivatefillFill callout content by querying the calloutCache Only fetches callouts that match the specified prefix
Retrieves callouts by their tags from a specified source file Handles both local and cross-file callout references IMPORTANT: All tags must be of the same type/prefix
An array of callout tags to retrieve (e.g., ["1.1", "1.2"])
The prefix that identifies the callout type (e.g., "table:", "thm:")
The path of the source file where the callouts are referenced
A promise that resolves to an array of RenderedCallout objects
Get callouts for autocomplete suggestions Searches for callouts matching the given tag prefix and callout prefix
The partial tag to search for (e.g., "1.1")
The callout prefix (e.g., "table:", "thm:")
The source file path
Array of matching callouts
PrivateresolveResolve cross-file reference using footnote cache Returns the file path and filename for the reference
Service class for handling callout-related operations Similar to FigureServices but for callouts/quotes