-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Describe the bug
The Onenote conversion workflow isn't possible on current versions of Onenote. Microsoft no longer allows exporting notes from the web interface as described in the documentation, and the file formats exported from the desktop application are either a .one or .onepkg.
I tried to put them through the cli tool with --format onenote, but it didn't recognize the file. I also tried putting the .one files into a zip file, but it gave a similar invalid format error.
OS
Windows 10, Jimmy v1.1.11
To Reproduce
Used a personal .one file, following the suggested command
jimmy-linux.exe cli example.one --format onenote --frontmatter qownnotes --local-resource-folder attachments --local-image-folder media
It gave an invalid format error.