aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

Adds support for the X symbol ❌ for canceled tasks #440

Closed SimoGecko closed 5 months ago

SimoGecko commented 5 months ago

This PR adds support for the X symbol ❌ for canceled tasks.

image

The old default symbol ✘ had a few issues:

Simply swapping the new X symbol in the preferences under "cancelled_tasks_bullet": "✘", // options: x | ✘ | [-] caused issues, with the count of tasks at the bottom not working correctly and neither shortcuts.

The default canceled symbol is not changed so no behavior is changed for users. Users now have the option to switch to the new symbol if they like by updating their preferences.

vovkkk commented 5 months ago

Thank you!