Ohlin
Ohlin

Reputation: 4178

Creating plugins for Onenote

I've been looking some at the Onenote API and it seems to me it's mainly to retrieve and post full pages (correct me if I'm wrong). What I wanted to do was to extend the functionality inside Onenote so I can pull data into my Onenote document while working in it. It could be something like making REST calls to a dictionary API or picture database API or similar. Is that possible to do in the Onenote API...or by using any other connectivity tool?

Upvotes: 0

Views: 819

Answers (1)

foobar
foobar

Reputation: 637

If you're looking to extend the OneNote client à la Onetastic then the only method is the OneNote COM API.

It exposes the full page object model and will allow you to interact with the OneNote client from your own Win32 application, which could easily connect to the resources you mentioned.

Upvotes: 5

Related Questions