MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Meta-data field doesn't accept value with dots in it #74

Closed ultrablue closed 9 years ago

ultrablue commented 10 years ago

Hi:

If my keyword has periods in it, it doesn't get parsed as a key:value pair.

todotxtjs keyword problem

According to Todo.txt format: Both key and value must consist of non-whitespace characters, which are not colons.

So it seems like periods are acceptable.

Thank you! Greg