A Fidus Writer plugin to connect to Languagetool.
Project description
FidusWriter-Languagetool
FidusWriter-Languagetool is a Fidus writer plugin to connect a Fidus Writer instance with Languagetool (LT).
NOTE: You should first install Languagetool (a Java program) and make it run as a server. It is included in the Ubuntu Snap version of Fidus Writer so that will be the simplest way to install it for 99% of users.
Installation
- Install Fidus Writer with the correct version of the plugin like this:
pip install fiduswriter[languagetool]
- Add "languagetool" to your INSTALLED_APPS setting in the configuration.py file like this::
INSTALLED_APPS += (
...
'languagetool',
)
- Add a setting for the URL where you are running Languagetool in the configuration.py file like this:
LT_URL = 'http://localhost:8081'
- Create the needed JavaScript files by running this::
python manage.py transpile
- (Re)start your Fidus Writer server.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fiduswriter-languagetool-3.11.2.tar.gz
.
File metadata
- Download URL: fiduswriter-languagetool-3.11.2.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb04c871bb91015670f52d8dc5da92a76ff23bc3c592d97edc64d66c33e0ca1f |
|
MD5 | f7dea33740162c6be4150fe0424c6d13 |
|
BLAKE2b-256 | 866c4574df4bfcf0af394b0a8facf9605e66accec164d75a32032527eda992a7 |
File details
Details for the file fiduswriter_languagetool-3.11.2-py3-none-any.whl
.
File metadata
- Download URL: fiduswriter_languagetool-3.11.2-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cca2cbad33ab53ea17392a9099724bc439b3a83826ac8ddffed89f0fc1f3fba |
|
MD5 | 7c1d133baf9ec678c327e6ad9402a943 |
|
BLAKE2b-256 | 9da5aa75a69ef3266d00aa7b8a20f4b53a90dde5a2a4bb336fc86e48ffea1c4f |