turboderp / exui

Web UI for ExLlamaV2
MIT License
449 stars 43 forks source link

Make text field compatible with the LanguageTool browser extension. #35

Closed brucethemoose closed 9 months ago

brucethemoose commented 9 months ago

Just a tiny thing, but tthe languagetool extension doesn't seem to recognize exui's text box something valid to check text in, at least not in Chromium:

https://chromewebstore.google.com/detail/grammar-checker-paraphras/oldceeleldhonbafppcapldpdifcinji

And this extension is particularly cool because we can run an open source, locally hosted spelling/grammar checking server. I just install it as a system package from here:

https://archlinux.org/packages/extra/any/languagetool/

Anyway, as I typed this, I realized I haven't tried languagetool in Firefox yet. I will check it out, see if the extension works there...

turboderp commented 9 months ago

I just tried the extension in Chrome, and it seems to work for chat mode, but not notepad mode. Enabling spell checking on the textarea seems to have fixed it, so try the latest commit and lmk if it's ok.

brucethemoose commented 9 months ago

Seems to work, thanks. Always appreciate your work! :heart: