statusSymbols

Summary

  • type: object

Description

Map note statuses to other symbols

The mapped symbol is what will be displayed for a task that has that status.

The key portion (left side of :) is the status 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:
        statusSymbols:
            "shipped": "πŸ›³οΈ"

Backlinks