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
- New preview panel for creating pages ([#20](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/20))
9
9
- New setting for icon theme: FL Default (matches Flow Launcher's theme), light, dark and color.
10
+
- Opening an hierarchy item from the plugin now always brings OneNote to the front.
11
+
- New Hotkey (<kbd>CTRL+Enter<kbd>) to create new items without opening them in OneNote.
10
12
11
-
####Changed
13
+
### Changed
12
14
13
15
- Refactored icon generation.
14
16
- Refactored settings view.
15
17
- Changed Linq2OneNote library reference from submodule to NuGet package.
18
+
- Updated tooltips for notebooks, section groups, sections and pages.
19
+
20
+
### Fixes
21
+
22
+
- Fixed incorrect autocomplete text for creating new items.
23
+
24
+
## 2.0.1 - 2023-10-09
16
25
17
-
### 2.0.1 - 2023-10-0
26
+
### Added
18
27
19
-
#### Added
28
+
- OneNote is now opened asynchronously to prevent blocking UI ([#15](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/15))
20
29
21
-
- OneNote is now opened asynchronously to prevent blocking UI ([[#15](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/15)])
30
+
## 2.0.0 - 2023-10-05
22
31
23
-
### 2.0.0 - 2023-10-05
32
+
### **Breaking Changes**
24
33
25
-
#### **Breaking Changes**
26
-
27
34
- Now requires Flow Launcher version 1.16 or later.
28
35
29
-
####Added
36
+
### Added
30
37
31
38
-**[Created custom OneNote parser/library](https://github.com/Odotocodot/Linq2OneNote)**, adding the ability for several new features.
32
39
- Support for section groups when using the notebook explorer.
@@ -49,42 +56,42 @@
49
56
- Updated to .NET 7 (update Flow Launcher if an error persists).
50
57
- Refactored the majority of code and project structure.
51
58
52
-
####Removed
59
+
### Removed
53
60
54
61
-[Scipbe.Common.Office.OneNote](https://github.com/scipbe/ScipBe-Common-Office) package reference.
55
62
56
-
###1.1.1 - 2023-03-05
63
+
## 1.1.1 - 2023-03-05
57
64
58
-
####Fixes
65
+
### Fixes
59
66
60
67
- Fixed crash on search ([#7](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/7))
61
68
62
-
###1.1.0 - 2023-03-04
69
+
## 1.1.0 - 2023-03-04
63
70
64
-
####Added
71
+
### Added
65
72
66
73
- Added the ability to create notebooks, sections and pages.
67
74
68
-
####Changes
75
+
### Changes
69
76
70
77
- Improved the readme
71
78
72
-
####Fixes
79
+
### Fixes
73
80
74
81
- Fixed typos
75
82
76
-
###1.0.2 - 2023-02-28
83
+
## 1.0.2 - 2023-02-28
77
84
78
-
####Fixes
85
+
### Fixes
79
86
80
87
- Fixed crash due to encrypted sections ([#3](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/3), [#4](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/4))
81
88
82
-
###1.0.1 - 2023-01-15
89
+
## 1.0.1 - 2023-01-15
83
90
84
-
####Fixes
91
+
### Fixes
85
92
86
93
- Fixed crash on invalid search ([#1](https://github.com/Odotocodot/Flow.Launcher.Plugin.OneNote/issues/1))
Copy file name to clipboardExpand all lines: Readme.md
+28-8Lines changed: 28 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ A [OneNote](https://www.microsoft.com/en-gb/microsoft-365/onenote/digital-note-t
16
16
-[Installation](#installation)
17
17
-[Features](#features)
18
18
-[At a Glance](#at-a-glance)
19
+
-[New with Version 2.1.0](#new-with-version-210)
19
20
-[Default Search](#default-search)
20
21
-[Notebook Explorer](#notebook-explorer)
21
22
-[Create New Items](#create-new-items)
@@ -59,13 +60,18 @@ pm install OneNote
59
60
> [!NOTE]
60
61
> Hierarchy items are notebooks, section groups, sections and pages.
61
62
63
+
### New with Version 2.1.0
64
+
65
+
-:star:[New page preview panel](#create-pages):star: for quickly creating pages with text!
66
+
- Added icons for different themes. The themes available are color, light, dark and one that matches Flow Launcher's current theme. Change it in the settings!
67
+
62
68
### Default Search
63
69
64
70
```
65
71
on {your search query}
66
72
```
67
73
68
-
This is allows you to search OneNote pages using the OneNote API which searches both the content in a page as well as the page title.
74
+
This allows you to search OneNote pages using the OneNote API which searches both the content in a page and the page title.
69
75
70
76
- Press <kbd>⏎ Enter</kbd> or left-click on a search result to open in OneNote.
71
77
@@ -93,12 +99,27 @@ Traverse your OneNote notebooks explorer style.
93
99
#### Create New Items
94
100
95
101
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.
102
+
TODO CTRL MODIFIIER KEY
96
103
97
104

98
105
99
106
> [!NOTE]
100
107
> Supports all OneNote hierarchy items i.e. notebooks, section groups, sections and pages.
101
-
>
108
+
109
+
##### Create Pages
110
+
111
+
Allows for quick page creation with content! No longer do you need to open OneNote to add text to a page.
112
+
TODO Finish this section
113
+
HotKeys
114
+
CTRL+S
115
+
TAB or Control TAB
116
+
Shift TAB or COntrol SHift TAB
117
+
Ctrl+O
118
+
119
+

120
+
121
+

122
+
102
123
### Recent Pages
103
124
104
125
```
@@ -125,7 +146,7 @@ Scoped search is the same as [default search](#default-search) but restricted to
125
146

126
147
127
148
<details>
128
-
<summary><h4>Example Queries<h4></summary>
149
+
<summary><h4>Example Queries</h4></summary>
129
150
130
151
```
131
152
on nb:\A Notebook\A Section Group\>hello there
@@ -150,7 +171,7 @@ Searches for hierarchy items based on their title alone. Unlike [scoped search](
@@ -185,5 +206,4 @@ See [here](Changelog.md) for the full list of changes.
185
206
## Acknowledgements
186
207
187
208
- Made with [Linq2OneNote](https://github.com/Odotocodot/Linq2OneNote) a library for exposing the OneNote API also made by me :smiley:
188
-
- Inspired by the OneNote plugin for [PowerToys](https://github.com/microsoft/PowerToys/tree/main/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.OneNote)
189
-
- Icons from [Icons8](https://icons8.com)
209
+
- 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