Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Little non-code updates #270

Merged
merged 2 commits into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion web/docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Title: Frequently Asked Questions
UpdatedAt: 2023-05-17T19:00:00+02:00
UpdatedAt: 2023-10-07T15:00:00+02:00
---

<!-- markdown-toc start - Don't edit this section. -->
Expand All @@ -12,6 +12,7 @@ UpdatedAt: 2023-05-17T19:00:00+02:00
- [How can I contact the admins?](#how-can-i-contact-the-admins)
- [Userstyles](#userstyles)
- [Why are `@updateURL` fields overriden?](#why-are-updateurl-fields-overriden)
- [Why my userstyle doesn't show up in Stylus inline search?](#why-my-userstyle-doesnt-show-up-in-stylus-inline-search)
- [Why are ratings different in Stylus' search?](#why-are-ratings-different-in-stylus-search)
- [How do view/install/update statistics work?](#how-do-viewinstallupdate-statistics-work)
- [How do I remove the `Get Stylus` button?](#how-do-i-remove-the-get-stylus-button)
Expand Down Expand Up @@ -66,6 +67,15 @@ Questions regarding userstyles.
It's done in order to avoid the possibility of tracking, as well as broken URLs.


### Why my userstyle doesn't show up in Stylus inline search?

Because of how inline search works, it may take up to 15 minutes for your style
to show up or get metadata updated.

Make sure that you have set the category for your style properly. It may be the
name of the service or a domain name (with subdomain part included).


### Why are ratings different in Stylus' search?

We have to accommodate for how Stylus displays them due to compatibility with
Expand Down
3 changes: 2 additions & 1 deletion web/views/core/search.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</style>
<div class="grid flex rwrap">
<ul class="List-unstyled">
<li><a href="/search?q=Black+OR+OLED">Black</a></li>
<li><a href="/search?q=Black+OR+OLED+OR+AMOLED">Black</a></li>
<li><a href="/search?q=Catppuccin">Catppuccin</a></li>
<li><a href="/search?q=Dark+OR+Night">Dark</a></li>
<li><a href="/search?q=Dracula">Dracula</a></li>
Expand Down Expand Up @@ -126,6 +126,7 @@
<li><a href="/search?q=Ecosia">Ecosia</a></li>
<li><a href="/search?q=Google+Search">Google Search</a></li>
<li><a href="/search?q=Startpage">Startpage</a></li>
<li><a href="/search?q=SearXNG">SearXNG</a></li>
</ul>
<ul class="List-unstyled">
<li><a href="/search?q=Greasy+Fork">Greasy Fork</a></li>
Expand Down