abrochard / emacs-habitica

Emacs Extension for Habitica
GNU General Public License v3.0
77 stars 23 forks source link

Show checklists for tasks that have them (feature request) #8

Closed real-milos closed 7 years ago

real-milos commented 7 years ago

Hello.

First of all, thanks for the amazing package, your work is very much appreciated.

There is one thing I did not find in your roadmap.org file, and that is displaying checklists for tasks that have them assigned. It would be really cool to display the lists and also to have the ability to toggle their items in org-mode style (C-c C-c).

A quick mockup to get a feeling for what I have in mind:

a thousand words

Thanks for your consideration.

abrochard commented 7 years ago

Thank you very much for the feedback! I am very happy that you like the extension. And you are right, I completely missed the checklist feature. I am going to add it now to the roadmap and it shall be the next thing I work on. Feel free to create another issue if something else is missing, Best, Adrien

abrochard commented 7 years ago

Just merged my dev branch into master with code for checklist support. https://github.com/abrochard/emacs-habitica/pull/9/files

You should get it at next MELPA build if that's how you installed it.

I added the functions:

And bounded habitica-score-checklist-item to C-x t c Let me know if this is what you had in mind.