From b41d47d1f5a9b7ae922830c5bdb83e2f182d1b52 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 8 Aug 2025 11:29:30 +0530 Subject: Make hints generic and handleable via lua --- TODO.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO.org') diff --git a/TODO.org b/TODO.org index 92eaf8a..b807a16 100644 --- a/TODO.org +++ b/TODO.org @@ -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 -- cgit v1.3.1