Miscellaneous small scripts
Find a file
Thomas Hochstein 46c63cb2ce Move footnotes to /converters.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2025-06-03 00:58:38 +02:00
converters Move footnotes to /converters. 2025-06-03 00:58:38 +02:00
mmm Change mail address. 2020-08-23 22:43:38 +02:00
.gitattributes Add .git* files 2014-09-28 11:44:19 +02:00
.gitignore Add .git* files 2014-09-28 11:44:19 +02:00
LICENSE Initial commit 2014-09-28 11:38:57 +02:00
README.md Move footnotes to /converters. 2025-06-03 00:58:38 +02:00

My personal scripts

I will add some small (and rather hackish) scripts for my personal use here.

Perl

mmm.pl

mmm (MIME multipart/alternative from Markdown) can create a MIME multipart/alternative mail, containing a text/plain part (in Markdown) and a text/html part, from a Markdown file. Other mail headers (From:, To:, Subject:, ...) can be prepended from a template file.

Usage: mmm [--file $inputfile] [--headers $templatefile]

footnotes.pl

footnotes will convert footnotes in MultiMarkDown format to the format of the Wordpress plugin footnotes and back.

Usage: footnotes --to mmd|wp [--file $inputfile]