DeWidow plugin for Craft 3
A Twig filter for Craft 3 to remove text widows., (*1)
By replacing the space between the last two words in a string with
, this filter will prevent widows on any field containing text., (*2)
Requirements
This plugin requires Craft 3., (*3)
Installation
To install the plugin:, (*4)
-
open your terminal and go to your Craft project:, (*5)
cd /path/to/project
, (*6)
-
tell Composer to load the plugin:, (*7)
composer require peteheaney/dewidow
-
In the Control Panel, go to Settings → Plugins and click the "Install" button for DeWidow., (*8)
Using DeWidow
Simply add the dewidow
filter to any field containing text and it will remove widows from the text., (*9)
{{ myTextField | dewidow | raw }}