aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
blob: ac30450db79b0d59a2582225fff19ef16dd9fe91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Roadmap

This document contains TODO items for planned Kristall releases as well as some random TODOs and reported bugs.

## 0.4 - The colorful release
- [x] Implement dual-colored icon theme
- [ ] Improve UX
  - [ ] Make download limit configurable (default: 100MB)
  - [x] Fix all tab-indices
  - [x] Provide text search function
  - [ ] auto-highlighting/following outline
  - [ ] Implement support for snail-case anchors
  - [x] Add maximum text width option
  - [x] Remember scroll position for navigating back
  - [x] Ctrl-Leftclick for "open in new tab"
  - [x] Selecting theme in settings dialog is now instant-change
- [x] Replace Qt markdown with standalone markdown renderer
  - [x] Enable basic markdown theming
  - [ ] Extent theming to support H4…H6, emph/bold text
  - [x] Improve block quote / code block rendering
- [ ] Improve Styles
  - [x] Add text/kristall-theme mime
    - [x] Will use a preview document instead of displaying the content
    - [x] Allow import of themes
    - [x] File extension is `.kthm`
  - [ ] Direct preview instead of importing it as a preset. Allow user to save preset then manually
  - [ ] Make gss (gemini style sheets) a subset of cascading style sheets
- [ ] Recognize home directories with /~home and such and add "substyles"
- [ ] [Add favicon support](gemini://mozz.us/files/rfc_gemini_favicon.gmi)
  - [ ] 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.txt`
  - [ ] Opt-In: Regularly check for `domain/favicon.ico`
- [ ] Smart searchbar
  - [x] Allow quick access to favourites
  - [ ] Allow scrolling through "global" history
  - [ ] Allow users to gather a list of "visited pages"
  - [ ] Make default protocol configurable
- [x] Ctrl-F search in documents
- [x] 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.
- [x] `<krixano>` Also, middle clicking links to open them in new tab
- [ ] Support "offline files"
  - [ ] Allow manually caching a file to be visited when no internet connection is
  - [ ] Add an "offline mode" that only allowes cached files
  - [ ] New url scheme for cached sites: kristall+cache://
  - [ ] Add window that allows you to manage your offline files
- [x] Folder based color scheme system
  - [x] Migrate settings-based color schemes to folder
  - [x] Define human-readable color scheme file format
  - [ ] Add per-site scheming
- [x] Setup sane default fonts
  - [x] `Segoe UI`, `Consolas` for Windows
- [ ] Add support for "Downloads" folder/list
  - [ ] Download unknown mime types to `Downloads`
  - [ ] Redirect large files to `Dowloads`

## Unspecced
- [ ] Add option: "Transient certificates survive an application reboot and are stored on disk"
- [ ] FTP
  - [ ] Search for FTP library or use self-written one?
- [ ] Implement more protocols
  - [ ] Gopher
    - [ ] Support more media types (include uudecode and hexbin decoder)
- [ ] Improve UX
- [ ] Implement data streaming
  - [ ] Rework the networking API to allow streaming of content instead of receive everything, then display
  - [ ] Benefits for audio/video/progressive image formats
- [ ] Explicitly don't support data:// urls

## Bugs

> <styan> xq: When using torsocks(1) on kristall QNetworkInterface complains loudly about not being permitted to create an IPv6 socket..

MAC needs different default font:
https://usercontent.irccloud-cdn.com/file/OrkuXDfQ/image.png

<styan> xq: Also, Kristall still compilers on my FreeBSD laptop.  And still core-dumps if it is compiled while LibreSSL is installed (not a Kristall problem, just a QT problem).