Trilium Frontend API
    Preparing search index...

    Type Alias Formatter

    Formatter:
        | "plaintext"
        | "textarea"
        | "html"
        | "money"
        | "image"
        | "datetime"
        | "datetimediff"
        | "link"
        | "tickCross"
        | "color"
        | "star"
        | "traffic"
        | "progress"
        | "lookup"
        | "buttonTick"
        | "buttonCross"
        | "rownum"
        | "handle"
        | "rowSelection"
        | "responsiveCollapse"
        | "toggle"
        | (
            (
                cell: CellComponent,
                formatterParams: {},
                onRendered: EmptyCallback,
            ) => string | HTMLElement
        )