All Projects → sjelfull → Craft Lettering

sjelfull / Craft Lettering

Licence: mit
Lettering.js ported to Craft

Labels

Projects that are alternatives of or similar to Craft Lettering

Craft-UserCreator
Allow you to generate users en masse, simply.
Stars: ✭ 16 (-15.79%)
Mutual labels:  craftcms
Slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
Stars: ✭ 311 (+1536.84%)
Mutual labels:  craftcms
Element Api
Create a JSON API/Feed for your elements in Craft.
Stars: ✭ 493 (+2494.74%)
Mutual labels:  craftcms
craft-entriessubset
Craft field type plugin that extends the core Entries field type to give extra settings
Stars: ✭ 27 (+42.11%)
Mutual labels:  craftcms
Nginx Craft
An Nginx virtual host configuration for Craft CMS that implements a number of best-practices.
Stars: ✭ 276 (+1352.63%)
Mutual labels:  craftcms
Imager Craft
This plugin has been DEPRECATED. Check out Imager X instead.
Stars: ✭ 351 (+1747.37%)
Mutual labels:  craftcms
transcoder
DEPRECATED Transcode videos to various formats, and provide thumbnails of the video
Stars: ✭ 24 (+26.32%)
Mutual labels:  craftcms
Craft3 Templateselect
A fieldtype that allows you to select a template from the site templates folder.
Stars: ✭ 18 (-5.26%)
Mutual labels:  craftcms
Contact Form
Add a simple contact form to your Craft CMS site.
Stars: ✭ 294 (+1447.37%)
Mutual labels:  craftcms
Awesome
A collection of awesome Craft CMS plugins, articles, resources and shiny things.
Stars: ✭ 449 (+2263.16%)
Mutual labels:  craftcms
Craft-TemplateSelect
Allows you to select templates for an entry in Craft CMS
Stars: ✭ 30 (+57.89%)
Mutual labels:  craftcms
craft-commerce-widgets
Insightful widgets for Craft CMS Commerce stores
Stars: ✭ 33 (+73.68%)
Mutual labels:  craftcms
Seomatic
DEPRECATED A turnkey SEO implementation for Craft CMS 2.x that is comprehensive, powerful, and flexible
Stars: ✭ 366 (+1826.32%)
Mutual labels:  craftcms
craft-retour
Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website
Stars: ✭ 32 (+68.42%)
Mutual labels:  craftcms
Demo
“Happy Lager” Craft CMS demo site.
Stars: ✭ 730 (+3742.11%)
Mutual labels:  craftcms
routemap
DEPRECATED Returns a list of Craft/Vue/React route rules and entry & asset URLs for ServiceWorkers from Craft entries
Stars: ✭ 27 (+42.11%)
Mutual labels:  craftcms
Craft Scripts
Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments
Stars: ✭ 338 (+1678.95%)
Mutual labels:  craftcms
Geomate
GeoMate is a friend in need for all things geolocation. IP to geo lookup, automatic redirects (based on country, continent, language, etc), site switcher... You name it.
Stars: ✭ 19 (+0%)
Mutual labels:  craftcms
Craft Bugsnag
Log Craft errors/exceptions to Bugsnag.
Stars: ✭ 6 (-68.42%)
Mutual labels:  craftcms
Craft Neo
A Matrix-like field type for Craft CMS that uses existing fields
Stars: ✭ 387 (+1936.84%)
Mutual labels:  craftcms

Lettering plugin for Craft CMS

Lettering.js port for Craft

Installation

To install Lettering, follow these steps:

  1. Download & unzip the file and place the lettering directory into your craft/plugins directory
  2. -OR- do a git clone https://github.com/sjelfull/Craft-Lettering.git directly into your craft/plugins folder. You can then update it with git pull
  3. Install plugin in the Craft Control Panel under Settings > Plugins
  4. 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.

Using Lettering

{{ 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>  

Output

<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>

Lettering Changelog

1.0.0 -- 2016.02.06

  • Initial release

Brought to you by Fred Carlsen + Mats Mikkel Rummelhoff

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].