many changes from Alpha #1

Open
peteyboy wants to merge 6 commits from uris into develop
Owner

Now based now on nex urls all the way through, with full implementation of basically everything. Needs a version and a more comprehensive help, and a shunt for stderr so it doesn't muck up the UI.

Now based now on nex urls all the way through, with full implementation of basically everything. Needs a version and a more comprehensive help, and a shunt for stderr so it doesn't muck up the UI.
peteyboy added 3 commits 2024-03-06 23:28:12 +00: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.
a7acb6501e Added ability to invoke with a starting nex url from command line.
Added rudimentary About page
Added rudimentary Help page
peteyboy added 1 commit 2024-03-15 06:31:27 +00:00
peteyboy added 1 commit 2024-03-24 22:03:18 +00:00
peteyboy added 1 commit 2024-03-28 16:28:19 +00:00
peteyboy changed title from WIP: many changes from Alpha to many changes from Alpha 2024-03-29 07:17:17 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b uris develop
git pull origin uris

Step 2:

Merge the changes and update on Gitea.
git checkout develop
git merge --no-ff uris
git push origin develop
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: peteyboy/Connex#1
No description provided.