Markus Heiser
Markus Heiser
## What does this PR do? remove no longer needed dependence / pycodestyle has been replaced by black in 3c77412d3 ## Related issues https://github.com/searxng/searxng/pull/619
Improve usability and document the bang (!) features In #1545 I tried to polish the rough edges of `categories_as_tabs` but the discussion we had in the review makes it clear...
## What does this PR do? Fix several issues and nits of the PR: - https://github.com/searxng/searxng/pull/634 for details read the commit messages. ## Why is this change important? Fix issues...
**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG** Current master. **How did you install SearXNG?** make run **What happened?** Result...
**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG** Repository: https://github.com/searxng/searxng Branch: master Version: current master **How did you install SearXNG?**...
I assume since #634 has been merged (may be here in the [template](https://github.com/searxng/searxng/pull/634/files#diff-06c0427b8785e4a06887686469c17f130f2644af8f7827120252ab44f8fd50c1)) all categories (listed in setting `categories_as_tabs `) are selectable in the UI no matter if there is...
- [ ] recoll engine: https://github.com/searxng/searxng/blob/8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84/searx/engines/recoll.py#L31 https://github.com/searxng/searxng/blob/8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84/searx/engines/recoll.py#L87-L89 ## infobox Most of the HTML in the *infobox* shown below can be handled by adding a new type to the infobox, a...
The `hostname_replace` list is not applied to the URLs of links and images in the infobox: - `infobox.img_src` https://github.com/searxng/searxng/blob/8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84/searx/templates/simple/infobox.html#L3 - `for attribute in infobox.attributes` --> `attribute.image.src` https://github.com/searxng/searxng/blob/8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84/searx/templates/simple/infobox.html#L7-L11 - `for url...
The code highlighter should support dark & light theme of the UI:  ---- remark from @dalf on Matrix: the result width / font size ratio is also an issue...
- enable paging for ipfs search - added support for images, music and video to the ipfs search engine ## What does this PR do? The patches of this PR...