aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-27 01:38:16 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-27 01:38:16 +0200
commit4ad32f09d68dd7b589e1f44ccc77766a133a6761 (patch)
tree950c3587118ce94a4b02ab4c05ce6738ef76316f /ROADMAP.md
parent8a1961707348c85b6564a18a4c0c3e1d8e34b65c (diff)
downloadkristall-4ad32f09d68dd7b589e1f44ccc77766a133a6761.tar.gz
Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape)
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 7226576..6c2a2c6 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -6,7 +6,7 @@ This document contains TODO items for planned Kristall releases as well as some
- [x] Implement dual-colored icon theme
- [ ] Improve UX
- [x] Fix all tab-indices
- - [ ] Provide text search function
+ - [x] Provide text search function
- [ ] auto-highlighting/following outline
- [ ] Implement support for snail-case anchors
- [ ] Add maximum text width option
@@ -38,7 +38,7 @@ This document contains TODO items for planned Kristall releases as well as some
- [ ] Allow scrolling through "global" history
- [ ] Allow users to gather a list of "visited pages"
- [ ] Make default protocol configurable
-- [ ] Ctrl-F search in documents
+- [x] Ctrl-F search in documents
- [ ] Add "view source" option to show original document
- [ ] Implement graphic fingerprint display instead of hex-based one
- [x] `<krixano>` xq, I have a feature request for Kristall - the ability to middle click a tab to close it.