From 1677dc4f6dfc9070dd2995ecd270bc4d2b96707d Mon Sep 17 00:00:00 2001 From: Wes Turner-Harris Date: Wed, 25 Sep 2019 18:06:12 -0400 Subject: [PATCH] Update link reference to plugin list by adding anchor and include the same info here in the wiki --- Write-a-Plugin.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Write-a-Plugin.md b/Write-a-Plugin.md index 72139fe..2bf96b5 100644 --- a/Write-a-Plugin.md +++ b/Write-a-Plugin.md @@ -32,4 +32,9 @@ engine ## Plugin List -See . +See . + +Since this library excludes certain features that are available on the Shopify platform but not on the [Shopify/liquid](https://github.com/Shopify/liquid/) repo, see the following plugins that backfill those features: + +* Sections Tags (WIP): https://github.com/harttle/liquidjs-section-tags +* Color Filters: https://github.com/harttle/liquidjs-color-filters \ No newline at end of file