Skip to main content

A Fidus Writer plugin to connect to Languagetool.

Project description

FidusWriter-Languagetool is a Fidus writer plugin to connect a Fidus Writer instance with Languagetool (LT).

Installation

  1. Install Fidus Writer with the command:

    pip install fiduswriter[languagetool]

  2. Add “languagetool” to your INSTALLED_APPS setting in the configuration.py file like this:

    INSTALLED_APPS += (
        ...
        'languagetool',
    )
  3. Add a setting for the URL where you will be running LT in the configuration.py file like this:

    LT_URL = ‘http://localhost:8081

  4. Create the needed JavaScript files by running this:

    fiduswriter setup
  5. (Re)start your Fidus Writer server.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fiduswriter-languagetool-3.7.0.tar.gz (20.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page