tb2taskwarrior icon indicating copy to clipboard operation
tb2taskwarrior copied to clipboard

Feature request with TB tags

Open blurmonk opened this issue 12 years ago • 2 comments

Hi

Is it possible to attach a custom tag to the email when we use this tool? For example when I add an email as a task I want it to be tagged as custom TB "tasked" , I can do this manually but it would be much better if it is automated. This way one can see if an email is tasked or not.

thanks

blurmonk avatar Nov 28 '13 05:11 blurmonk

HI I am not maintaining this code any longer.

pi3ch avatar Dec 06 '13 15:12 pi3ch

In the button script, you can modify a line and there is a comment in the code to do this. Mine looks like:

var box = custombuttons.promptBox("Add task", "Add more attributes \n(e.g. due:tomorrow, pro:Party)", "+email proj:email due:5d pri:m"); if(box[0])

mahern avatar Dec 06 '13 16:12 mahern