diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-08 11:29:30 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-08 11:29:30 +0530 |
| commit | b41d47d1f5a9b7ae922830c5bdb83e2f182d1b52 (patch) | |
| tree | e6bf5749730d9c7a8c55a8be2f54c1c0876e90c9 /TODO.org | |
| parent | f9cb560af761e10803128a06599f99bc2292b4be (diff) | |
| download | null-browser-b41d47d1f5a9b7ae922830c5bdb83e2f182d1b52.tar.gz null-browser-b41d47d1f5a9b7ae922830c5bdb83e2f182d1b52.zip | |
Make hints generic and handleable via lua
Diffstat (limited to '')
| -rw-r--r-- | TODO.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,11 +13,11 @@ - [X] On finder stop, exit find mode - [X] Callback for result of run_js - [X] Generate docs for api -- [ ] Any hint action/generic (currently only url open) +- [X] Any hint action/generic (currently only url open) - [ ] Document events and event opts - [ ] Embed docs in app (`null:/docs`) - [ ] Update all api to use opts table pattern -- [ ] web.decorations.*.set_size() +- [X] web.decorations.*.set_size() - [ ] web.keymap.configure_mode(modename, { passthrough = false }) - [X] Vertical tabline ui - [ ] Fullscreen @@ -25,6 +25,7 @@ - [ ] Remove unwanted "async"-ness in lua calls - [ ] Api for enabling rpc api in view - [ ] Make the asset/config/lua paths readable via lua +- [ ] json encode/decode ** Bugs - [ ] INVESTIGATE: Check why urlchanged doesnt fire for first url open sometimes |
