Browse and open your Microsoft OneNote notebooks from Alfred 4.
- Browse all OneNote Notebooks and sections/section groups
- Press ↩︎ to continue diving deeper into notebook hierarchy. Once a page is found (deepest depth) it will open it in OneNote
- Press ⌘↩︎ to open the currently selected notebook/section/section group
Download the latest release and double-click the file to install in Alfred.
The main keyword is ;o
:
-
;o [<query>]
— View and filter OneNote notebooks.- ↩︎ or ⌘NUM — View the selections sub-sections, if it has no sub-sections (deepest level of notebook) it will open the page in OneNote.
- ⌘↩︎ — Open selection in OneNote instead.
Base url is stored with seturl
:
The workflow locates a plist file that contains the names of the notebooks, sections and pages, and then uses those to build a URL that OneNote can respond to. The base of the URL, however, is unique to each machine and cannot be found within the plist. So in order for this workflow to work
- Open OneNote, right click a notebook, section, or page and click the
Copy Link to {Page/Notebook/Section}
. - Use the
seturl
keyword and paste the copied link and press ↩︎. After the base url is stored, the workflow should be functional.- NOTE: If your notebook is stored on Microsoft Sharepoint, the URL that's created cannot be opened locally, the notebook must be stored in OneDrive for the URL to valid.
- View the gif below to see this in action.
This workflow is released under the MIT Licence.
This workflow uses on the wonderful library alfred-workflow by @deanishe.
- v1.0.0 — 06/14/19
- First public release
- v1.2.0 - 06/19/19
- Fixed storage of base url
- v1.2.2 - 10/14/19
- Added trap for sharepoint URLs