diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml
new file mode 100644
index 00000000..4a53bee8
--- /dev/null
+++ b/.idea/AndroidProjectSystem.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/docs/user-guide/search/filters.md b/docs/docs/user-guide/search/filters.md
new file mode 100644
index 00000000..5715bf07
--- /dev/null
+++ b/docs/docs/user-guide/search/filters.md
@@ -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 filter_alt 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.
\ No newline at end of file
diff --git a/docs/docs/user-guide/search/online-results.md b/docs/docs/user-guide/search/online-results.md
new file mode 100644
index 00000000..844ba510
--- /dev/null
+++ b/docs/docs/user-guide/search/online-results.md
@@ -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.
\ No newline at end of file
diff --git a/docs/docs/user-guide/sidebar.ts b/docs/docs/user-guide/sidebar.ts
index 80bdcca0..338884be 100644
--- a/docs/docs/user-guide/sidebar.ts
+++ b/docs/docs/user-guide/sidebar.ts
@@ -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',
+ },
],
},
{
diff --git a/docs/docs/user-guide/widgets/notes-widget.md b/docs/docs/user-guide/widgets/notes-widget.md
index 214afdd6..fab2baeb 100644
--- a/docs/docs/user-guide/widgets/notes-widget.md
+++ b/docs/docs/user-guide/widgets/notes-widget.md
@@ -35,14 +35,30 @@ syntax is supported:
### Export notes
-Notes can be exported as markdown files. To do so, tap the more_vert icon in the bottom right corner and select "Save".
+Notes can be exported as markdown files. To do so, tap the
+more_vert icon in the bottom right corner and select "Save".
### Add notes
-A new instance of the notes widget can be added by tapping the more_vert in an existing notes widget and selecting "New note".
+A new instance of the notes widget can be added by tapping
+the more_vert in an existing notes widget and
+selecting "New note".
### Dismiss notes
-Notes can be dismissed by tapping the more_vert 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 more_vert 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 link 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 **link_off Unlink**.
\ No newline at end of file