diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:12:38 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:12:38 +0200 |
| commit | 9e1995b8672136b196bc4dccdb127e20156a630c (patch) | |
| tree | d6a5bf13f316ffc4659dd30c8981e65ba63ff48e /README.md | |
| parent | 0fd0f2d919d748280c48383840fe7c4d988bbd00 (diff) | |
| download | kristall-9e1995b8672136b196bc4dccdb127e20156a630c.tar.gz | |
Starts to implement history management.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
