PillFall / languagetool.el

LanguageTool suggestions integrated within Emacs
GNU General Public License v3.0
98 stars 8 forks source link

Suggestion for docs  #22

Open sinauq opened 9 months ago

sinauq commented 9 months ago

What version of Emacs are you running?

29.1

What version of LanguageTool are you running?

remote server

What version of this package are you running?

1.3

What is the current behaviour?

The document is not clear about how to use languagetool's premium server.

What is you expect to happen?

For anyone who might face the same problem, the config should be something like this:

(use-package languagetool
  :config
  (setq
   languagetool-server-url "https://api.languagetoolplus.com"
   languagetool-server-port 443
   languagetool-api-key "XXXX"
   languagetool-username "XXX"
   ))


### What do you do to get this bug?

_No response_
PillFall commented 9 months ago

Hi, I'm sorry you are experiencing this. Right now I do not have any way to test against premium LT, that's the main reason why the docs are so poor.

If you wanna help me improving the docs, I would appreciate it.

The only info referring to LT Plus are these lines in the ReadMe

https://github.com/PillFall/languagetool.el/blob/b136d531129eb488dc4134784e34c4afedcb0c2f/ReadMe.org#L141-L147