- html:
- epub:
- pdf:
coudn't get npm run pdf to work, so I'm rolling my own conversion, using pandoc and calibre.
# install dependencies
chmod +x setup.sh ; ./setup.sh
# convert to html
REVIEW_PREFIX='/usr/local/lib/ruby/gems/2.7.0/bin/' npx grunt html \
# creates articles/index.html
node process.js
# collect generated html files and images
mkdir html ; \
mv articles/*.html html/ ; \
cp -R articles/images html/images
- saved google-translated (using chrome extension) files
- "baked" translation (as saved files will still get translated on the fly, as you are scrolling down the page it seems):
- example:
node ../../bake-translation.js "http://localhost:5000/Preface.html" "Preface.html"
- example:
- removed a bunch of google translate artifacts.
- convert to epub:
make-epubs.sh - convert to pdf, using
calibre
↓ original readme:
https://github.com/IndieVisualLab/UnityGraphicsProgramming
- Re:View
- md2review

