liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Liquid markup language. Safe, customer facing template language for flexible web apps.

Results 289 liquid issues
Sort by recently updated
recently updated
newest added

Is there any plan to bring over useful Shopify specific filters to the base language? There are several useful Shopify specific filters that would benefit a lot of users. Specifically,...

👋 Hi! At [WISMOlabs](https://wismolabs.com/), we're inspired by Shopify's work, especially Liquid. We've integrated Liquid into our shipment tracking and post-purchase notifications for e-commerce, enabling personalized communication. We've documented this integration...

Background: I have a Rails app with several classes that are used in Liquid rendering like this: ```ruby class Thingy < ApplicationRecord def to_liquid LiquidDrops::Thingy.new(record: self) end end module LiquidDrops...

*I assume there already is a related issue,* *but I wasn't able to find it if it exists.* ## Suggestion Allow multiline filters in liquid blocks ```liquid {% liquid #...

I am trying to run the example. When I do `rake example`, I got the following errors, any idea?

Would it be possible to configure liquid to make escaping opt out instead of opt in with the [escape](https://shopify.github.io/liquid/filters/escape/) filter? We have had problems with escaping being missed when implementing....

While adding some nested `liquid` tag test cases to the [golden liquid test suite](https://github.com/jg-rp/golden-liquid), I was getting errors like this: ``` 1) Error: Golden::liquid.golden.liquid_tag#test_0001_bare liquid tag in liquid tag: NoMethodError:...

1) I want to use a snippet that converts hex to rgba: ```liquid {%- liquid assign rgb = color | color_to_rgb assign tail = opacity | prepend: ', ' |...

Hi all, I've opened an [issue](https://github.com/Shopify/theme-tools/issues/475) at [Shopify Theme Tools](https://github.com/Shopify/theme-tools). There is already an ongoing conversation. Please check that one first. Below a summary. **Is your feature request related to...

Feature Request