Moodle Plugins directory: Auto non-breaking space filter: Versions: 1.0 (Build: 20150619) | Moodle.org

Auto non-breaking space filter
Filters ::: filter_vowels
Maintained by
Kamil Ł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.0 (Build: 20150619)
Moodle 2.8, 2.9
Released: sabato, 20 giugno 2015, 04:15
Auto non-breaking space 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
=========================
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 selected words into hard spaces.
Copyright
=========================
Written by Kamil Łuczak.
kamil@limsko.pl
www.limsko.pl
=========================
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
=========================
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 selected words into hard spaces.
Copyright
=========================
Written by Kamil Łuczak.
kamil@limsko.pl
www.limsko.pl
Version information
- Version build number
- 2015061901
- Version release name
- 1.0 (Build: 20150619)
- Can be updated to
- 1.2 (Build: 2020041500) (2020041500), 1.2 (Build: 2020041501) (2020041501)
- Maturity
- Versione stabile
- MD5 Sum
- e8f5a303a06166beaf682480f0411be5
- Supported software
- Moodle 2.8, Moodle 2.9
- The more recent release 1.2 (Build: 2020041501) (2020041501) exists for Moodle 2.8
- The more recent release 1.2 (Build: 2020041501) (2020041501) exists for Moodle 2.9
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Filters
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation