You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,15 @@
8
8
</p>
9
9
<h1align="center">OneNote for Flow Launcher</h1>
10
10
11
-
A [OneNote](https://www.microsoft.com/en-gb/microsoft-365/onenote/digital-note-taking-app) plugin for the [Flow launcher](https://github.com/Flow-Launcher/Flow.Launcher), allowing for the ability to quickly access and create notes.
A [OneNote](https://www.microsoft.com/en-gb/microsoft-365/onenote/digital-note-taking-app) plugin for [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher), allowing for the ability to quickly access and create notes.
12
20
13
21
<!-- omit from toc -->
14
22
## Contents
@@ -26,6 +34,7 @@ A [OneNote](https://www.microsoft.com/en-gb/microsoft-365/onenote/digital-note-t
> For [version 2.0+](#changelog) requires at Flow Launcher version 1.16+. For earlier versions see [releases](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/releases).
41
-
42
-
43
-
> [!IMPORTANT]
44
-
> This plugin is local only! It requires an installation of OneNote on you system!
45
-
49
+
>
50
+
> -[Versions 2.0+](Changelog.md#200---2023-10-05) requires Flow Launcher version 1.16+. For earlier versions see [releases](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/releases).
51
+
> - This plugin is local only! It requires an installation of OneNote on you system!
52
+
> - Some features require Windows/Microsoft Search to be enabled on your system. See more info [here](#additional-information).
46
53
47
54
## Features
48
55
@@ -215,7 +222,13 @@ All the keywords used can be changed according to user preference.
215
222
216
223
See [here](Changelog.md) for the full list of changes.
217
224
225
+
## Additional Information
226
+
227
+
In order to use [default](#default-search) and [scoped](#scoped-search) Windows/Microsoft Search must be enabled on your system. This is due to the [API](https://learn.microsoft.com/en-us/office/client-developer/onenote/application-interface-onenote#findpages-method) that these features rely on, requiring Windows Search.
228
+
This will only be an issue if you have explicit turned off Windows Search.
229
+
Other features should work as intended.
230
+
218
231
## Acknowledgements
219
232
220
233
- Made with [Linq2OneNote](https://github.com/Odotocodot/Linq2OneNote) a library for exposing the OneNote API also made by me :smiley:
221
-
- Inspired by the OneNote plugin for [PowerToys](https://github.com/microsoft/PowerToys/tree/main/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.OneNote)
234
+
- Inspired by the OneNote plugin for [PowerToys](https://github.com/microsoft/PowerToys/tree/main/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.OneNote)
0 commit comments