From b460441747652509bf88c0eee6764caf5ba2e6cb Mon Sep 17 00:00:00 2001 From: Diomede Date: Sun, 23 May 2021 10:55:32 +0200 Subject: [PATCH] sort the Roadmap --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd15f46..ad6cea1 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,5 @@ Other than the classic, `date`, `time` and `title` variable you also have: For now, this plugin just includes the basic version of LiquidJS, but I want to extend it to allow: -- [ ] Parse a selected template string, something like you select `{{ "dQw4w9WgXcQ" | youtube_iframe }}` run a command and end up with the parsed result, in this case, the youtube iframe. (the `youtube_iframe` tag does not exist yet) -- [ ] Implement/install a filter that allows you to write `{{ 1 | days_ago | date: default_date_format }}` \ No newline at end of file +- [ ] Implement/install a filter that allows you to write `{{ 1 | days_ago | date: default_date_format }}` +- [ ] Parse a selected template string, something like you select `{{ "dQw4w9WgXcQ" | youtube_iframe }}` run a command and end up with the parsed result, in this case, the youtube iframe. (the `youtube_iframe` tag does not exist yet) \ No newline at end of file