Yang Jun
Yang Jun
As we're discussing on that PR, I prefer markdown functionalities not built in LiquidJS. Currently LiquidJS is a small lib without dependencies bundled in. Markdown is a whole system of...
There is one, try this: https://liquidjs.com/tutorials/plugins.html The concerning part is we've got to maintain it once there's breaking changes on LiquidJS, and plugins tend to depend a lot on LiquidJS...
There is one, try this: https://liquidjs.com/tutorials/plugins.html The concerning part is we got to maintain it once there's breaking changes on LiquidJS, and plugins tend to depend a lot on LiquidJS...
> I would like this plugin to work in the Playground so if you don't mind That's a good idea. And I'm happy to incorporate e2e test for plugins to...
Is `section` an official tag? Can you make a reference to the liquid documentation?
That's great to have this plugin, I would like to put it into the [plugin list](https://github.com/harttle/liquidjs#plugin-api) when you're ready.
I tried to make a section-tags plugin but I just find out that I'm totally not familiar with shopify sections. Anyway it could be a start point, sharing my code...
The above mentioned repo is discontinued. But I think we should keep this issue open as people are still interested. Let’s wait for the implementation here.
I've transfered harttle/liquidjs-section-tags to you. Hope that can still run with latest LiquidJS, otherwise please check [the migration guide](https://liquidjs.com/tutorials/migrate-to-9.html). These links are also useful: - https://liquidjs.com/tutorials/plugins.html - https://liquidjs.com/tutorials/register-filters-tags.html Feel free...
Again, closing as there's no section/theme concept in LiquidJS as a general-purpose template engine. Feel free to contact me if someone have a decent implemention that I can link to...