OneNote note viewer without OneNote
OneNote does not keep notes as a document but as a revision store: a .one file is a graph of node lists, objects and property sets, with the text sitting among bookkeeping records and cached copies of itself. That is why there is nothing that simply opens one, and why without OneNote it looks like a pile of bytes. Here the section is read by its own structure — header, node graph, declared objects, property sets — and what a person actually wrote is taken out of it. Fonts, internal identifiers and the truncated search copies are filtered away, and the second OneNote format, which this tool does not read, is named outright instead of shown as an empty screen.
Drop a .one file in. The format is decided by a signature inside the header, so the extension does not matter — a .one.bak or a file with no extension works just as well.
The page text appears in order, and beside it: the authors, the dates, and how many objects were parsed.
The export is a plain text file: anything opens it, and you can search inside it.