diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-11 22:39:12 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-11 22:41:53 +0100 |
commit | 2014e1e0a89db9a09a25d477e94d6fd5bc204d0f (patch) | |
tree | 99f4cfdf6d681a0f9c543305b6a052ec9272f2dc | |
parent | f55c4ee5375410fba6df7299f32c6eefd59d9058 (diff) | |
download | chawan-2014e1e0a89db9a09a25d477e94d6fd5bc204d0f.tar.gz |
Update readme todo list
-rw-r--r-- | readme.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/readme.md b/readme.md index b0b1a280..e66d6992 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ It also functions as a pager, similarly to w3m. Currently implemented features are: -* a unicode, double-width capable pager +* a multi-charset, double-width capable pager * a CSS-capable layout engine * forms, tables * incremental loading of plain text streams @@ -29,20 +29,16 @@ Currently implemented features are: **Planned** features, roughly in order of importance: +* cookies * JavaScript in html documents -* non-unicode charsets (they currently crash the browser) * partial re-rendering of page layout * unicode normalization -* fast streams (aka pipelines; use library?) * standard-compliant support for remote resources * iframe * ruby -* cookies * external viewers (for audio, video, image, etc) * image (sixel & kitty?) * markdown (built-in parser) -* color contrast correction -* terminal color mode * config editor * user stylesheet editor * SOCKS proxy |