onsails / liquid-filters

Some useful filters for liquid markup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liquid-filters
==============

This plugin contains some useful filters for tobi-liquid(http://github.com/tobi/liquid)


Example
=======

{{ 'Some text' | link_to 'http://some-url.here' }}

or

{{ 'Some text' | link_to_unless_current 'http://some-url.here' }}

If you need some other filter create issue or fork this project, write your filter and create issue then I merge repos.

See also
========

Will Paginate Liquidized - http://github.com/hiddenloop/will_paginate-liquidized

Copyright (c) 2010 Andrey Kouznetsov, released under the MIT license

About

Some useful filters for liquid markup

License:MIT License


Languages

Language:Ruby 100.0%