Auto non-breaking space filter

Filters ::: filter_vowels
Maintained by Kamil ŁuczakKamil Łuczak
Auto change spaces after chosen one-letter conjunctions and prepositions or words into non-breaking space -   You can specify single characters and words after wchich space will be changed into non-breaking space.

Auto non-breaking space filter 1.1 (Build: 2015070901)

Moodle 2.6, 2.7, 2.8, 2.9
Released: Friday, 10 July 2015, 4:22 AM
Vowels Filter
=========================
This filter changes all spaces between single character (vowel like a i o u w z) to an  
It is specially non-estetic in Polish sites.

So paragraph like this:

The quick brown fox jumps over a
lazy dog.

Will be displayed as:

The quick brown fox jumps over
a lazy dog.


Release notes
=========================
*1.1
- filtering inside html tags parameters bug fixed
- added new function to change space into hard-space before selected words

*1.0
This is first release of this filter so please report any bugs You found.


Requirements
=========================
There is no any special requirements for this filter.


Installation
=========================
Install the plugin like any other plugin to folder /filter/vowels

If You're installing with Plugin installer using zip archive choose plugin type: Text filter (filter)

See http://docs.moodle.org/28/en/Installing_plugins for details on installing Moodle plugins


Usage
=========================
First, activate the filter_vowels plugin in Site Administration -> Plugins -> Filters -> Manage filters


Settings
=========================
filter_vowels has a settings page to allow you to change the filter to only certain letters.
You can also enable function that changes spaces after or/and before selected words into hard spaces.

Copyright
=========================
Written by Kamil Łuczak.
kamil@limsko.pl
www.limsko.pl

Version information

Version build number
2015070901
Version release name
1.1 (Build: 2015070901)
Can be updated to
1.2 (Build: 2020041500) (2020041500), 1.2 (Build: 2020041501) (2020041501)
Maturity
Stable version
MD5 Sum
1dbd2c57891e79fe4a4e18f6c62ba20c
Supported software
Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation