Actions availability

Could you consider phasing in actions? Some action steps seem trivial to implement e.g. Mail, open URL. These could be launched right away while the trickier stuff (e.g. JS) could wait. I’m requesting this as 90% of my usage I’d estimate is opening a search URL with the draft as argument. No need to wait for full JS for that right?!?

1 Like

The vast majority of the work implementing actions has nothing to do with the steps themselves. It’s all the required user interface work for managing them, displaying them, triggering them, etc.

4 Likes

That makes sense, thanks. UI work i’ve always found tedious compared to solving the underlying programming problems.