todotxt / todo.txt

‼️ A complete primer on the whys and hows of todo.txt.
GNU General Public License v3.0
2.41k stars 103 forks source link

Project and Context case sensitive #73

Open clach04 opened 2 years ago

clach04 commented 2 years ago

The spec is very clear on case sensitivity for:

it does not mention case for Project tags and Context Tags, however I think it is implied to be case sensitive and https://github.com/todotxt/todo.txt-cli/blob/master/todo.sh#L1031 is explicitly case sensitive when searching

In the Android apps I've experimented with, Project and Context are both case sensitive.

Any objections to documenting this explicitly?