5

I want to create a project related to OneNote add-on, however when I check into project templates I did not see a project template for OneNote 2013 Add-on. Is there a way I could develop an add-on for OneNote since Microsoft removed it from VSTO?

2 Answers2

3

VSTO does not support creating addins for OneNote. You can crate an addin for OneNote in a slightly different way though. You need to implement the IRibbonExtensibility interface as noted here.

Mitja Bezenšek
  • 2,503
  • 1
  • 14
  • 17
  • 1
    sorry I'm just new in developing software. Add-ons and Add-ins are two different thing. –  Aug 23 '14 at 16:03
  • 1
    Ah, maybe my response wasn't clear enough. Addins and addons are the same thing. It seems I used both terms and confused you. What I meant to say was: you cannot create an OneNote addin with VSTO, but you can do it in a different way. More about it is explained on that second link I posted. I slightly updated the answer so that it is a bit more clear. – Mitja Bezenšek Aug 25 '14 at 19:18
2

This is very helpful tutorial for anyone looking for a guide on how to create an add-in for OneNote. Thanks to the author of Onetastic for Microsoft OneNote (Onetastic Add-in) in sharing this guide. Here is the link for the guide: Creating OneNote Add-ins. This guide is very informative.

  • The link is no longer available, but i recommend this one: https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/onenote-quickstart – Gauss Mar 03 '18 at 16:14