SjoerdV / ConvertOneNote2MarkDown

Ready to make the step to Markdown and saying farewell to your OneNote, EverNote or whatever proprietary note taking tool you are using? Nothing beats clear text, right? Read on!
GNU General Public License v3.0
196 stars 113 forks source link

Script at present seems to need powershell 6 or below. #26

Closed lenusmars closed 1 year ago

lenusmars commented 1 year ago

Just as a note the script seems to fail with any version of Powershell 7

SjoerdV commented 1 year ago

That's a correct observation!

Seeing that all kinds of legacy Com/Interop stuff is going on using a 2013 product stack, your best bet is to query the OneNote part of the Microsoft Graph for future 'notebook export' endeavors.

This repo is still valid for people who have a Windows 7/10, Windows PowerShell 5.1 and OneNote 2016 combo in place btw.

My intention is to close this issue with a label 'wontfix' if you don't mind.

SjoerdV commented 1 year ago

I will update the Readme btw. The initial commit dates from just before the PS7 GA date (which was december 2019).

So it makes sense.

lenusmars commented 1 year ago

Don't mind at all, Great script! Just wanted to save people from my own foolishness.