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
|`` on nb:\ ``|[Notebook Explorer](#notebook-explorer)| Navigate notebooks hierarchy |
43
+
|`` on rcntpgs: ``|[Recent Pages](#recent-pages)| View recently modified pages |
44
+
45
+
46
+
### Default Search
40
47
```
41
-
on {your search here}
48
+
on {your search query}
42
49
```
43
-
The default mode allows you to search OneNote Pages.
44
-
Using `AND` or `OR`
50
+
This is allows you to search OneNote pages. The OneNote API searches both the content in a page as well as the page title.
51
+
52
+
> [!NOTE]
53
+
> You can include bitwise operators like `AND` or `OR` (they must be uppercase) in your search. E.g. `on hello there AND general kenobi`.
45
54
46
55

47
56
48
-
#### Notebook Explorer
57
+
### Notebook Explorer
58
+
59
+
```
60
+
on nb:\
61
+
```
62
+
Transverse your OneNote notebooks explorer style.
63
+
64
+
- Press <kbd>⏎ Enter</kbd> or <kbd>⇥ Tab</kbd> or left-click on a result to auto complete the query.
65
+
- Press <kbd>⇧ Shift</kbd> + <kbd>⏎ Enter</kbd> or right-click on a result to open it directly in OneNote.
66
+
67
+
see settings for options on recycle bin etc.
49
68
50
-
Transverse your OneNote Notebooks explorer style
69
+

51
70
52
-
##### Create New Items
71
+
> [!INFORMATION]
72
+
> Supports all OneNote hierarchy items i.e. notebooks, section groups, sections and pages.
53
73
54
-
#### Recent Pages
74
+
#### Create New Items
55
75
56
-
### Extra
76
+
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.
57
77
58
-
#### Scoped Search
78
+

59
79
60
-
#### Title Search
80
+
> [!INFORMATION]
81
+
> Supports all OneNote hierarchy items i.e. notebooks, section groups, sections and pages.
82
+
### Recent Pages
83
+
84
+
```
85
+
on rcntpgs:
86
+
```
87
+
88
+
Displays your recently modified OneNote pages.
89
+
90
+
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.
91
+
92
+

93
+
### Scoped Search
94
+
95
+
### Title Search
61
96
62
97
63
98
## Settings
64
99
65
100
### Keywords
66
101
102
+
## 2.0 Changelog
103
+
67
104
## Acknowledgements
68
105
69
-
- Made with [Odotocodot.OneNote.Linq](https://github.com/Odotocodot.OneNote.Linq) a library for exposing the OneNote API made by me :smiley:.
70
-
- Inspired by the OneNote plugin for [PowerToys](https://github.com/microsoft/PowerToys/tree/main/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.OneNote)
71
-
- Icons from [Icons8](https://icons8.com)
106
+
- Made with [Odotocodot.OneNote.Linq](https://github.com/Odotocodot.OneNote.Linq) a library for exposing the OneNote API also made by me :smiley:.
107
+
- 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