Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

RedPen WordPress plugin

Descrizione

RedPen is a proofreading tool to help writers or programmers who write technical documents or manuals that need to adhere to a writing standard. This plugin integrates text validation provided by RedPen Server into the WordPress editor.

Caratteristiche

  • Validates text with RedPen as you type
  • Supports both Visual and Text WordPress editors
  • Validation errors are marked in Visual editor in-place
  • Validation error messages are also listed below and highlighted in the editor on click
  • Autodetection of supported languages and variants (currently, English or Japanese)
  • RedPen validators and symbols
    can be configured directly in WordPress panel below the editor
  • Configuration is stored for next visit with the same browser

Screenshot

  • Here's a screenshot of it in action

  • RedPen configuration can be easily tuned.

Installazione

By default, the plugin uses public RedPen installation at https://redpen.herokuapp.com/ for validation. See below if you want to use your own installation of RedPen Server.

  • The plugin is available in WordPress Plugin Directory, so you can install it directly form there.
  • Or you can download redpen.zip and upload it on the WordPress Plugins page. Alternatively, extract the zip file to WordPress subdirectory /wp-content/plugins/.
  • Activate the plugin in WordPress Admin console -> Plugins -> Installed plugins.

Using an own instance of RedPen Server

If you are uncomfortable sending your text for validation to an external server, you can use your own instance.

To use the plugin, you need to have RedPen Server v1.4.5 or newer. Please refer to RedPen Server documentation for more details on how to start it.

By default, local RedPen Server will respond at http://localhost:8080/. Make sure that it is accessible from your client machine (browser), possibly opening its port (8080) on the firewall.

Then, go to WordPress Settings -> Writing and define a new RenPen Server URL.

FAQ

None yet

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“RedPen WordPress plugin” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “RedPen WordPress plugin” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.1.3

  • Fixed js error on first usage of RedPen Plugin

1.1.2

  • Add support for custom post types

1.1.1

  • Add support for Multisite installation

1.1

  • More secure proxy-less communication with RedPen Server (1.4.5 or newer)
  • RedPen Server’s URL can be configured in WordPress Settings

1.0

  • Added in-place highlighting and RedPen configuration
  • Use public RedPen Server installation by default for ease of installation

0.1

  • Initial version