fregante/GhostText

How to disconnect the field on the new GhostText?

Open

#178 opened on Jan 27, 2021

 (7 comments) (0 reactions) (0 assignees)JavaScript (133 forks)github user discovery
discussionhelp wanted

Repository metrics

Stars
 (3,611 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Originally posted by @subnut in https://github.com/GhostText/GhostText/issues/172#issuecomment-735098823:

If a field is currently connected, then clicking the GhostText extension icon and selecting the connected field should disconnect it.

Yeah the current disconnection logic isn't super clear. In the previous version you would just click the button again and it would disconnect, but now it just looks for more fields.

So the solution I came up with is to right click the button 😬 or to just close the editor tab (which would make more sense, since you're done with it so you want to go back to the browser)

Does anyone have any suggestions for an intuitive way to disconnect the editor from the browser?

Contributor guide