prioritySymbols
Summary
- type:
object
Description
Map note priorities to symbols
The mapped symbol is what will be displayed for a task that has that priority.
The key portion (left side of :
) is the priority of the task, and value portion
(right side of :
) is what will displayed in the editor, preview, and
publishing for that task.
Example
workspace:
task:
prioritySymbols:
H: "high"
M: "medium"
L: "low"
Backlinks