Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multi-line comments #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

afjoseph
Copy link

Closes #17

Hey guys. I actually just stumbled upon Taskbook. The codebase is very clean and looks like a great project. Kudos to everyone here!

This PR will add "comments" to a task. I use TB for my daily task management and many times, I would like to make an "update" to a task. TaskWarrior calls these "Annotations".

Demonstration

[0] % tb -t @daily This is my new task

 ✔  Created task: 6

[0] % tb -z 6

# Opens my default editor and wait until it exits

 ✔  Commented on task: 6

[0] % tb

  @daily [0/1]
    6. ☐  This is my new task
       - I :heart: Taskbook
         - This supports multiline comments...
           - without an issue

  0% of all tasks complete.
  0 done · 0 in-progress · 3 pending · 0 notes

Disclaimer

I am, by no means, a JS developer. Please lemme know if the commit could be cleaned further and I'll take care of it.

Cheers and thank you for the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiline task description
1 participant