Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryFormat2

    Query condition that matches content fragments with specific format.

    interface QueryFormat2 {
        f: string;
        fa?: Record<string, any>;
        kind: 13;
    }
    Index

    Properties

    Properties

    f: string

    The format identifier (e.g., 'b', 'i', 'c')

    fa?: Record<string, any>

    The format attributes for precise matching

    kind: 13

    Kind identifier for format queries (13)