From b0d724768010362cd67ef6006ef6f14c5641ffdd Mon Sep 17 00:00:00 2001 From: daniel-j Date: Tue, 31 Jul 2018 10:27:49 +0200 Subject: [PATCH] make it possible to hide chapter word count and duration --- README.md | 38 ++++++++++++++++++++------------------ package.json | 32 ++++++++++++++++---------------- src/FimFic2Epub.js | 10 +++++++--- src/cli.js | 10 +++++++--- src/main.js | 14 ++++++++++---- src/templates.js | 10 +++++----- 6 files changed, 65 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 478c4f4..a02fd5b 100644 --- a/README.md +++ b/README.md @@ -53,24 +53,26 @@ By default the EPUB will be saved in the current working directory with the file Options: - -V, --version output the version number - -d, --dir Directory to store ebook in. Is prepended to filename - -t, --title Set the title of the story - -a, --author Set the author of the story - -T, --typogrify Enable typographic fixes (smart quotes, dashes, ellipsis, ordinal) - -c, --no-comments-link Don't add link to online comments - -H, --no-headings Don't add headings to chapters - -b, --no-bars Don't add chapter bars to show reading progress - -r, --no-reading-ease Don't calculate Flesch reading ease - -e, --no-external Don't embed external resources, such as images (breaks EPUB spec) - -n, --no-notes Don't include author notes - -i, --notes-index Create an index with all author notes at the end of the ebook - -p, --paragraphs