Lettering.js port for Craft
To install Lettering, follow these steps:
- Download & unzip the file and place the
lettering
directory into yourcraft/plugins
directory - -OR- do a
git clone https://github.com/sjelfull/Craft-Lettering.git
directly into yourcraft/plugins
folder. You can then update it withgit pull
- Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
lettering
for Craft to see it. GitHub recently started appending-master
(the branch name) to the name of the folder for zip file downloads.
Lettering works on Craft 2.4.x and Craft 2.5.x.
{{ text|lettering }}
{{ text|lettering('words') }}
{{ text|lettering('lines') }}
{% filter lettering('words') %}
<h1>{{ entry.title }}</h1>
{% endfilter %}
{% set lettering = craft.lettering.chars(’Sanctimonious Variable Lettering’) %}
<h1 {{ lettering.ariaLabel }}>{{ lettering.chars }}</h1>
<h1 aria-label="Sanctimonious Variable Lettering">
<span class="word1" aria-hidden="true">Sanctimonious</span>
<span class="word2" aria-hidden="true">Variable</span>
<span class="word3" aria-hidden="true">Lettering’</span>
</h1>
- Initial release
Brought to you by Fred Carlsen + Mats Mikkel Rummelhoff