Trilium Backend API
    Preparing search index...
    • Extract multiple values from a document, and store them in an object.

      Type Parameters

      Parameters

      • this: CheerioAPI
      • map: M

        An object containing key-value pairs. The keys are the names of the properties to be created on the object, and the values are the selectors to be used to extract the values.

      Returns ExtractedMap<M>

      An object containing the extracted values.