Trilium Frontend API
    Preparing search index...

    Interface HighlightContext

    Highlights published by a type widget that renders its own content, rather than one the sidebar can read out of the editor or the DOM itself (see the Markdown note type).

    interface HighlightContext {
        highlights: RawHighlight[];
        scrollToHighlight(highlight: RawHighlight): void;
    }
    Index
    highlights: RawHighlight[]
    • Parameters

      Returns void