todotxt4js
    Preparing search index...

    Enumeration TokenType

    Enum representing the different types of tokens in a todo.txt line.

    Index

    Enumeration Members

    COMPLETION: 0

    Completion marker "x"

    CONTEXT: 4

    Context tag starting with "@"

    DATE: 2

    Date in YYYY-MM-DD format

    KEY: 5

    Key-value pair key ending with a colon

    PRIORITY: 1

    Priority marker "(A)" through "(Z)"

    PROJECT: 3

    Project tag starting with "+"

    WORD: 6

    Any other word (fallback)