[feat] search: add url formatting preference

This commit is contained in:
Bnyro 2024-11-27 13:42:08 +01:00
parent cae07b9bf8
commit a7537a6935
8 changed files with 51 additions and 0 deletions

View file

@ -21,6 +21,7 @@
simple_style: auto
search_on_category_select: true
hotkeys: default
url_formatting: pretty
.. _static_use_hash:
@ -68,3 +69,6 @@
``hotkeys``:
Hotkeys to use in the search interface: ``default``, ``vim`` (Vim-like).
``url_formatting``:
Formatting type to use for result URLs: ``pretty``, ``full`` or ``host``.