aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

Timestamp with date only (YY-MM-DD) is ignored #388

Open bluebirch opened 6 years ago

bluebirch commented 6 years ago

I'd like to use PlainTasks without noting the time for every task, only the date. I set "date_format": "(%y-%m-%d)"but then the date is not always recognized. For example, the text below a @due(2018-07-31) tag that shows remaining time does not show up unless I add a space after the date: @due(2018-07-31 ).

vovkkk commented 6 years ago

I cannot confirm it, although this functionality has some quirks and minor bugs, but the whitespace does not affect visibility of a phantom for me in 3176.

BTW, %y should output 18, 2018 would be produced from %Y.

bluebirch commented 6 years ago

I just discovered it works on 3176 on Linux. On Windows, however, phantoms (is that what it is called?) is only displayed when I move the cursor to the @due() tag, but not at all when date is @due(18-07-31) (2018 was just a typo). Sublime Text and PlainTask preferences are the same on both machines.