ConvertOneNote2MarkDown icon indicating copy to clipboard operation
ConvertOneNote2MarkDown copied to clipboard

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!

Results 8 ConvertOneNote2MarkDown issues
Sort by recently updated
recently updated
newest added

The script is running fine until it hits a section group, then it exits with "0." In my OneNote Notebook "root" I have a few sections like "Inbox", "To Read"......

bug
enhancement

I ran the script, entered in an absolute path that exists, and I briefly saw one of my notebook's names on the terminal window before it closed. I checked the...

New-Object : Retrieving the COM class factory for component with CLSID {00000000-0000-0000-0000-000000000000} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). At F:\Downloads\ConvertOneNote2MarkDown-master\ConvertOneNote2MarkDown.ps1:47 char:14...

Getting this error when running the script. ``` Line | 40 | … script type="application/json" id="client-env">{"locale":"en","featur … | ~~~~~ | Unexpected token ':"en"' in expression or statement. ``` Am I...

If utf-8 string in some markdown file has broken, need to specify UTF8 encoding to Get-Content and Set-Content pairs like from ```ps ((Get-Content -LiteralPath "$($fullexportpathwithoutextension).md" -Raw).Replace("$($pageinsertedfile.InsertedFile.preferredName)", "[$($destfilename)](./$($destfilename))")) | Set-Content -LiteralPath...

G'day, I am running latest Windows 11 and Microsoft® OneNote® for Microsoft 365 MSO (Version 2405 Build 16.0.17628.20006) 64-bit and when I run this script, all I see is the...

The script seems to be reading the notebooks OK. It creates the correct directory structure in the target markdown directory. However, it seems to fail in various ways relating to...

Now that you cannot turn off Copilot in Onenote, this script fails with the following error: New-Object : Retrieving the COM class factory for component with CLSID {DC67E480-C3CB-49F8-8232-60B0C2056C8E} failed due...