From d37020870600d6c842f9a75ebd3986df6010c25c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 2 Aug 2025 21:54:15 +0530 Subject: Add hints extra for opening links (number keys only) --- TODO.org | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'TODO.org') diff --git a/TODO.org b/TODO.org index ad7c50b..18bc2ed 100644 --- a/TODO.org +++ b/TODO.org @@ -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 -- cgit v1.3.1