text inputs, GET form submit, UI change

UI more like Malvim now. fixed HTML parsing bugs, added qol stuff, slight code refactor/cleaning
This commit is contained in:
stjet
2026-02-05 06:57:42 +00:00
parent b5f377ed05
commit 35fd978c61
10 changed files with 504 additions and 126 deletions

View File

@@ -4,7 +4,10 @@ Koxinga is a web browser supporting text and links.
- `u`: URL mode, where a URL can be inputted. Hit enter/return to go to that page.
- `l`: Link mode. The page will now show numbers in front of any links. Input the number corresponding to the link to navigate to, then hit enter/return.
- `s`: Search mode. Search engine is https://old-search.marginalia.nu
- `i`: Input mode. Fill in text inputs using the format "0,inputname=input value".
- `f`: Submit Form mode. Enter in form number to submit.
- `s`: Search mode. Search for text on the page
- `j`, `k` to scroll page.
- `0`: Go to top of page.
- `<num>j`, `<num>k` to move down/up <num> lines.
- `gg`: Go to top of page.
- `G`: Go to bottom of page.