Compare commits
No commits in common. "5845de6edc1da3b2f3208584d0eac5005fb19694" and "2de772a51b41d939b2827376dda691cf24f0a181" have entirely different histories.
5845de6edc
...
2de772a51b
18
README.md
18
README.md
|
@ -5,15 +5,7 @@ personal use here.
|
||||||
|
|
||||||
## Perl
|
## Perl
|
||||||
|
|
||||||
### [footnotes.pl](converters/footnotes.pl)
|
### [mmm.pl](mmm/mmm.pl)
|
||||||
|
|
||||||
`footnotes` will convert footnotes in MultiMarkDown format
|
|
||||||
to the format of the Wordpress plugin
|
|
||||||
[footnotes](https://wordpress.org/plugins/footnotes/) and back.
|
|
||||||
|
|
||||||
Usage: `footnotes --to mmd|wp [--file $inputfile]`
|
|
||||||
|
|
||||||
### [mmm.pl](generators/mmm.pl)
|
|
||||||
|
|
||||||
`mmm` (*MIME multipart/alternative from Markdown*) can
|
`mmm` (*MIME multipart/alternative from Markdown*) can
|
||||||
create a MIME `multipart/alternative` mail, containing a
|
create a MIME `multipart/alternative` mail, containing a
|
||||||
|
@ -23,6 +15,14 @@ can be prepended from a template file.
|
||||||
|
|
||||||
Usage: `mmm [--file $inputfile] [--headers $templatefile]`
|
Usage: `mmm [--file $inputfile] [--headers $templatefile]`
|
||||||
|
|
||||||
|
### [footnotes.pl](converters/footnotes.pl)
|
||||||
|
|
||||||
|
`footnotes` will convert footnotes in MultiMarkDown format
|
||||||
|
to the format of the Wordpress plugin
|
||||||
|
[footnotes](https://wordpress.org/plugins/footnotes/) and back.
|
||||||
|
|
||||||
|
Usage: `footnotes --to mmd|wp [--file $inputfile]`
|
||||||
|
|
||||||
### [pocket-raindrop.pl](converters/pocket-raindrop.pl)
|
### [pocket-raindrop.pl](converters/pocket-raindrop.pl)
|
||||||
|
|
||||||
`pocket-raindrop` will reformat a CSV export file from
|
`pocket-raindrop` will reformat a CSV export file from
|
||||||
|
|
Loading…
Reference in a new issue