doc: update

This commit is contained in:
Artemy Egorov 2024-08-06 20:00:37 +03:00
parent 0b7f0f301d
commit a189ab1de6

View file

@ -6,7 +6,7 @@
</div> </div>
Browser for dalet, text, gemtext (gemini protocol included) with native support of txtdot proxy and local txtdot engines Browser for dalet, text, gemtext with native support of txtdot proxy and local txtdot engines
## Features ## Features
@ -14,21 +14,27 @@ Browser is WIP.
See also: [Dalet](https://github.com/TxtDot/dalet). See also: [Dalet](https://github.com/TxtDot/dalet).
Format support: ### Protocols support
- [ ] Dalet support - [x] Http/s
- [x] Text support - [x] Gemini
- [ ] Gemtext support - [ ] Gopher
- [ ] Proxy support
- [ ] Local txtdot engines support
Browser features: ### Mime type support
- [x] input url processing - [ ] application/daletpack
- [x] tab window hiding - [x] text/plain
- [x] tabs - [x] text/gemini
- [x] tab switching - [ ] text/html (through local txtdot)
- [x] tab closing
- [x] save and restore tabs ### Browser features
- [ ] save and restore favorites
- [x] cache tab data - [x] browser window: url processing, reload page
- [ ] browser window: go forward, go backward
- [x] current tabs: add,remove,change,save,restore,cache
- [ ] favorite tabs: add,remove,change,save,restore,cache
- [x] sidebar hiding
- [ ] history
- [ ] txtdot proxy support
- [ ] local txtdot
- [ ] proxy support