30 Commits

Author SHA1 Message Date
c5ec8fb158 Merge pull request 'Update the way links look also' (#7) from fix-paging-bug into develop
Reviewed-on: #7
2026-06-18 17:52:47 -04:00
aa84c33e08 Merge remote-tracking branch 'refs/remotes/origin/fix-paging-bug' into fix-paging-bug 2026-06-18 21:51:46 +00:00
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
31b68d9a1f Merge branch 'develop' into fix-paging-bug 2026-06-16 16:40:27 -04:00
4653e5cea5 Update the way links look 2026-06-16 20:38:26 +00:00
b13e6114ba updated help listed in app, in the readme 2026-06-12 17:34:27 -04:00
3abe2517c1 Merge pull request '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.' (#6) from fix-paging-bug into develop
Reviewed-on: #6
2026-06-12 17:32:55 -04: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
841ad4f858 Merge pull request 'Revert modification to link lines' (#5) from rocket-no-space-bugfix into develop
Reviewed-on: #5
2026-06-09 19:07:21 -04: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
a182b4012c Merge pull request 'Fix for crash that happened if a rocket link had no space after => before path!' (#4) from rocket-no-space-bugfix into develop
Reviewed-on: #4
2026-06-09 16:18:03 -04: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
79bf56de47 added the Perl packages required 2026-06-03 19:06:18 -04:00
895976e0d9 Update README.md 2026-06-03 14:32:33 -04:00
f13660869f added a bit more detail. 2026-06-03 14:24:41 -04:00
6c627e865f Merge pull request 'Adding META files because they are necessary to add packages, I guess' (#3) from uris into develop
Reviewed-on: #3
2024-07-15 13:50:50 -04:00
b60d1d59a8 Adding META files because they are necessary to add packages, I guess 2024-07-15 17:47:13 +00:00
9bd8d14ff4 Merge pull request 'Updated install file to say that connex.pl is executable' (#2) from uris into develop
Reviewed-on: #2
2024-06-25 00:28:02 +00:00
c4963505dd Updated install file to say that connex.pl is executable 2024-06-25 00:26:22 +00:00
0419abd3b0 Merge pull request 'many changes from Alpha' (#1) from uris into develop
Reviewed-on: #1
2024-06-25 00:21:34 +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
7de73ed088 A lot of updates. 2024-03-15 02:30:33 -04:00
a7acb6501e Added ability to invoke with a starting nex url from command line.
Added rudimentary About page
Added rudimentary Help page
2024-03-06 14:57:09 -05:00
e957438be6 Lots of updates, updated internals to use nex:// urls for navigation and history and links. Fixed history and go back, mostly. Added
code to modify links in read index pages only to add "[>#]" to identify link number. Recorded all links on a page in an array and
used URI to handle relative links including "../index" type links (I hope, there were none to test).
Added UI to navigate by link #s I made, went with kludgy dialog box. Had the idea to use > and < for navigation to copy the '[>#]' format I added to index page link lines, which works not bad. Added some help to status bar, other stuff.

What needs to get added is some 'branding' (program name, about dialog) and a help dialog and to reorganize the menu so it's not crazy.

Also could remove some of the status dialogs.
2024-03-06 04:09:19 -05:00
2dec7bf629 Fixed add_history to fix history (so it doesn't contain the link you are about to navigate to).
Updated README just slightly.
2024-03-05 02:10:53 -05:00
28a86d9a5b initial commit of this alpha project 2024-03-04 20:56:21 -05:00
87f5e6cc2d Initial commit 2024-03-04 18:28:57 +00:00