2017 © Pedro Peláez
 

silverstripe-module silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

image

stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  • Wednesday, November 19, 2014
  • by stnvh
  • Repository
  • 1 Watchers
  • 1 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Silverstripe CMS Spell Checker

Latest Stable Version License, (*1)

Add TinyMCE spell checker support without having to edit core. Uses the config API to set options., (*2)

Tested and working on versions 3.1 down to 2.4., (*3)

By Stan Hutcheon - Bigfork Ltd, (*4)

Installation:

Composer:

composer require "stnvh/silverstripe-cmsspellchecker" "~1"

Download:

Clone this repo into a folder called cmsspellchecker in your silverstripe installation folder., (*5)

Usage:

This assumes you have pspell installed or the aspell binary installed on your webserver., (*6)

If you have the pspell module installed it should work straight away. If you have just the binary installed, then you'll need to add something like below to mysite/_config/config.yml:, (*7)

CMSSpellChecker:
  engine: 'PSpellShell'
  shell: '/usr/local/bin/aspell'

For pre Silverstripe 3.0, set config via method calls:, (*8)

mysite/_config.php:, (*9)

CMSSpellChecker::set_engine('PSpellShell');
CMSSpellChecker::set_shell('/usr/local/bin/aspell');

Options:

engine:
  • PSpell (default)
  • PSpellShell
  • EnchantSpell
shell:
  • (used with PSpellShell, specifies where aspell is located on the server, default /usr/bin/aspell)

After installing via composer, you must /dev/build, (*10)

The Versions

19/11 2014

dev-master

9999999-dev https://github.com/stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  Sources   Download

BSD-3-Clause

The Requires

 

check silverstripe checker spell spellchecker

19/11 2014

1.1.4

1.1.4.0 https://github.com/stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  Sources   Download

BSD-3-Clause

The Requires

 

check silverstripe checker spell spellchecker

30/10 2014

1.1.3

1.1.3.0 https://github.com/stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  Sources   Download

BSD-3-Clause

The Requires

 

check silverstripe checker spell spellchecker

30/10 2014

1.1.2

1.1.2.0 https://github.com/stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  Sources   Download

BSD-3-Clause

The Requires

 

check silverstripe checker spell spellchecker

30/10 2014

1.1.1

1.1.1.0 https://github.com/stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  Sources   Download

BSD-3-Clause

The Requires

 

check silverstripe checker spell spellchecker

30/10 2014

1.1

1.1.0.0 https://github.com/stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  Sources   Download

BSD-3-Clause

The Requires

 

check silverstripe checker spell spellchecker

30/10 2014

1.0.0

1.0.0.0 https://github.com/stnvh/silverstripe-cmsspellchecker

Add TinyMCE Spell checking functionality without having to edit core

  Sources   Download

BSD-3-Clause

The Requires

 

check silverstripe checker spell spellchecker