Config
Configuration for tasks are under workspace.task
namespace
workspace:
task:
...
General
Task Display
Dendron uses this configuration to map the priority and status symbols used in the frontmatter to what gets displayed on the screen. By changing these configurations, you can change what gets displayed.
workspace:
...
task:
statusSymbols:
"": " "
"done": "x"
...
prioritySymbols:
H: "high"
M: "medium"
L: "low"
taskCompleteStatus: ["x", "done"]
Extensions
Backlinks