obsidian-tasks-group / obsidian-tasks-custom-icons

Replace emojis used in Obsidian Tasks with monotone SVGs (obsidian css snippet generator)
58 stars 9 forks source link

Add support for postpone icon #8

Closed PNRYates closed 5 months ago

meitt8 commented 5 months ago

Seconded please :)

replete commented 5 months ago

What is this icon, its not defined in the Tasks Emoji format:

https://publish.obsidian.md/tasks/Reference/Task+Formats/Tasks+Emoji+Format

It appears to be a status, which I understand you can use custom emojis for, and if that is the case you will have to add the SVG yourself as there appears to be no agreed upon unicode emoji designation for 'postpone'

claremacrae commented 5 months ago

It's shown in the docs here: https://publish.obsidian.md/tasks/Editing/Postponing

And it's defined in code CSS here (alongside the Edit pencil icon): https://github.com/obsidian-tasks-group/obsidian-tasks/blob/7ca5c1163ddaec4ea8c5bd9c22a18ef2f3273d33/resources/sample_vaults/Tasks-Demo/.obsidian/snippets/tasks-buttons-alt.css#L5-L7

claremacrae commented 5 months ago

(It's an action button)

replete commented 5 months ago

Thanks Clare, I've added to the open PR.