Brian Dewey has created a OneNote PowerShell Provider PowerToy which uses the power of scripting to get to OneNote data.
He includes several scripts, such as the “Get-OneNoteDigest.ps1″ which sends email when pages in a shared OneNote notebook change.
Also check out a more recent post about Technology: Todo.txt, PowerShell, and OneNote and how he can [...]
Dave Tse has created a really cool OneNote Web Exporter and released it via CodePlex (MS Open Source)…
What is this for?
The OneNote Web Exporter allows you to export a OneNote notebook as html files that anybody can view through a web browser.
How does it work?
You give it a OneNote 2007 Notebook and it will generate [...]
Both John Guin and Dan Escapa had a similar, but unfinished PowerToy, so they combined code and released “Send To OneNote Mobile”.
They both have written about it… Links to John’s Post and Dan’s Post
Features…
Adds a button to copy the currently viewed page to the OneNote Mobile folder.
Click Twice and it will store the GUID in [...]
John Guin gives us yet another requested and useful PowerToy… (where was this guy two years ago during the “contest”?)
It will allow you to navigate to a folder on the hard drive and import all the TXT files in it to OneNote. It will create a new section with the name of the folder on [...]
Joshua Flanagan is working on migrating from FlexWiki to OneNote, so he created a utility to migrate the data. So far he has…
I am making the source code available in the hopes that someone can take it and run with it. Be warned, it is not pretty. It currently only supports the following subset of FlexWiki [...]
Dan Escapa has written a nice long article about creating an App that adds OneNote in the “Send To” list when right-clicking in Windows Explorer.
Send to OneNote from Windows Explorer – Sample App
The Unknown OneNote Guy has created a quick and dirty OneNote 2007 Xml Viewer
I say quick and dirty because it comes with the following warning…
A few things to note about this application - I would not consider this a solid app. There was little if any design, no refactoring, and the User Interface portion was [...]
For those looking for more information about developing your own PowerToy, check out The Unknown OneNote Guy’s Blog.
He’s been blogging for less than three weeks and already has several good posts about the API. Including a two part series about the GetHierarchy, with demo code to export .xml (dump to console).