Index

Type aliases

HintSaveType

HintSaveType: "link" | "img"

Type for "hint save" actions:

  • "link": elements that point to another resource (eg
        links to pages/files) - the link target is saved
    
  • "img": image elements

Functions

parser

  • At some point, this might be turned into a real keyseq parser

    reset and selectFocusedHints are OK candidates for map targets in the future. pushKey less so, I think.

    Parameters

    Returns object

    • ex_str: string
    • keys: undefined[]

pushKey

  • pushKey(key: any): Promise<any>

reset

  • reset(): Promise<any>

selectFocusedHint

  • selectFocusedHint(): Promise<any>