trilium
    Preparing search index...

    Becca is a backend cache of all notes, branches, and attributes. There's a similar frontend cache Froca, and share cache Shaca.

    Index

    Constructors

    Properties

    allNoteSetCache: null | NoteSet
    attributeIndex: Record<string, BAttribute[]>

    Points from attribute type-name to list of attributes

    attributes: Record<string, BAttribute>
    branches: Record<string, BBranch>
    childParentToBranch: Record<string, BBranch>
    etapiTokens: Record<string, BEtapiToken>
    loaded: boolean
    notes: Record<string, BNote>
    options: Record<string, BOption>

    Methods

    • Should be called when the set of all non-skeleton notes changes (added/removed)

      Returns void