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
Google inbox uses a div with contenteditable="true" instead of a textarea for email composition (which seems like a stupid idea to me...). It would be great if itsalltext could support editing this.
I might have a go at implementing this myself, do you think it's possible? Any pointers?
The text was updated successfully, but these errors were encountered:
to the expression for is_disabled in onContextMenu. However it seemed
be flaky: sometimes the button wouldn't appear and sometimes the context
menu wouldn't appear. It wasn't obvious to me why this was happening, but
then I don't really know what I'm doing with Firefox extensions.
But the main problem is the html, as you said. I don't think that's going
to be a convenient way to write emails. Probably the best fix at this point
is to pester google to add an option to use plain text (there's one for
gmail, so hopefully they'll do it eventually).
Google inbox uses a div with
contenteditable="true"
instead of a textarea for email composition (which seems like a stupid idea to me...). It would be great if itsalltext could support editing this.I might have a go at implementing this myself, do you think it's possible? Any pointers?
The text was updated successfully, but these errors were encountered: