aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-06 20:12:38 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-06 20:12:38 +0200
commit9e1995b8672136b196bc4dccdb127e20156a630c (patch)
treed6a5bf13f316ffc4659dd30c8981e65ba63ff48e /README.md
parent0fd0f2d919d748280c48383840fe7c4d988bbd00 (diff)
downloadkristall-9e1995b8672136b196bc4dccdb127e20156a630c.tar.gz
Starts to implement history management.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6d5ae72..ad6fbcc 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,11 @@ A high-quality visual cross-platform gemini browser.
- [ ] Correctly parse charset (0013, 0014)
- [ ] Correctly parse other params (0015)
- [ ] Correctly parse undefined params (0016)
-- [ ] Make document style customizable
- [ ] Add history navigation
- [ ] "also, being able to click and load a url from the history pane"
- - [ ] "Couldn't you just have an array of URLs? And when they go forward, you slice the array up to the that point and add the new url to the end" \ No newline at end of file
+ - [ ] "Couldn't you just have an array of URLs? And when they go forward, you slice the array up to the that point and add the new url to the end"
+- [ ] Recognize home directories with /~home and such and add "substyles"
+- [ ] Add favicon support
+ - [ ] Add auto-generated "favicons"
+ - [ ] Check if the site follows this guideline: `#<ICON> Title` where `<ICON>` is a unicode emoji
+ - [ ] Opt-In: Regularly check for `domain/favicon.ico` \ No newline at end of file