This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### README | |
# This Python scripts exports all the OneNote notebooks linked to your Microsoft account to HTML files. | |
## Output | |
# The notebooks will each become a subdirectory of the `output` folder, with further subdirectories | |
# for the sections within each notebook and the pages within each section. Each page is a directory | |
# containing the HTML file `<page-name>.html` and its images and attachments. I changed to create | |
# sepearte directories for `images` and `attachments` as my Markdown editor (obsidian) would show | |
# this directories seperately what didn't look nice in the File-Tree. Like this, images and Attachments | |
# are not shown in the tree but within the Markdown which is what I wanted. Any sub-pages will be |