Docs
This commit is contained in:
parent
22453638b5
commit
11ae8386fd
6
.idea/AndroidProjectSystem.xml
generated
Normal file
6
.idea/AndroidProjectSystem.xml
generated
Normal 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>
|
||||||
29
docs/docs/user-guide/search/filters.md
Normal file
29
docs/docs/user-guide/search/filters.md
Normal 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.
|
||||||
12
docs/docs/user-guide/search/online-results.md
Normal file
12
docs/docs/user-guide/search/online-results.md
Normal 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.
|
||||||
@ -71,6 +71,14 @@ export const UserGuideSidebar: DefaultTheme.SidebarItem[] = [
|
|||||||
text: 'Quick Actions',
|
text: 'Quick Actions',
|
||||||
link: '/docs/user-guide/search/quickactions',
|
link: '/docs/user-guide/search/quickactions',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'Online Results',
|
||||||
|
link: '/docs/user-guide/search/online-results',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'Filters',
|
||||||
|
link: '/docs/user-guide/search/filters',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -35,14 +35,30 @@ syntax is supported:
|
|||||||
|
|
||||||
### Export notes
|
### 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
|
### 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
|
### Dismiss notes
|
||||||
|
|
||||||
Notes can be dismissed by tapping the <span class="material-symbols-rounded">more_vert</span> icon in the bottom right corner and
|
Notes can be dismissed by tapping the <span class="material-symbols-rounded">more_vert</span> icon
|
||||||
selecting "Dismiss". If you dismiss a note, the widget will be removed, unless it is the last instance
|
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.
|
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**.
|
||||||
Loading…
x
Reference in New Issue
Block a user