-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support to LanguageTool subscription #398
Comments
I opened an issue with the developer so we could find a way to query using login options to get answers using the premium features. languagetool-org/languagetool#5587 |
You can open an upstream issue, but as I said, you have to subscribe to an API plan for this to work (for me, it says EUR 29 per month for 100 checks per day). It's simply not allowed in the normal Premium plan for external software to access LT Premium features via HTTP. That's what the API plan is for. |
@valentjn I got an API key. But I just could set the API endpoint, not the API key. There is an option which just can be set editing the JSON config file? |
Ah, I see. This has to be implemented on LTEX side. Sorry for the confusion. |
@valentjn Installed the nightly version and configured username and API key. What can I do to check if the extension is querying the API endpoint correctly? |
Check sentences that contain diagnostics that only LanguageTool Premium discovers. Their website contains some examples:
I don't get a diagnostic for any of these (without API key). You might want to set |
Excellent, it seems to be working. It might be that some of those examples only work when activating picky rules via The documentation will be updated to include the new settings once released. Thanks for the feature request. |
Feature released in 12.0.0. |
Just for reference for people who need it (see also #18), it is possible to request an API key as a Premium user by contacting the support, there is no need to have a developer plan. |
Note: Per the contribution guidelines, deleting parts of the template or not filling in vital information may result in the issue to be immediately closed as invalid.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Using actual real-world examples that explain why you and many other users would benefit from the feature increases the request's chances of being implemented.
I subscribed to the paid version of LanguageTool. It provides more complete suggestions than the basic version. I would like to be able to log in to my account and get these more complete suggestions, in the same way I do when I use the Firefox extension.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Implement option to do the login and get the advanced suggestions available for subscribers.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Can't find any alternatives.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: