fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.25k stars 116 forks source link

GhostText for input fields #300

Closed hendryque closed 8 months ago

hendryque commented 8 months ago

Great extension! I'm working with a large input field with lots of content - a one-liner with sometimes 500 chars (please don't ask ...). Right now, Ghosttext only supports Textarea fields. Is it possible to provide support for input fields as well?

fregante commented 8 months ago

I don’t think that's a common occurrence so it's not worth complicating the code for this, especially because it would affect everyone

hendryque commented 8 months ago

I understand. Maybe my approach is a bit odd. I'll see if I can manipulate the output with a userscript so the Input becomes a textarea. Thank you.