Skip to content

Commit da7735a

Browse files
committed
Update readme
1 parent 2515438 commit da7735a

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

Readme.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
1-
Flow.Launcher.Plugin.OneNote
2-
==================
1+
# OneNote for Flow Launcher
32

43
A OneNote plugin for the [Flow launcher](https://github.com/Flow-Launcher/Flow.Launcher).
54

6-
![demo](./demo.gif)
5+
![demo](doc/demo.gif)
76

87
## Usage
98

10-
| Keyword | Description |
11-
|---------------------------------|----------------------|
12-
| `` on {onenote search query} `` | Search onenote pages, searches page title and content |
13-
| `` on nb:\ `` | Navigate notebooks, sections and pages explorer style |
14-
| `` on rcntpgs: `` | View recently modified pages |
9+
| Keyword | Name | Description |
10+
|---------------------------------|------|---------------|
11+
| `` on {onenote search query} `` | [Default Search](#default-search) | Search onenote pages, searches page title and content |
12+
| `` on nb:\ `` | [Notebook Explorer](#notebook-explorer) | Navigate notebooks, sections and pages explorer style |
13+
| `` on rcntpgs: `` | [Recent Pages](#recent-pages) | View recently modified pages |
1514

16-
Acknowledgements
17-
======
15+
### Default Search
16+
17+
![searchgif](doc/searchpages.gif)
18+
19+
### Notebook Explorer
20+
21+
When using `` nb:\ `` encrypted sections are hidden.
22+
![notebookgif](doc/notebookexplorer.gif)
23+
24+
### Recent Pages
25+
26+
Append a number after `` rcntpgs: `` to display that number of recent pages. E.g. `` rcntpgs:10 `` will show the last modified 10 pages.
27+
![recentgif](doc/recentpages.gif)
28+
29+
## Acknowledgements
1830

1931
Inpsired by the OneNote plugin for [Powertoy](https://github.com/microsoft/PowerToys/tree/main/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.OneNote) (Its a port with extra features)
2032

demo.gif renamed to doc/demo.gif

File renamed without changes.

doc/notebookexplorer.gif

173 KB
Loading

doc/recentpages.gif

136 KB
Loading

doc/searchpages.gif

126 KB
Loading

0 commit comments

Comments
 (0)