irrationalistic / atom-tasks

Handle tasks/todo files in atom
MIT License
154 stars 22 forks source link

Project is no longer being included on completed task lines #58

Closed k7hpn closed 8 years ago

k7hpn commented 8 years ago

It appears that somewhere around the Atom 1.9.1 release, flagging a task as complete is not adding the @project() decoration to the line.

Sample file format:

Project of awesome:
  - Do this thing
  ✔ Do the other thing @done(2016-08-03 10:30)
irrationalistic commented 8 years ago

I can reproduce this. Will look into it ASAP, thanks for flagging!

irrationalistic commented 8 years ago

Looks like indentLevel was removed as a property on tokenized lines, looking for a fix.

irrationalistic commented 8 years ago

Closing as this should be fixed now! Feel free to re-open if it crops back up :)

k7hpn commented 8 years ago

:+1: works great. Thanks so much, this plug-in is very useful!

massic80 commented 4 years ago

I'm having the same issue, four years later: I'm still in time to reopen it? :)