This commit is contained in:
MM20 2025-01-17 22:02:18 +01:00
parent 22453638b5
commit 11ae8386fd
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
5 changed files with 75 additions and 4 deletions

6
.idea/AndroidProjectSystem.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidProjectSystem">
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
</component>
</project>

View File

@ -0,0 +1,29 @@
# Filters
Filters are used to narrow down the search results.
## Apply filters
There are two ways to apply filters:
1. Tap the <span class="material-symbols-rounded">filter_alt</span> icon in the search bar to open
the filter menu.
2. Use the filter bar that is displayed above the keyboard when it is open.
Filters are reset when the search bar is cleared.
## Available filters
- **Online results:** Allows the launcher to search online services like Wikipedia. This filter is
disabled by default, to protect your privacy.
- **Type filters:**: Filter by result type (e.g., apps, contacts, files, places …). Neither of these
filters imply an online search. You need to enable the online results filter as well if
you want to search Wikipedia, for example.
- **Hidden results**: Show search results that were hidden by the user.
## Customization
You can customize which filters are pre-selected by default in Settings > Search > Default filter.
You can customize the items and order of the filters in the filter bar in Settings > Search >
Customize filter bar.

View File

@ -0,0 +1,12 @@
# Online Results
Kvaesitso integrates with several online services, for example Wikipedia and OpenStreetMap.
Additional online services can be integrated via plugins.
In order to protect your privacy and to avoid unnecessary network traffic, online results are
disabled by default.
To enable online results, you need to enable the "Online results" filter.
You can customize the default filter to always include online results, but keep in mind that this
may have an impact on your privacy, since *all* search queries are sent to external services then.
See [Filters](filters) for more information.

View File

@ -71,6 +71,14 @@ export const UserGuideSidebar: DefaultTheme.SidebarItem[] = [
text: 'Quick Actions',
link: '/docs/user-guide/search/quickactions',
},
{
text: 'Online Results',
link: '/docs/user-guide/search/online-results',
},
{
text: 'Filters',
link: '/docs/user-guide/search/filters',
},
],
},
{

View File

@ -35,14 +35,30 @@ syntax is supported:
### Export notes
Notes can be exported as markdown files. To do so, tap the <span class="material-symbols-rounded">more_vert</span> icon in the bottom right corner and select "Save".
Notes can be exported as markdown files. To do so, tap the <span class="material-symbols-rounded">
more_vert</span> icon in the bottom right corner and select "Save".
### Add notes
A new instance of the notes widget can be added by tapping the <span class="material-symbols-rounded">more_vert</span> in an existing notes widget and selecting "New note".
A new instance of the notes widget can be added by tapping
the <span class="material-symbols-rounded">more_vert</span> in an existing notes widget and
selecting "New note".
### Dismiss notes
Notes can be dismissed by tapping the <span class="material-symbols-rounded">more_vert</span> icon in the bottom right corner and
selecting "Dismiss". If you dismiss a note, the widget will be removed, unless it is the last instance
Notes can be dismissed by tapping the <span class="material-symbols-rounded">more_vert</span> icon
in the bottom right corner and
selecting "Dismiss". If you dismiss a note, the widget will be removed, unless it is the last
instance
of a note widget. In this case the note widget's content will be cleared instead.
## File linking
An instance of a notes widget can be linked to a file. If a file is linked, the content of the file
is kept in sync with the note widget's content. To link a file, tap on
the <span class="material-symbols-rounded">link</span> icon and select a file. If the notes widget
is not empty and you select a file that is not empty, you will be asked which content you want to
keep.
To unlink a file, tap
on **<span class="material-symbols-rounded">link_off</span> Unlink**.