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
+25-24Lines changed: 25 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A [OneNote](https://www.microsoft.com/en-gb/microsoft-365/onenote/digital-note-t
15
15
16
16
-[Installation](#installation)
17
17
-[Features](#features)
18
-
-[At a glance](#at-a-glance)
18
+
-[At a Glance](#at-a-glance)
19
19
-[Default Search](#default-search)
20
20
-[Notebook Explorer](#notebook-explorer)
21
21
-[Create New Items](#create-new-items)
@@ -24,7 +24,7 @@ A [OneNote](https://www.microsoft.com/en-gb/microsoft-365/onenote/digital-note-t
24
24
-[Title Search](#title-search)
25
25
-[Settings](#settings)
26
26
-[Keywords](#keywords)
27
-
-[Changelog](#200---2023-mm-dd)
27
+
-[Changelog](#200---2023-10-05)
28
28
-[Acknowledgements](#acknowledgements)
29
29
30
30
## Installation
@@ -36,11 +36,11 @@ pm install OneNote
36
36
```
37
37
38
38
> [!IMPORTANT]
39
-
> For [version 2.0+](#200---2023-mm-dd) requires at Flow Launcher version 1.16+.
39
+
> For [version 2.0+](#200---2023-10-05) requires at Flow Launcher version 1.16+. For earlier versions see [releases](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/releases).
@@ -72,29 +72,29 @@ This is allows you to search OneNote pages using the OneNote API which searches
72
72
> [!NOTE]
73
73
> You can include bitwise operators like `AND` or `OR` (they must be uppercase) in your search. E.g. `on hello there AND general kenobi`.
74
74
75
-
![default search gif]()
75
+

76
76
77
77
### Notebook Explorer
78
78
79
79
```
80
80
on nb:\
81
81
```
82
82
83
-
Transverse your OneNote notebooks explorer style.
83
+
Traverse your OneNote notebooks explorer style.
84
84
85
85
- Press <kbd>⏎ Enter</kbd> or <kbd>⇥ Tab</kbd> or left-click on a result to auto complete the query.
86
86
- Press <kbd>⇧ Shift</kbd> + <kbd>⏎ Enter</kbd> or right-click on a result to open it directly in OneNote.
87
87
88
-
![notebook explorer gif]()
88
+

89
89
90
90
> [!NOTE]
91
91
> Supports all OneNote hierarchy items i.e. notebooks, section groups, sections and pages.
92
92
93
93
#### Create New Items
94
94
95
-
Whilst using the notebook explorer, if you search query does not match any names of the items in the results, the plugin will give you an option to create a new item.
95
+
Whilst using the notebook explorer, if your search query does not match any names of the items in the results, the plugin will give you an option to create a new item.
96
96
97
-
![create new section gif]()
97
+

98
98
99
99
> [!NOTE]
100
100
> Supports all OneNote hierarchy items i.e. notebooks, section groups, sections and pages.
@@ -109,7 +109,7 @@ Displays your recently modified OneNote pages.
109
109
110
110
Add a number after `` rcntpgs: `` to display that number of recent pages. E.g. the full query ``on rcntpgs:10`` will show the 10 most recently modified pages.
111
111
112
-
![recent pages gif]()
112
+

113
113
114
114
### Scoped Search
115
115
@@ -122,7 +122,7 @@ Scoped search is the same as [default search](#default-search) but restricted to
122
122
> [!IMPORTANT]
123
123
> Must be used with [notebook explorer](#notebook-explorer).
124
124
125
-
![scoped search gif]()
125
+

126
126
127
127
<details>
128
128
<summary><h4>Example Queries<h4></summary>
@@ -146,7 +146,8 @@ Searches for hierarchy items based on their title alone. Unlike [scoped search](
146
146
> [!NOTE]
147
147
> Can be used in conjunction with [notebook explorer](#notebook-explorer).
@@ -161,7 +162,7 @@ Searches for hierarchy items based on their title alone. Unlike [scoped search](
161
162
162
163
## Settings
163
164
164
-
The plugin has a number of settings such as the ability items in the recycle bin or indicate which pages have unread changes.
165
+
The plugin has a number of settings such as the ability to hide the recycle bin or indicate which pages have unread changes.
165
166
166
167
<details>
167
168
<summary>Screenshot of settings</summary>
@@ -181,32 +182,32 @@ All the keywords used can be changed according to user preference.
181
182
<summary><h2id="changelog">2.0.0 Changelog: Massive Refactor and New Features</h2></summary>
182
183
183
184
<!-- omit from toc -->
184
-
### 2.0.0 - 2023-mm-dd
185
+
### 2.0.0 - 2023-10-05
185
186
186
187
<!-- omit from toc -->
187
188
#### Added
188
189
189
-
-**[Created custom OneNote parser/library](https://github.com/Odotocodot.OneNote.Linq)** Adding the ability for several new features.
190
+
-**[Created custom OneNote parser/library](https://github.com/Odotocodot/Odotocodot.OneNote.Linq)**, adding the ability for several new features.
190
191
- Support for section groups when using the notebook explorer.
191
192
- Support for displaying unread results.
192
193
- Support for showing locked sections in results (you still can't see inside them unless they are unlocked).
193
194
- The ability to search by only title.
194
195
- The ability to do a scoped search (e.g. search in one section only).
195
196
-**Settings!** You can change these options:
196
-
- Show unread icons
197
-
- Show encrypted sections
198
-
- Show recycle bin items
199
-
- Created coloured icons for notebook and sections
197
+
- Show unread icons.
198
+
- Show encrypted sections.
199
+
- Show recycle bin items.
200
+
- Created coloured icons for notebook and sections.
200
201
- Default number of recent pages
201
202
-**Customisable keywords!**
202
203
203
204
<!-- omit from toc -->
204
205
#### Changed
205
206
206
-
- Compressed all images
207
-
- Reduced the calls to create a OneNote COM object, this should lead to a overall smoother experience
208
-
- Updated to .NET 7 (update Flow Launcher if an error persists)
209
-
- Refactored most of the code.
207
+
- Compressed images.
208
+
- Reduced the calls to create a OneNote COM object, this should lead to a overall smoother experience.
209
+
- Updated to .NET 7 (update Flow Launcher if an error persists).
210
+
- Refactored majority of code and project structure.
210
211
211
212
<!-- omit from toc -->
212
213
#### Removed
@@ -217,6 +218,6 @@ All the keywords used can be changed according to user preference.
217
218
218
219
## Acknowledgements
219
220
220
-
- Made with [Odotocodot.OneNote.Linq](https://github.com/Odotocodot.OneNote.Linq) a library for exposing the OneNote API also made by me :smiley:
221
+
- Made with [Odotocodot.OneNote.Linq](https://github.com/Odotocodot/Odotocodot.OneNote.Linq) a library for exposing the OneNote API also made by me :smiley:
221
222
- 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