Questions tagged [onenote]

OneNote is a free (gratis, not libre) cross-platform note-taking application. An API exists allowing developers to create apps which allow users to create OneNote notes in their own notebooks. Users can use the free application on Windows, Mac OS X, Windows Phone, iOS, Android, and the web. It gathers users' notes (handwritten or typed), drawings, screen clippings, and audio commentaries.

A OneNote service API exists which enables developers to create notes in users' OneDrive notebooks and includes features such as OCR and URL screenshots.

Unlike other MS Office products its file format is binary (see MS-ONE and MS-ONESTORE).

There is also a COM API which enables developers to interact with documents open in a local instance of OneNote on Windows.

Links:

582 questions
6
votes
5 answers

Onenote OCR capabilities in a desktop software

Is there an API to use Onenote OCR capabilities to recognise text in images automatically?
Salah Alshaal
  • 860
  • 2
  • 17
  • 41
6
votes
7 answers

Copy paste SQL between MS OneNote and SSMS

I use OneNote to keep all usefull info for my work, including SQL queries. So I copy paste them between OneNote and Microsoft SSMS (SQL Server Management Studio) When I do so, I have often wrong characters in SSMS that I must remove manually. In the…
Helodia
  • 108
  • 2
  • 9
5
votes
3 answers

onenote API using python: adding more text to a page

I'm trying to add some new text to a page knowing the page id referencing this https://learn.microsoft.com/en-us/graph/onenote-update-page I just want to add a new text box. It seems like it is just another div to the html. How do you just add a div…
jason
  • 3,811
  • 18
  • 92
  • 147
5
votes
2 answers

Either scp or roles claim need to be present in the token

I'm trying to build an application that uses Microsoft Graph to automatically create and read pages in OneNotes stored in SharePoint 365. I can successfully do this using Graph Explorer as long as I am logged in, but can't get it to work using a…
user3665749
  • 103
  • 1
  • 6
5
votes
2 answers

Test environment for microsoft graph api and Azure v2.0

I am integrating OneNote application using MS graph endpoints. To authenticate the user I am using azure v2.0 endpoint. Does microsoft graph platform, onenote and azure provides test/sandbox environment the same. Currently I am using endpoints as…
Pooja Dhannawat
  • 263
  • 2
  • 8
5
votes
3 answers

Copying code from Visual Studio Code to OneNote loses tab indentations even though syntax highlighting is retained

This is how the code is copied to onenote with paste option : keep source formatting If I select paste option : "keep text only", the indentations are preserved (and syntax highlighting is gone as expected) If I copy the code to word with paste…
Enzio
  • 799
  • 13
  • 32
5
votes
5 answers

Automate Onenote 2010 From Excel 2007, using VBA?

I would like to use VBA in Excel 2007 to step through about 500 receipts, which have been converted to one large OneNote 2010 notebook. Each notebook tab contains a different receipt. I need to get the pertainant details (Receipt #, Receipt Date,…
Taptronic
  • 5,129
  • 9
  • 44
  • 59
5
votes
3 answers

Launch Onenote UWP using Autohotkey

I'm trying to launch onenote UWP from autohotkey but cannot pin down the specific exe file to launch. I ran the onenote uwp and found the name as Microsoft.Office.OneNote_17.7466.57691.0_x64__8wekyb3d8bbwe and the location is C:\Program…
Jason
  • 1,200
  • 1
  • 10
  • 25
5
votes
1 answer

How to build WOPI validation application

http://wopi.readthedocs.io/en/latest/build_test_ship/validator.html As per this documentation, we need to build some HTML host page. In this document, they mention one point that I didn't understand completely The simplest way to use the validation…
user2846382
  • 385
  • 1
  • 3
  • 16
5
votes
2 answers

OneNote VSTO gone?

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?
user3857185
5
votes
1 answer

I need to create my own multi-state OneNote tag

I need to create a custom OneNote tag with multiple states. What I mean is the basic checkbox has a 'checked' and 'unchecked' states. I need to create a custom tag with more states, something 'in progress' with a '.' instead of a 'check' mark and…
DrStrangepork
  • 2,955
  • 2
  • 27
  • 33
4
votes
1 answer

Creating new One Note 2010 page from C#

I'm a relative c# amateur, and I'm having trouble getting up to speed with what I guess is Office Interop (correct me if I'm wrong): I want to have a console app that creates a new page in One Note 2010. The new page will always go into the same…
user1279871
4
votes
0 answers

OneNote Graph API doesn't return new pages

I have a question regarding OneNote Graph API. I am using Graph API to fetch a list of notebooks, sections and pages. When I add a new notebook or section (via OneNote app or via OneNote Web) I see these changes immediately when making a new API…
Alexey Zelenkin
  • 701
  • 1
  • 6
  • 13
4
votes
1 answer

How to load binary content to clipboard without anything removed or manipulated? (Autohotkey)

I have binary content stored in a file (containing previous clipboard content) is being modified (without purpose or adding code for this) every time I try to load it to clipboard. The binary content represents organised paragraphs on OneNote copied…
Omar
  • 6,681
  • 5
  • 21
  • 36
4
votes
1 answer

Keyboard remapping for Onenote 2016 on Windows 7

I used to use Autohotkey to remap keys for the ease of text editing. For example, I remap Alt + i/j/k/l to up/left/down/right. However, autohotkey is not available in my working environment. I'm wondering whether there is a way to use macro or API…
Jason
  • 1,200
  • 1
  • 10
  • 25
1
2
3
38 39