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;' '{}' + ``` --- gamlesby/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gamlesby') diff --git a/gamlesby/index.md b/gamlesby/index.md index e651ea12..b8629372 100644 --- a/gamlesby/index.md +++ b/gamlesby/index.md @@ -1,7 +1,7 @@ [[!meta title="Omkring De Gamles By på Nørrebro"]] [[!if test="included()" then=""" -[[!img glby_port.jpg class="overview" link="/uro"]] +{{ img(path="glby_port.jpg" class="overview" link="/uro") }} De Gamles By opstod som en fristed for de ældre i Velfærdsstatens tidlige tid. @@ -12,11 +12,11 @@ i et hjørne af byens mest varierede kvarter. [[Mere om turen ...|/gamlesby]]""" else=""" [[!template id="deco" text=" -[[!img glby_port.jpg class="deco"]] -[[!img glby_1921.jpg class="deco"]] -[[!img glby_geder.jpg class="deco"]] -[[!img glby_int_foraar.jpg class="deco"]] -[[!img empirepass.jpg class="deco"]] +{{ img(path="glby_port.jpg" class="deco") }} +{{ img(path="glby_1921.jpg" class="deco") }} +{{ img(path="glby_geder.jpg" class="deco") }} +{{ img(path="glby_int_foraar.jpg" class="deco") }} +{{ img(path="empirepass.jpg" class="deco") }} "]] #Omkring De Gamles By på Nørrebro -- cgit v1.2.3