Pathfinder 1e for Foundry VTT
    Preparing search index...

    Class TextEditorPF1

    Extension of TextEditor to support unevaluated rolls in pleasant inline roll style.

    Should be used via foundry.applications.ux.TextEditor.implementation or CONFIG.ux.TextEditor

    Hierarchy

    • TextEditor
      • TextEditorPF1
    Index

    Constructors

    • Parameters

      • ...args: never

      Returns TextEditorPF1

    Methods

    • Override to support secondary ::label

      Only used by Noon's macros, so supporting this is a bit questionable.

      Parameters

      • match: RegExpMatchArray

        RegExp match

      • options: EnrichmentOptions

        Enricher options

      Returns Promise<HTMLAnchorElement>

    • Override to support unrolled enrichment.

      Parameters

      • match: RegExpMatchArray

        RegExp match

      • rollData: object

        Roll data

      • options: EnrichmentOptions

        Parser options

      Returns HTMLElement