aboutsummaryrefslogtreecommitdiff
path: root/src/about/help.gemini
Commit message (Collapse)AuthorAgeFilesLines
* src/about/help.gemini: fix typo (completly -> completely)Carlos Henrique Lima Melara2022-12-251-1/+1
|
* Add support for XHTML This patch sends XHTML down the HTML renderer path ↵Thomas Groman2021-05-081-0/+1
| | | | | | instead of erroring out unsupported mime. It does not implement XHTML exactly to the spec. That could hopefully be looked at in the future. Signed-off-by: Thomas Groman <tgroman@nuegia.net>
* Restructures option dialog even more, adds option to strip '<nav>' tags.Felix (xq) Queißner2021-03-081-19/+34
|
* help.gemini: mention ANSI escapesMike Skec2021-03-071-0/+5
|
* about:help: mention windowing shortcuts/optionsMike Skec2021-03-061-3/+6
|
* Implements an IPC scheme for kristall. Closes #139.Felix (xq) Queißner2021-03-061-0/+1
|
* help.gemini: add spaces after headersMike Skec2021-03-021-0/+29
| | | | It seems common in gemtext to have a line of spacing after headings. helps with readability a bit
* help.gemini: changes and additionsMike Skec2021-03-021-23/+42
|
* help.gemini: slight wording changes more suitable for man pageMike Skec2021-03-021-4/+4
|
* help.gemini: add centre-h1 infoMike Skec2021-02-281-3/+2
|
* help.gemini: add emoji preference infoMike Skec2021-02-271-0/+2
|
* Fix some typos pointed by Debian lintian in src/about/help.geminiCarlos Henrique Lima Melara2021-02-241-4/+4
|
* More consistent line height in headings and preformatted blocksMike Skec2021-02-231-2/+2
| | | | Also updates help.gemini to reflect changes
* help.gemini: remove duplicated shortcutKarol Kosek2021-02-231-1/+0
| | | | Co-authored-by: Mike Skec <skec@protonmail.ch>
* help.gemini: add shortcuts from #86 and #95 to the manualKarol Kosek2021-02-231-1/+6
|
* Add 'indent size' optionMike Skec2021-02-231-1/+7
| | | | Also includes some about:help additions
* List item symbol preferneceMike Skec2021-02-201-0/+2
|
* Change default blockquote indent to 1Mike Skec2021-02-201-1/+1
| | | | I think it's a nicer default
* Update help.geminiMike Skec2021-02-181-3/+59
| | | | Also add icons to root/parent navigation menu options, and move the preferences for them in the settings dialog
* help.gemini: add help entry for search engineMike Skec2021-02-151-0/+12
|
* Some more manualFelix (xq) Queißner2020-06-211-8/+18
|
* Fixes some minor bugs, uses MimeType more, updates help.gemini and ↵Felix (xq) Queißner2020-06-211-28/+62
| | | | updates.gemini.
* Updates the existing manual sections up-to-date.Felix (xq) Queißner2020-06-211-9/+40
|
* More help!Felix (xq) Queißner2020-06-101-11/+184
|
* Adds help document, adds block quote support, updates gemini parser to ↵Felix (xq) Queißner2020-06-091-0/+44
newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text