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;' '{}' + ``` --- foredrag/guld-harald/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'foredrag/guld-harald/index.md') diff --git a/foredrag/guld-harald/index.md b/foredrag/guld-harald/index.md index 44a8159c..0db8f10f 100644 --- a/foredrag/guld-harald/index.md +++ b/foredrag/guld-harald/index.md @@ -2,7 +2,7 @@ [[!meta title="Da Guld-Harald kom til byen"]] [[!if test="included()" then=""" -[[!img roxy.jpg class="overview" link="/foredrag/guld-harald" ]] +{{ img(path="roxy.jpg" class="overview" link="/foredrag/guld-harald") }} Byggematadoren Harald Simonsen kunne ikke komme af med sine byggematerialer efter børskrakket i 1929. Derfor begyndte han at bygge selv. @@ -14,10 +14,10 @@ Det er dansk funktionalisme for fuld udblæsning. """ else=""" [[!template id="deco" text=" -[[!img roxy.jpg class="deco"]] -[[!img anlaegsprospekt.jpg class="deco"]] -[[!img etageejendom.jpg class="deco"]] -[[!img park.jpg class="deco"]] +{{ img(path="roxy.jpg" class="deco") }} +{{ img(path="anlaegsprospekt.jpg" class="deco") }} +{{ img(path="etageejendom.jpg" class="deco") }} +{{ img(path="park.jpg" class="deco") }} "]] #Da Guld-Harald kom til byen -- cgit v1.2.3