This note defines a to-do task state. The note's icon is displayed inside checkboxes to represent this state, and the note's title serves as its display name.
The state is configured through the following promoted attributes:
Identifier — required. The internal name stored as metadata within the note markup.
Only letters, digits, - and _ are permitted.
Prefix the identifiers of your custom task states with an underscore _ or a hyphen - to avoid clashes with task states that may be introduced in future versions of Trilium.
_postponed, _awaiting-feedback, _validated.Markdown symbol — the single character used to represent the state when exporting to Markdown; for example, / produces - [/].Counts as completed — when enabled, a task in this state is treated as completed.Color — the checkbox color for this state.Hidden from toolbar — when enabled, the state is excluded from the state list and the keyboard cycle. Notes already using it continue to render correctly.Changes take effect after the application is reloaded.