Commit Graph

25 Commits

Author SHA1 Message Date
4936b11847 fix: Fill blank pages which didn't get copied correctly 2026-06-27 17:41:45 -04:00
b716f8111a fix: Format the rest of the classes 2026-06-27 14:42:19 -04:00
0df867ffa6 fix: Format Chimerist pages 2026-06-27 13:39:05 -04:00
8abe6d4fd2 fix: Format Arcanist pages
They were *real* messed up

Starting to re-think this whole AI OCR business
2026-06-26 21:36:50 -04:00
8e990c8d31 fix: Format example blocks 2026-06-26 21:13:23 -04:00
9ec45ad556 fix: Format Page 72
Was *really* wonky because of a flowchart that just didn't get copied
correctly by the AI
2026-06-26 21:01:59 -04:00
5327b524d2 feat: Multiple book improvements
- Format spell tables like they are in the book
- Add permalinks to headers
- Formatting
- Book-wide search
2026-06-26 20:50:36 -04:00
fe2b5bca0c bug: Formatting 2026-06-10 01:35:03 +00:00
6f5795b1e3 bug: Fix numbering on Table of Contents 2026-06-08 22:57:24 +00:00
3c3c5a332f bug: Fix page scroll detection and add browser history support
- Use getBoundingClientRect() in the scroll listener so the active-page
  threshold is measured relative to the content container rather than
  the document body, fixing off-by-one page detection.
- Replace history.replaceState with pushState for user-initiated
  navigation (sidebar, prev/next, keyboard) and add a popstate listener
  so the browser back/forward buttons work correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 22:26:48 +00:00
1977a5d966 bug: Fix incorrectly labled table 2026-06-08 22:22:11 +00:00
19798b703c bug: Fix incorrectly numbered list 2026-06-08 22:19:54 +00:00
1d837103c5 bug: Fix extraneous styling on h2 2026-06-08 22:17:14 +00:00
f7574aee21 bug: Update rare weapons tables 2026-06-08 22:13:31 +00:00
41d89cb632 bug: Fix issue with page links going to the wrong place 2026-06-08 21:48:52 +00:00
4dbdb12876 feat: Links to pages 2026-06-08 21:33:39 +00:00
006307a62e chore: formatting 2026-06-08 21:11:07 +00:00
373eb19fe4 chore: Remove extraneous CSS <link> 2026-06-07 00:32:36 +00:00
54d560980b chore: More formatting 2026-06-07 00:30:21 +00:00
b4ee0eb212 chore: Remove watermarks 2026-06-07 00:12:02 +00:00
88a2778e6f chore: Format HTML in books/core 2026-06-06 23:44:01 +00:00
6a7e988ca0 bug: Remove extraneous pages in books/core 2026-06-06 23:33:41 +00:00
b4a31d9e56 feat: Combine all core book pages into a single scrollable index.html
Replaces the iframe-based viewer with a self-contained file where each
page is a <section id="page-N">. Navigation (sidebar, prev/next, arrow
keys, URL hash) scrolls to sections instead of loading separate files.
Added build.py to regenerate index.html from the individual page files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 23:08:28 +00:00
1de1377033 bug: Pages numbered correctly in books/core 2026-06-06 22:44:37 +00:00
75c6ab9975 feat: Add core rules 2026-06-06 13:03:00 +00:00