I added language tool to the wiki. Please can someone read it over and see if everything is correct?

TheShadowOfHassen 2023-01-03 08:31:07 -05:00
parent 7d72a51599
commit 674ead5520

@ -87,3 +87,20 @@ As the docs stated:
With a web browser right-click on *plain* and choose **Save link as** or **Save target as**.
# Language Tool
Language tool is a powerful open source grammar checker. Manuskript uses the python module language-tool-python which can be found here: https://pypi.org/project/language-tool-python/
## Installing
At the moment there isn't any way to add language tool to the binaries.(Windows exe, Mac binary, flatpak, and snap) If you are using source or installed manuskript using your linux distribution's package manager(or the offered up to date packages), it should be easy.
Open your terminal and run:
`pip install language-tool-python`
If this runs errors, check if pip has a different way to install packages on your system. Or if you are in Linux, some distributions don't come with pip installed.
Once pip reports the package installed, close all instances of manuskript and run manuskript. It will take awhile to launch because language-tool-python is downloading the language tool package. When the start up windows appears, the installation is successful. You can select language-tool from the dictionary pane as it says above.