interactive web version of diana wynne jones' satirical encyclopedia of fantasy tropes https://dungeon.red/fantasyland
Find a file
2025-12-29 07:50:10 -05:00
.gitignore Add binaries to gitignore 2025-12-29 07:49:50 -05:00
index.html Fix many typos thanks to good pdf 2025-12-29 07:50:10 -05:00
justfile Add simple deploy script 2025-12-28 05:18:42 -05:00
README.txt Add a simple README 2025-12-28 05:18:42 -05:00
script.js Higlight active TOC entry 2025-12-28 05:18:43 -05:00
style.css Higlight active TOC entry 2025-12-28 05:18:43 -05:00

the tough guide to fantasyland
===============================

an interactive web version of diana wynne jones' satirical encyclopedia
of fantasy tropes. click any ALL CAPS term to jump to its definition.

features
--------
- auto-linking of capitalized terms to their definitions
- searchable sidebar with alphabetical navigation
- collapsible table of contents
- handles plurals, special cases, and alternate spellings

files
-----
index.html  - the book content (converted from epub via calibre/tidy)
script.js   - term detection, linking, toc generation
style.css   - parchment aesthetic

usage
-----
just open index.html in a browser. no build step.