Add Shortcut for Session Button Extension
erauner12 opened this issue · 5 comments
Could you please create a shortcut to execute Session Button (similar to how toggl and Clockify are executed)
Here is the extension
Here is an x-callback example:
session:///start?intent=${title}&categoryName=${projectName}`
After thinking on it. I think the whole process of clicking the button from the extension can be circumvented if a key binding would just send the task specific data directly to the x-callback-url.
I'd accept a PR adding such functionality. If the button has a distinguishing class (right click it and click "Inspect" to see it) then it could be as simple as adding it to the list here
Great! I'll try and work on this. Another question, is it possible to tie another action to this?
I'd like to tie a label to a task of doing
that I have selected to start a Session.
You could add such a thing in a locally modified version, though
Will probably give this a shot as well!
I think I'll start with this label adding action as a first run at it to see how useful it is.