diff options
author | bptato <nincsnevem662@gmail.com> | 2023-08-13 18:26:54 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-08-13 18:26:54 +0200 |
commit | 1279929fd7c1ce257d7be399204c284e2aa74f2d (patch) | |
tree | c604d31d6a111790fae9ba55a513b6368cecf959 | |
parent | 0392e608bda16fd21bc0d6c15bd2352bb2a5c91b (diff) | |
download | chawan-1279929fd7c1ce257d7be399204c284e2aa74f2d.tar.gz |
Update todo file
-rw-r--r-- | todo | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/todo b/todo index 79e5fb2e..a50f755b 100644 --- a/todo +++ b/todo @@ -58,8 +58,7 @@ network: - integrate curl-impersonate (LD_PRELOAD works, but still...) external: - something like EXTERN -- mime type handling and external viewers (e.g. open sound with mpv...) -- local cgi, external filters (e.g. rdrview, pandoc convert, ...) +- local cgi - history, bookmarks (w3m format) - save buffer (source, output) - edit buffer (local file, or whatever we downloaded) @@ -73,9 +72,7 @@ javascript: - better dom support, events * more concretely: get jQuery and basic click events to work - implement ReadableStream, XHR -- make document accessible from client console? (maybe a bad idea - security-wise, but it would sure be convenient...) - * alternative idea: separate console for each buffer +* separate console for each buffer - implement JS access to non-ref object members (with a ptr opaque + GC_ref on parent object or something) - buffer selection @@ -96,6 +93,7 @@ images: - incremental decoding (maybe implement streams first?) - separate image decoder process? or just run on a different thread? etc: +- important: integrate Chame (just specify as submodule) - important: replace fastRuneAt with qjs libunicode (fastRuneAt has no error handling...) - tests (including aforementioned fuzzer) - orc support: |