Archive for the light novel "Reborn as a Vending Machine, I Now Wander the Dungeon", converted to markdown
https://www.novelupdates.com/series/i-reincarnated-into-a-vending-machine/
chapters | ||
bind.sh | ||
cover.jpg | ||
README.md | ||
Reborn as a Vending Machine, I Now Wander - Hirukuma.mobi | ||
strip.sh |
Archive for "Rebord as a Vending Machine, I Now Wander the Dungeon"
How are chapters stripped?
You can use strip.sh
on Linux. The core of the script is to run
xclip | awk 'NF > 0 {blank=0} NF == 0 {blank++} blank < 2' > target.md
which will dump the contents of the clipboard and remove multiple linejumps (if there is any).
Are you trying to take clicks away from the subgroup?
NovelsJapan seems to be dead anyway, and I just want to get the chapters in a more portable format. Markdown is easy to edit and pandoc
allows to convert to PDF, HTML, ePub/mobi...