<infinisil>
The answer to "How do I convert X to Y" is always pandoc isn't it haha. Not sure why I didn't think of that
<makefu>
i moved the markdown-flavored github wiki with pandoc and git-wordpress, that is why i remembered :D
<makefu>
s/wordpress/mediawiki/
<Reaktor|krebs>
makefu meant: i moved the markdown-flavored github wiki with pandoc and git-mediawiki, that is why i remembered :D
<infinisil>
Um, what's the target format?
<infinisil>
mediawiki?
<makefu>
yes
<makefu>
it worked surprisingly well
<infinisil>
Oh, was just confused, because apparently pandoc's -f isn't the target format, but the source one..
<infinisil>
Yeah now that I'm using -t mediawiki it works pretty well
<nixoswikibot>
[[Keyboard Layout Customization]] !N https://nixos.wiki/index.php?oldid=2481&rcid=2508 * Infinisil * (+2305) Created page with "= Keyboard Layout Customization = == Simple == The easiest way to customize your keyboard layout on NixOS is with these options: * <code>services.xserver.layout</code>: Key..."
<makefu>
according to my ctrl-r the move somehow looked like this: for i in *.md; do echo ================ ;echo $i; echo ====================; pandoc -w mediawiki $i; read; done
<makefu>
but it seems you already got something running
<makefu>
need to get some sleep, see you
<infinisil>
Yeah, see ya :)
<infinisil>
The article could be written better, but I don't feel like doing that right now :P