Python Update - Convert OneNote to Markdown
March 13, 2022
The last video walked us through a PowerShell script to convert OneNote to Markdown. A lot of people (including me) ran into issues with that script, so this video introduces a Python version, which should be less buggy.
ResourcesSource code: https://github.com/pagekeysolutions/onenote-to-markdown/
Obsidian: https://obsidian.md/
Table converter: https://jmalarcon.github.io/markdowntables/
Timestamps0:00 Intro
0:30 How to run the script
1:42 A few caveats
2:00 How it works / code explanation