diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-17 01:29:30 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-17 01:29:30 +0200 |
| commit | 5b14fc424462a5d3a5a509bd177c04e9cba2ce17 (patch) | |
| tree | ad5e9b685be26d22d570ba4788a9b01a65ceb531 /src/about | |
| parent | 03253a724b6fdb3f511510d10c3e62615e305cf2 (diff) | |
| download | kristall-5b14fc424462a5d3a5a509bd177c04e9cba2ce17.tar.gz | |
Makes gemini protocol handler a bit more robust.Makes style preview a file in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration.
Diffstat (limited to 'src/about')
| -rw-r--r-- | src/about/style-preview.gemini | 21 | ||||
| -rw-r--r-- | src/about/updates.gemini | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/src/about/style-preview.gemini b/src/about/style-preview.gemini new file mode 100644 index 0000000..295c1da --- /dev/null +++ b/src/about/style-preview.gemini @@ -0,0 +1,21 @@ +# H1 Header +## H2 Header +### H3 Header +Plain text document here. +* List A +* List B +=> rela-link Same-Site Link +=> //foreign.host/ Foreign Site Link +=> https://foreign.host/ Cross-Protocol Link +> Multi-lined +> block quotes +``` + ▄▄▄ ██▀███ ▄▄▄█████▓ + ▒████▄ ▓██ ▒ ██▒▓ ██▒ ▓▒ + ▒██ ▀█▄ ▓██ ░▄█ ▒▒ ▓██░ ▒░ + ░██▄▄▄▄██ ▒██▀▀█▄ ░ ▓██▓ ░ + ▓█ ▓██▒░██▓ ▒██▒ ▒██▒ ░ + ▒▒ ▓▒█░░ ▒▓ ░▒▓░ ▒ ░░ + ▒ ▒▒ ░ ░▒ ░ ▒░ ░ + ░ ▒ ░░ ░ ░ + ░ ░ ░ diff --git a/src/about/updates.gemini b/src/about/updates.gemini index 5a1711a..7f4bae5 100644 --- a/src/about/updates.gemini +++ b/src/about/updates.gemini @@ -8,6 +8,7 @@ * Fixed bug: Gopher end-of-file marker is now better detected. * Adds support for server certificate handling for gemini:// * Reworked internal network structure. Makes room for future improvements +* Pressing escape now resets search bar to current location ## 0.2 * Implement Ctrl+D/*Add to favourites* menu item |
