summaryrefslogtreecommitdiff
path: root/aabneture/2021/marts.mdwn
AgeCommit message (Collapse)Author
2024-04-06rename *.mdwn to */index.md, except index/topbar/farbar/sidebar filesJonas Smedegaard
command: ``` perl -MPath::Tiny -WE 'use strict; path(".")->visit(sub{return unless -f && /\.mdwn$/; my $stem=$_->basename(".mdwn"); my $new=$_->sibling($stem,"index.md"); return if $stem =~ /^index|topbar|sidebar|farbar|footer$/ || $new->exists; $new->parent->mkpath; system("git","mv", $_, $new)},{recurse=>1})' ```
2023-05-24FIX: strip excess square end-bracketsJonas Smedegaard
2022-10-28normalize headlines to have one leading space and no trailing spaceJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -pi -e 's/^(#+)\s*([^\s#].*?)\h*$/$1 $2/g;' '{}' + ```
2021-05-03add juniSiri Reiter
2021-04-14add links to maySiri Reiter
2021-03-25complete listsSiri Reiter
2021-03-03trim tour lists, edit text and linktextsSiri Reiter
2021-01-16Add links between group of monthly lists.Siri Reiter
2021-01-15Update list.Siri Reiter
2021-01-14Add backlinks.Siri Reiter
2021-01-13Monthly tour plan pages.Siri Reiter