Garnish

Developer

Curtis Blackwell

3rd Party (Free)

458 downloads (last 90 days)

Creative Commons Attribution Share Alike Download v0.1

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

Garnish is an ExpressionEngine 2 plugin that allows you to control the case of text between its tag pairs.

Garnish is no longer being developed or supported and is now considered a legacy add-on.

### Features
* Convert Text To Title Case
* Convert text to sentence case
* CONVERT TEXT TO UPPERCASE
* convert text to lowercase

### Installation
Upload the `garnish` folder to `system/expressionengine/third_party`.

### `{exp:garnish:title_case}`
`{exp:garnish:title_case}` converts text to title case.

  {exp:garnish:title_case}five years{/exp:garnish:title_case}

returns

  Five Years

### `{exp:garnish:sentence_case}`
`{exp:garnish:sentence_case}` converts text to sentence case.

  {exp:garnish:sentence_case}it was cold, and it rained, so I felt like an actor.{/exp:garnish:sentence_case}

returns

  It was cold, and it rained, so I felt like an actor.

### `{exp:garnish:uppercase}`
`{exp:garnish:uppercase}` converts text to uppercase.

  {exp:garnish:uppercase}my brain hurts a lot!{/exp:garnish:uppercase}

returns

  MY BRAIN HURTS A LOT!

### `{exp:garnish:lowercase}`
`{exp:garnish:lowercase}` converts text to lowercase.

  {exp:garnish:lowercase}That’s all we’ve got.{/exp:garnish:lowercase}

returns

  that’s all we’ve got.

### Pro Tip
#### Leave HTML Out of the Tag Pair
Garnish finds words by looking for spaces, so if you have HTML tags within the tag pair, you may run into issues. For example:

  {exp:garnish:title_case}

five years

{/exp:garnish:title_case}

{exp:garnish:title_case}five years{/exp:garnish:title_case}

returns

five Years

Five Years

 

Download Garnish

EE Support Downloads Add-On Version Release Date
Not Specified Download 0.1 Jul 5, 2011

Garnish Links

This entry was created July 7, 2011, 1:09 pm.
This entry was last updated April 30, 2015, 9:34 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

podzol 12.09.11

podzol
Rating - {addon_rating_average}

Worked just fine to capitalize a url segment. Quick to install and an easy tag to add.