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/
Find a file
2022-05-11 01:27:28 +02:00
chapters made a first batch 2022-05-11 01:27:28 +02:00
bind.sh halp if you know how to make it so i don't need to change the number ofn the for loop hmu 2022-05-11 01:23:58 +02:00
cover.jpg halp if you know how to make it so i don't need to change the number ofn the for loop hmu 2022-05-11 01:23:58 +02:00
README.md i just realised i had a spelling mistake; it's strip, nto stripe 2022-05-10 23:31:30 +02:00
Reborn as a Vending Machine, I Now Wander - Hirukuma.mobi made a first batch 2022-05-11 01:27:28 +02:00
strip.sh bugfix on strip.sh 2022-05-10 23:48:47 +02:00

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...

Sources