Closed claremacrae closed 5 months ago
blockedBySymbol: '⛔️', idSymbol: '🆔',
Good spot... Thank you.
I don't know if it makes a difference, but unlike other emojis, the Postpone icon comes from CSS rather than TypeScript code:
https://github.com/obsidian-tasks-group/obsidian-tasks/blob/e6b19591bbeee080e6ef2afc33e88eed8511662d/src/Renderer/Renderer.scss#L71-L73
.tasks-postpone::after { content: '⏩'; }