gutenbergtools / ebookmaker

The Project Gutenberg tool to generate EPUBs and other ebook formats.
GNU General Public License v3.0
70 stars 17 forks source link

Update __init__.py #198

Closed gbnewby closed 11 months ago

gbnewby commented 11 months ago

Changes to better handle spacing and wrapping of generated .txt files.

To: init.py
TxtWriter.py
TemplateStrings.py

Please adjust, test, etc. as desired.

The goal is to wrap metadata in .txt like the rest of the text is wrapped, including the START/ END sentinel lines.

eshellman commented 11 months ago

closed in favor of #200