All Projects → derrickreimer → Condensation

derrickreimer / Condensation

Licence: mit
A collection of handy extensions to the Liquid templating engine

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Condensation

liquidpy
A port of liquid template engine for python
Stars: ✭ 49 (+600%)
Mutual labels:  liquid
Slater
🛠 Shopify development toolkit
Stars: ✭ 321 (+4485.71%)
Mutual labels:  liquid
Liquidjs
A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.
Stars: ✭ 638 (+9014.29%)
Mutual labels:  liquid
vscode-liquid-snippets
Shopify Liquid Template Snippets
Stars: ✭ 22 (+214.29%)
Mutual labels:  liquid
Liquidsimulator
Cellular Automaton 2D Liquid Simulator for Unity
Stars: ✭ 302 (+4214.29%)
Mutual labels:  liquid
Shopify Code Snippets
Shopify code examples and tips
Stars: ✭ 391 (+5485.71%)
Mutual labels:  liquid
layouts
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.
Stars: ✭ 28 (+300%)
Mutual labels:  liquid
Shopify Starter Theme
Shopify Starter Theme
Stars: ✭ 16 (+128.57%)
Mutual labels:  liquid
Jekyll Toc
A GitHub Pages compatible Table of Contents generator without a plugin or JavaScript
Stars: ✭ 306 (+4271.43%)
Mutual labels:  liquid
Jekyll Rss Feeds
Templates for rendering RSS feeds for your Jekyll blog
Stars: ✭ 627 (+8857.14%)
Mutual labels:  liquid
korte
Kotlin cORoutines Template Engine for Multiplatform Kotlin
Stars: ✭ 69 (+885.71%)
Mutual labels:  liquid
Shopify Theme Lab
Shopify theme development environment using Liquid, Vue and Tailwind CSS 🧪
Stars: ✭ 250 (+3471.43%)
Mutual labels:  liquid
Craigstarter
An open source crowdfunding tool built on Shopify
Stars: ✭ 484 (+6814.29%)
Mutual labels:  liquid
jekyll-tipue-search
Full-text search in Jekyll with Tipue Search. Github Pages compatible. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
Stars: ✭ 83 (+1085.71%)
Mutual labels:  liquid
Cargo Generate
cargo, make me a project
Stars: ✭ 686 (+9700%)
Mutual labels:  liquid
NextCommunity.github.io
Join FREE: Community of open-source programmers and software engineers.
Stars: ✭ 29 (+314.29%)
Mutual labels:  liquid
Starter Theme
The Shopify Themes Team opinionated starting point for new a Slate project
Stars: ✭ 366 (+5128.57%)
Mutual labels:  liquid
Shopify Lang
Multi-Language Shopify Online Shop
Stars: ✭ 26 (+271.43%)
Mutual labels:  liquid
Liquidswipe
Android LiquidSwipe Library
Stars: ✭ 721 (+10200%)
Mutual labels:  liquid
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+7057.14%)
Mutual labels:  liquid

Condensation

A collection of handy Liquid filters. Developed for Drip.

Installation

Add this line to your application's Gemfile:

gem 'condensation'

And then execute:

$ bundle

Or install it yourself as:

$ gem install condensation

Usage

To make all the filters available in your Liquid templates, place this call in your app initialization code:

Condensation.register_filters

For example, in a Rails app, you'll likely place this in an initializer. To pick and choose which filters you like, just register them manually:

Liquid::Template.register_filter(Condensation::Filters::DaysUntil)

Explore all the available filters here.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
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].