summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2025-04-07Nbsp breaks rendering on Kobo -- don't use itOLD_MASTERCharlotte Koch
2025-04-06More nuanced way of handling ellipsesCharlotte Koch
2025-03-13We don't actually want horizontal rules in ODT filesCharlotte Koch
The comment is misleading. Horizontal rules in manuscripts aren't A Thing.
2024-10-02Move "add extra fonts to EPUB feature" out into its own scriptCharlotte Koch
2024-09-24Need another post-processing step to "unconvert" double quotesCharlotte Koch
2024-09-13Handle ellipses interactions with curly double quotesCharlotte Koch
2024-09-13New approach for dealing with unmatched double quotes.Charlotte Koch
The old solution had a subtle, unwanted side-effect which didn't account for closed double quotes butted against a nonword character (e.g. em-dash or ellipsis). This approach is much better. It delegates the handling of curly double quotes to Asciidoctor as much as possible *except for* the singular times where we need to make an exception.
2024-08-09Add C-cedille unicode charCharlotte Koch
2024-06-09Try to clean up blocks of verse in ODT outputCharlotte Koch
2023-12-31Comments in the unicodify script.Charlotte Koch
2023-12-31Put docx fixups into a separate fileCharlotte Koch
2023-12-31Handle single-quotes before double-quotesCharlotte Koch
2023-12-23Add a tool to help split an image onto two pagesCharlotte Koch
This is mostly for such things as world maps which span both the left and right pages in an open book
2023-10-08Purposefully exclude comments and handle smart-quoting directlyCharlotte Koch
Asciidoctor's handling of quote marks isn't perfect, but we can preprocess the markup a bit further to take care of it on our end. Also, strip comments out of the "concatenated" document on purpose -- this is to allow for more accurate word-counts.
2023-08-17Use my professional emailCharlotte Koch
2023-08-17Sed substitutions to go in a separate fileCharlotte Koch
This is the beginnings of the big Unicode conversion table
2023-08-17Render different frontmatter for different editionsCharlotte Koch