Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyanhp/freeing-onenote
A little script to convert OneNote notebooks to Markdown using the Graph API
https://github.com/nyanhp/freeing-onenote
Last synced: 16 days ago
JSON representation
A little script to convert OneNote notebooks to Markdown using the Graph API
- Host: GitHub
- URL: https://github.com/nyanhp/freeing-onenote
- Owner: nyanhp
- License: gpl-3.0
- Created: 2023-12-25T11:20:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T15:04:08.000Z (about 1 year ago)
- Last Synced: 2024-11-19T12:53:16.384Z (2 months ago)
- Language: PowerShell
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Free OneNote!
To free your OneNote notes using the Graph API, either download the
script from here or the PowerShell Gallery:`Install-Script -Name Export-OneNote`
and then run it (on any operating system):
```powershell
./Export-OneNote.ps1 -Notebook 'My Notebook' -Path "$home/freedomfromproprietaryformats"
```To use your own App Registration, please look at my accompanying blog post. I'd rather
not describe it twice.