From 30b9669ea95e6b3b4f48a25c8045c2b4f551dacd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 19 Jun 2022 21:48:10 +0200 Subject: convert img and template directives to shortcodes command: ``` find * -type f -name '*.md' -execdir perl -gpi -e 's/\[\[!img\s+([^\s\]"]+)(\s(?:[^\]]|"[^"]*")+?)?\s*\]\]/{{ img(path="$1"$2) }}/g; s/\[\[!template\s+id="?(columns|note|video)"?\s+([^\]]+?)\s*\]\]/{{ $1($2) }}/g;' '{}' + ``` --- bar/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bar') diff --git a/bar/index.md b/bar/index.md index 07438f99..1d10c754 100644 --- a/bar/index.md +++ b/bar/index.md @@ -1,8 +1,8 @@ [[!meta title="Amager Sunset Bar"]] [[!template id="deco" text=" -[[!img sunsetdrinks.jpg class="deco"]] -[[!img barcrowd.jpg class="deco"]] +{{ img(path="sunsetdrinks.jpg" class="deco") }} +{{ img(path="barcrowd.jpg" class="deco") }} "]] # Amager Sunset Bar -- cgit v1.2.3