diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-08 13:08:44 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-08 13:08:44 +0530 |
| commit | 8ec50e55a45af1706d40eff292db4541b6fcc261 (patch) | |
| tree | 6b4cb54d638765cc0c3178984a6ec18af4a3a7e4 /TODO.org | |
| parent | b955a603c27ffb3869901b1899303b936816afcf (diff) | |
| download | null-browser-8ec50e55a45af1706d40eff292db4541b6fcc261.tar.gz null-browser-8ec50e55a45af1706d40eff292db4541b6fcc261.zip | |
Embed docs as null://docs + web.help api
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -14,12 +14,13 @@ - [X] Callback for result of run_js - [X] Generate docs for api - [X] Any hint action/generic (currently only url open) +- [X] Embed docs in app (`null:/docs`) +- [X] web.decorations.*.set_size() +- [X] Vertical tabline ui - [ ] Document events and event opts -- [ ] Embed docs in app (`null:/docs`) - [ ] Update all api to use opts table pattern -- [X] web.decorations.*.set_size() +- [ ] Install doc/ in build - [ ] web.keymap.configure_mode(modename, { passthrough = false }) -- [X] Vertical tabline ui - [ ] Fullscreen - [ ] Zoom in/out/reset - [ ] Remove unwanted "async"-ness in lua calls @@ -28,6 +29,7 @@ - [ ] json encode/decode ** Bugs +- [ ] Closing webview should close devtools window - [ ] INVESTIGATE: Check why urlchanged doesnt fire for first url open sometimes - [ ] INVESTIGATE: Segfault on close sometimes - [ ] API's don't validate types. (invalid type conversion segfaults) |
