An open API service indexing awesome lists of open source software.

https://github.com/onsails/liquid-filters

Some useful filters for liquid markup
https://github.com/onsails/liquid-filters

Last synced: 12 months ago
JSON representation

Some useful filters for liquid markup

Awesome Lists containing this project

README

          

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