
Another plugin added in the Moodle plugins database past week is Auto non-breaking space filter which is basically a filter plugin and automatically changes the space after chosen vowels and words into non-breaking space – &
You can specify vowels (letters) and words after which space will be changed into non-breaking space.
For example 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.
Between a and lazy will be inserted = a lazy
You can download the auto non breaking space filter from this link: https://moodle.org/plugins/view/filter_vowels The filter plugin is available for Moodle 2.8+ versions.