From bcda97a2e17f6e1366cfe5b03bd0b407d4484255 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 6 Jun 2020 14:22:53 +0200 Subject: Reworks document rendering: Now generates QTextDocument directly instead of using HTML inbetween. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c62add1..1f0299a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,25 @@ # Kristall A high-quality visual cross-platform gemini browser. +![Preview Image](https://mq32.de/public/affb08915c7e5d5d37dc702134f5af18e4dc8cd1.png) + +## Features +- Document rendering + - `text/gemini` + - `text/html` (reduced feature set) + - `text/markdown` + - `text/*` + - `image/* +- Outline generation +- Favourite Sites +- Tabbed interface +- Survives [ConMans torture suite](gemini://gemini.conman.org/test/torture/) + ## TODO - [ ] Survive full torture suite - [ ] Correctly parse mime parameters - [ ] Correctly parse charset (0013, 0014) - [ ] Correctly parse other params (0015) - [ ] Correctly parse undefined params (0016) - - [ ] \ No newline at end of file +- [ ] Make document style customizable +- [ ] Add history navigation \ No newline at end of file -- cgit v1.2.3