pishoyg / coptic

This is a project that aims to make the Coptic language more learnable.
https://remnqymi.com/
GNU General Public License v3.0
5 stars 0 forks source link

[Flashcards/HTML] Generate all Data in a Single HTML #101

Closed pishoyg closed 2 months ago

pishoyg commented 2 months ago

Currently, three formats are supported, namely --anki, --tsv, and --html. --html produces one HTML page per card, which is used to publish a site. We also want to generate everything in a single PDF. Perhaps rename the first format to htmls, and use html to refer to the generation of a single file.

Note: #100 requests generating a single PDF. This issue is likely a prerequisite for that. Once we have everything in an HTML, conversion to an HTML should be straightforward.

pishoyg commented 2 months ago

TODO: The key hyperlinks (including for Next and Prev (#106)) in the "big" HTML should point to anchors within the page, rather than external pages.

pishoyg commented 2 months ago

TODO: Add that nice big HTML to your site.

pishoyg commented 2 months ago

I wonder if it would be too large to live in a single HTML! 🤔

pishoyg commented 2 months ago

This won't be done. We will, however, create an index (#108), and a home page (#109).