jlebon / textern

A Firefox add-on for editing text in your favourite external editor!
GNU General Public License v3.0
138 stars 21 forks source link

edits are discarded by mastodon web ui #84

Open jhnc opened 1 year ago

jhnc commented 1 year ago

observed behaviour

  1. access mastodon edit form: https://[instance-name]/publish
  2. insert some initial text into form
  3. invoke textern (my config = ["xfce4-terminal","--disable-server","--geometry=100x40","-x","vi"])
  4. insert some text in editor
  5. save (:w) - new text appears in mastodon web page
  6. quit (:q) - text in mastodon reverts to initial text

expected behaviour

1-5 as observed; 6 should not cause reversion.

notes

jhnc commented 10 months ago

Still affects mastodon UI at version 4.2.1

Closed by mastodon as "not planned" whatever that means: https://github.com/mastodon/mastodon/issues/21063