b13e6114ba
updated help listed in app, in the readme
peteyboy2026-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
peteyboy2026-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.
peteyboy2026-06-12 21:27:39 +00:00
841ad4f858
Merge pull request 'Revert modification to link lines' (#5) from rocket-no-space-bugfix into develop
peteyboy2026-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.
rocket-no-space-bugfix
peteyboy2026-06-09 23:03:54 +00:00
c15052a9da
Added a note to remind myself how [^ ] in a regex works
peteyboy2026-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
peteyboy2026-06-09 16:18:03 -04:00
181322937b
Fix for crash that happened if a rocket link had no space after => before path!
peteyboy2026-06-09 20:03:20 +00:00
79bf56de47
added the Perl packages required
peteyboy2026-06-03 19:06:18 -04:00
6c627e865f
Merge pull request 'Adding META files because they are necessary to add packages, I guess' (#3) from uris into develop
peteyboy2024-07-15 13:50:50 -04:00
b60d1d59a8
Adding META files because they are necessary to add packages, I guess
uris
peteyboy2024-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
peteyboy2024-06-25 00:28:02 +00:00
c4963505dd
Updated install file to say that connex.pl is executable
peteyboy2024-06-25 00:26:22 +00:00
0419abd3b0
Merge pull request 'many changes from Alpha' (#1) from uris into develop
peteyboy2024-06-25 00:21:34 +00:00
2a7f8e1ba2
Made connex.pl runnable is all.
peteyboy2024-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.
peteyboy2024-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?
peteyboy2024-03-24 22:02:01 +00:00
a7acb6501e
Added ability to invoke with a starting nex url from command line. Added rudimentary About page Added rudimentary Help page
peteyboy2024-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.
peteyboy2024-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).
peteyboy2024-03-05 02:10:53 -05:00
28a86d9a5b
initial commit of this alpha project
peteyboy2024-03-04 20:56:21 -05:00