Archive for the 'OneNote API' Category

OneNote PowerShell Provider

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 [...]

OneNote Web Exporter

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 [...]

Send To OneNote Mobile

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 [...]

Import texts from Project Gutenberg

John Guin has completed his tool to import texts from Project Gutenberg.
Features…

 Choose a Notebook (w/ tree navigation)

Includes some basic fuzzy-logic to guess one or it will default to Unfiled Notes.

Status Bar and completion notification.

Limitations…

Not all texts have the same delimiters and may end up garbled.
John has tried to account for this and also left it [...]

OneNote Text Importer

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 [...]

Migrate from FlexWiki to OneNote

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 [...]

Developers: Links to Dan Escapa’s Posts

Creating a C/C++ Add-In which works with OneNote!
OMSpy - A OneNote developer’s tool
OneNote DevPal – Another tool to help devs working w/OneNote
 
Tags: onenote, onenote2007, onenoteapi, onenote2007api

Send to OneNote from Windows Explorer (Sample App)

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

OneNote 2007 Xml Viewer

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 [...]

The Unknown OneNote Guy’s Blog

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).