10 Commits

Author SHA1 Message Date
a658151d64 One more shot at cleaning up regexes and fixing the rocket link lines as I want 2026-06-18 21:44:12 +00:00
4653e5cea5 Update the way links look 2026-06-16 20:38:26 +00:00
bec03ff251 Fix paging bug where if you go to a page and scroll down further than a previous (shorter) page can get to, the document is scrolled to bottom and looks empty.
Used AI to figure this out after some back and forth, the 'ypos' function was not obvious.

Ideally I would add a feature that actually tracks the scroll position with the history, so you would go back to the line/page where you came from, preserving previous scrolling. The load (page,1) code in here doesn't reall do that as intended in light of the bugfix discovery.

Also improved the goto_link and goto_page dialog/feature so they handle bogus links and bogus URLs better.
2026-06-12 21:27:39 +00:00
185966f036 Reverted the cutesiness with the link lines. Can't figure out why I can't have => *link* [>count] *link desc* without if there is
no *link desc* that the [] link number ends up on the next line. Reverting for now.
2026-06-09 23:03:54 +00:00
c15052a9da Added a note to remind myself how [^ ] in a regex works 2026-06-09 20:27:43 +00:00
181322937b Fix for crash that happened if a rocket link had no space after => before path!
Also tried to clean up and match up the regexes to the simplest form.
2026-06-09 20:03:20 +00:00
b60d1d59a8 Adding META files because they are necessary to add packages, I guess 2024-07-15 17:47:13 +00:00
2a7f8e1ba2 Made connex.pl runnable is all. 2024-06-25 00:17:33 +00:00
745ac8605a Added Go Home functionality, revised the status bar to give request status, and moved the current url to be reported in the window (tab) title. 2024-03-28 16:27:07 +00:00
aa985bdddf updated code to first decent complete version, build module files.
Probably want to redo all of this?
2024-03-24 22:02:01 +00:00