Trilium Frontend API
    Preparing search index...

    Enumeration MapMode

    Distinguishes different ways in which positions can be mapped.

    Index

    Enumeration Members

    Simple: 0

    Map a position to a valid new position, even when its context was deleted.

    TrackAfter: 3

    Return null if the character after the position is deleted.

    TrackBefore: 2

    Return null if the character before the position is deleted.

    TrackDel: 1

    Return null if deletion happens across the position.