MartinSGill / TodoTxtJs

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

The 'done' x is being ignored #91

Open wattcommunity opened 7 years ago

wattcommunity commented 7 years ago

So I have a test file with the following lines:

x Chris #Goodrop x 2017-01-09 Modify form for tomorrow and send x Sue's +laptop +purchasing x Intel or AMD intel for +laptop x Modify form for tomorrow's +lcc @mtg and send x Send form +lcc

The way I understand the todo.txt format is that these should be marked as completed. However they are not :

image

It seems however, if a date follows the x then the complete status is correctly picked up.

image

However this should not be a requirement so I thought ? Is this a bug or have I missed something.

Using Firefox (latest)