diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-02 21:54:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-02 21:58:49 +0530 |
| commit | d37020870600d6c842f9a75ebd3986df6010c25c (patch) | |
| tree | 471e4ebac8661dcc299df61fb01436071e88f4b5 /TODO.org | |
| parent | 052f043274e122cf4e8f4589e1256d5dfd526252 (diff) | |
| download | null-browser-d37020870600d6c842f9a75ebd3986df6010c25c.tar.gz null-browser-d37020870600d6c842f9a75ebd3986df6010c25c.zip | |
Add hints extra for opening links (number keys only)
Diffstat (limited to '')
| -rw-r--r-- | TODO.org | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -4,13 +4,20 @@ - [X] Create view with html (web.view.set_html()) - [X] Expose JS <-> lua in page (web.view.expose()) - [X] Tests for api -- [ ] Run JS in page (web.view.eval_js()) +- [X] Run JS in page (web.view.run_js()) +- [X] KeyPressed event +- [X] f-key navigation +- [ ] On finder stop, exit find mode - [ ] web.decorations.*.set_size() -- [ ] f-key navigation +- [ ] web.keymap.configure_mode(modename, { passthrough = false }) +- [ ] web.view.reload +- [ ] Load assets directory into build - [ ] Fullscreen - [ ] Zoom in/out - [ ] Use table for all internals api options? - [ ] Generate docs for api +- [ ] Show number of tabs in statusline +- [ ] web.view.reload() ** Bugs - [ ] Managing focus in decorations? @@ -20,6 +27,7 @@ - [ ] web.view apis in `-e` flag from "clients" (non-servers calls) don't work ** Next +- [ ] Granular updates in statusline plugin instead of set_html multiple times - [ ] Permission management (list/allow/deny) lua api - [ ] Tests for window - [ ] More tests for stack |
