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;' '{}' + ``` --- tomkristensen/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tomkristensen') diff --git a/tomkristensen/index.md b/tomkristensen/index.md index efef9f82..a4c96674 100644 --- a/tomkristensen/index.md +++ b/tomkristensen/index.md @@ -2,7 +2,7 @@ [[!if test="included()" then=""" -[[!img tomk_whiskey.jpg class="overview" size="200x" link="/tomkristensen"]] +{{ img(path="tomk_whiskey.jpg" class="overview" size="200x" link="/tomkristensen") }} > Jeg længes mod skibskatastrofer og hærværk og pludselig død. @@ -15,11 +15,11 @@ København i det hektiske år 1930. else=""" [[!template id="deco" text=" -[[!img tomk_whiskey3.jpg class="deco" size="200x" ]] -[[!img vbtrappe.jpg class="deco" size="200x" ]] -[[!img Nyhavnsolgraa.jpg class="deco" size="200x" ]] -[[!img Screen_Shot_2014-01-16_at_18.46.37.jpg class="deco" size="200x" ]] -[[!img Screen_Shot_2014-01-16_at_18.48.19.jpg class="deco" size="200x" ]] +{{ img(path="tomk_whiskey3.jpg" class="deco" size="200x") }} +{{ img(path="vbtrappe.jpg" class="deco" size="200x") }} +{{ img(path="Nyhavnsolgraa.jpg" class="deco" size="200x") }} +{{ img(path="Screen_Shot_2014-01-16_at_18.46.37.jpg" class="deco" size="200x") }} +{{ img(path="Screen_Shot_2014-01-16_at_18.48.19.jpg" class="deco" size="200x") }} "]] # Undergang København -- cgit v1.2.3