Ask HN: Is there a OneNote file parser? Or an equivalent opensource note format?
11 points| fluentcar | 7 years ago
It says .one is an open format but if so where can I find a parser for it or create a .one file programmatically?
Is there an open-office or any such other open source equivalent of note taking software?
JTxt|7 years ago
https://www.google.com/search?q=onenote+file+parser https://github.com/dropbox/onenote-parser
fredsanford|7 years ago
I have found no other parser with source.
mikestew|7 years ago
Given that, are you looking for something pre-baked, or is the file format enough to roll your own?
fluentcar|7 years ago
teddyqwerty|7 years ago
fluentcar|7 years ago
What I don't understand is how are multiple layers implemented in OneNote? How can one add SVG based drawings/annotations on typed text and move those annotations around. How is this encoded in the format, which seems pretty complex just thinking about it initially at least. My thinking was that if I could see a onenote parser, I could play around with a one-note document to see how it works? If that's not possible, I was wondering if there is any other open source format in which we annotate typed texts with hand drawing like in OneNote and how is that handled?