]> git.scottworley.com Git - paperdoorknob/history - glowfic.py
Handle Unicode characters ≈ and ◁
[paperdoorknob] / glowfic.py
2024-01-26 Scott WorleyUser-facing progress report counts are 1-based
2024-01-26 Scott WorleyFollow 'Next Thread →' links
2024-01-26 Scott WorleyMove per-thread processing stuff into Thread
2024-01-26 Scott Worleynext_thread should be an absolute URL
2024-01-12 Scott WorleyFetch the non-flat view to get the next-thread link
2024-01-12 Scott WorleyAlways have Thread.__init__ fetch the HTML
2024-01-12 Scott WorleyOptionally have Thread.__init__ fetch the HTML
2024-01-12 Scott WorleyMove get_title() to Thread
2024-01-12 Scott WorleyRename html → dom
2024-01-12 Scott WorleyReify Thread
2024-01-01 Scott WorleyLearning TeX: Do Layouts with TeX macros
2023-12-31 Scott WorleyLearning TeX: Render icon images with TeX command
2023-12-31 Scott WorleyLearning TeX: Keep icon image size in TeX
2023-12-31 Scott WorleyUse raw strings for less escaping
2023-12-31 Scott WorleyStrip links from meta fields
2023-12-31 Scott WorleyrenderIcon makes bytes
2023-12-30 Scott WorleyOnly look within each chunk-dom for chunk fields
2023-12-30 Scott WorleyEscape character names
2023-12-28 Scott WorleyUse view=flat to get whole threads at once
2023-12-24 Scott Worley`beside` layout
2023-12-21 Scott WorleyNo indent on first paragraph in each chunk
2023-12-21 Scott WorleyBorder around icon + author data that extends between...
2023-12-21 Scott WorleyLess space between icon and post-separation line
2023-12-21 Scott Worleywrapfig → wrapstuff, for \wrapstuffclear
2023-12-21 Scott WorleyForce line breaks between icon, character, screen name...
2023-12-21 Scott Worleywrapfigure 0pt width means auto-scale
2023-12-21 Scott WorleyParagraph breaks
2023-12-21 Scott WorleyUniform icon image size
2023-12-20 Scott WorleyReify Layout
2023-12-20 Scott WorleyReify Chunk
2023-12-20 Scott WorleyMore structure and tests around splitting the page...