-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
From @damascene on December 22, 2015 14:10
Most markups in todo.txt files (priority (A)(B)
and Date t:, due:
) depends on Latin characters so a user of other alphabets like Arabic, Russian, Chinese would have to switch keyboard to write the markup. It would be much easier for a user to write todo.txt tasks in his language letters without having to use Latin characters.
My thought is that many symbols that are available on every keyboard could be used like # & ^ +__()*&&{} []
and numbers could be used for priorities.
example for due: you can use:
Visit London {2015-12-22}
For completed tasks:
× Visit London
For priorities:
(1) Save my life
(2) Visit my mother
Copied from original issue: todotxt/todo.txt-cli#171