You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds new command `addNote` and the alias `addNotes` which will accept input of a title and body or just a title or prompt for the title and body of the note.
Fixes#23
Adds new command `addNote` and the alias `addNotes` which will accept
input of a title and body or just a title or prompt for the title and
body of the note.
Fixes#23
Add the ability to add notes to a task, similar to how
gh
opens the EDITOR.This is to cover dwaring87/issues/19
See https://stackoverflow.com/questions/9122282/how-do-i-open-a-terminal-application-from-node-js for some sample code
It looks like a new method needs to be added to the rtm-api tasks and tasks helpers. RTM's API has to use rtm.tasks.notes.add.rtm
The text was updated successfully, but these errors were encountered: