View Single Post
Old 07-28-2018, 05:05 AM   #1
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,599
Karma: 23164939
Join Date: Dec 2010
Device: Kindle PW2
[Plugin] Proselint - English style checker

Released: October 5, 2019
Current Version: "0.1.1"

This plugin is a simple proselint-based style checker.

System requirements:

This plugin requires Sigil 0.9.5 or higher.

Installation:

1. Select Manage Plugins from the Plugins menu and select Use Bundled Python, if it isn't already selected.

2. Click Add Plugin and select Proselint_v0.1.1.zip. This will install the Proselint plugin, which you can select via Plugins > Valdidation > Proselint.

Settings:

You can disable Proselint checks by editing .proselintrc, which is located in the proselint subfolder.

If you have a Windows machine, you can use the following commands to display the proselint plugin subfolder:
  1. Press Windows+R (Run).
  2. Copy and paste %USERPROFILE%\AppData\Local\sigil-ebook\sigil\plugins\Proselint\proselint and press Enter.

For example, if you don't want Proselint to complain about 'very,' change the following entry from:

Code:
        "weasel_words.very"             : true
to

Code:
        "weasel_words.very"             : false
License: GNU General Public License v3 (GPL-3)
Attached Files
File Type: zip Proselint_v0.1.1.zip (110.8 KB, 458 views)

Last edited by Doitsu; 10-05-2019 at 12:23 PM. Reason: Attached new version with minor updates
Doitsu is offline   Reply With Quote