Markus Heiser
Markus Heiser
We need translators, suggestions are welcome at https://translate.codeberg.org/projects/searxng/searxng/ Any help is welcome / BTW thanks to all, helping us to make SearXNG better from day to day!
I haven't checked right now, but I assume the theme build does not need buildhost packages: https://github.com/searxng/searxng/blob/f0ee5103fe931d7e77f4119cd648af725c62d041/.github/workflows/integration.yml#L58 A Node 16.13.2 [1] and a nvm 0.39.1 [2] [1] https://github.com/actions/virtual-environments/blob/ubuntu20/20220111.1/images/linux/Ubuntu2004-Readme.md#language-and-runtime [2] https://github.com/actions/virtual-environments/blob/ubuntu20/20220111.1/images/linux/Ubuntu2004-Readme.md#tools
What might be the best background colour for (transparent) images, here examples with a transparent image in the Info box: **light**   **dark**  
---- **The CI builds this HTML (https://searx.github.io/searx/):** ----  ---- **The correct rendered HTML should looks like ...** ----  ----
We should no longer commit build products to the repository. ATM we are committing build products like minified CSS and JS from themes, which is the cause of ongoing merge-conflicts....
The svgo example in the [readme]( https://github.com/1000ch/grunt-image/blob/efb96d8e8bae0e0536fd049430b95b718aa5d2bd/readme.md?plain=1#L61) ... ```javascript options: { svgo: ['--enable', 'cleanupIDs', '--disable', 'convertColors'] } ``` ... is no longer valid. To configure svgo a config file is...
Is there any plan to support _Smart punctuation_? By example en-dash, em-dash and _curly quotes_ [commonmark.js](https://spec.commonmark.org/dingus/?text=%0A-%20en-dash%3A%20foo%20--%20bar%0A-%20em-dash%3A%20foo%20---%20bar%0A-%20curly%20quotes%3A%20%27hello%27%0A&smart=1) .. ```md - en-dash: foo -- bar - em-dash: foo --- bar - curly...
Having a reverse image search in SearXNG would be a long missing feature and I think it is worth to discuss .. There has already been a discussion about this...
A documentation of ´weight`: https://github.com/searxng/searxng/blob/0d1af21f9a4ba61b11ff4a3587d03ff14b89ee32/searx/settings.yml#L489 and metrics https://github.com/searxng/searxng/blob/0d1af21f9a4ba61b11ff4a3587d03ff14b89ee32/searx/settings.yml#L14 is missed. We need to document the relationship between engine's `weight` and `scores` and we need to document the values in the...
## What does this PR do? This PR is a revise of PR https://github.com/searxng/searxng/pull/1126 / for any details, please read the initial comment in this PR https://github.com/searxng/searxng/pull/1126 The main difference...