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
- Host: GitHub
- URL: https://github.com/onsails/liquid-filters
- Owner: onsails
- License: mit
- Created: 2010-04-25T23:37:55.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-28T23:43:58.000Z (about 16 years ago)
- Last Synced: 2025-07-10T11:12:11.644Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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