RyanGreenup / cadmus

Shell Scripts to Facilitate Effective Note Taking
162 stars 7 forks source link

Add DokuWiki Conversion #17

Open RyanGreenup opened 4 years ago

RyanGreenup commented 4 years ago

Converting Dokuwiki in and out of markdown is a PITA (see [Issue 5310 ), I should put something like this in:

cat input.txt | \
pandoc -f dokuwiki -t html | pandoc -f html+tex_math_dollars+tex_math_single_backslash -t html --mathjax \
-s  -o file.html
RyanGreenup commented 4 years ago

See these scripts here