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

hi @fw42 & @tylerball, Based on the conversation here (https://github.com/Shopify/liquid/pull/264), this is my implementation of template inheritance, similar to what offers Django (https://docs.djangoproject.com/en/dev/topics/templates/). Code mainly extracted from the LocomotiveCMS fork...

Feature

Hi All, is there a way to append whitespaces? I am trying to append whitespaces to a string if its length is not greater than "7". Example: myString = "Test12"...

Hi, I have been using the [Shopify Customer Privacy API](https://shopify.dev/api/consent-tracking) for almost a year with no problems. Today my consent banner suddenly started bugging out. Please pass this along to...

In this Wiki page: https://github.com/Shopify/liquid/wiki/Ports-of-Liquid-to-other-environments - DotLiquid is listed twice - Fluid (C#) should be added (https://github.com/sebastienros/fluid)

Hello, I'm posting this in case it is better suited for this repository. ### Summary Using URL filtering regarding tags is amazing, but the fact that it only supports AND...

We have been transitioning over to using the new liquid tags both in our premium themes and with our Shopify Plus clients and have seen an improvement in performance and...

Feature Request

Hi :), This is a proposal for a new Liquid feature that aimed to simplify code for complex templates. With increased complexity of themes, and new features such as dynamic...

In theme-check, [we're going through excessive lengths](https://github.com/Shopify/theme-check/blob/main/lib/theme_check/liquid_node.rb#L195-L289) to attempt to figure out what the _true_ `tag.raw` value is. ----- **TL;DR** few issues: 1. `tag.raw` needs work. 2. `line_number` is not...

Bug Report
Parser

Hi, Is there a way in the language to get the name of an element? The equivalent of XSLT local-name() function. { "MyRoot": { } } I need "MyRoot" as...

I am working with themes compatible with Shopify but they are using some tags which do not exist in liquid but work in Shopify. Can I get a reference or...