Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more checkbox statuses #44

Closed
jotaen opened this issue Aug 24, 2022 · 2 comments · Fixed by #54
Closed

Support more checkbox statuses #44

jotaen opened this issue Aug 24, 2022 · 2 comments · Fixed by #54

Comments

@jotaen
Copy link
Owner

jotaen commented Aug 24, 2022

Apart from the currently supported statuses [ ] (open), [x] (checked), [@] (ongoing), and [~] (obsolete), there might be more useful ones.

I think the overall number of statuses should be limited, just so that they can still be memorized relatively easily. To me, there shouldn’t be more than 5 or 6 overall, which – next to the existing ones – would leave room for 1–2 more.

The purpose of this issue is to collect and maintain an overview of potential candidates.

Purpose Symbol Ideas
“unclear”, “in question” [?] #34
“paused”, “on hold” [.] #42

Note: the requirements for a symbol are:

  • It should be somewhat self-explanatory
  • It should be language-agnostic, so it should be a symbol, not e.g. the first letter of an English word
  • If ever possible, it should be an ASCII character, to ensure that it’s easy to type on every keyboard
  • There should only be one canonical symbol per status, so no “aliases”
@clach04
Copy link

clach04 commented Sep 12, 2022

@jotaen
Copy link
Owner Author

jotaen commented Sep 13, 2022

@clach04 thanks for the refs, I’ve added them to the table above.

jotaen added a commit that referenced this issue Jan 12, 2023
Resolves #44.

I think the question mark icon would be quite useful.

Regarding the “pause” one, I’m not fully convinced, also partly because
I think there is no intuitive symbol to represent it.

Overall, I think 5 statuses is enough for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants