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
0
votes
1 answer

Load MS OneNote file in UIWebView

I'm trying to load an MS OneNote file in WebView but all is in vain. I am finding it hard to do so. Rather I tried another approach. I got the MS OneNote file data and wrote it into an "pdf" file using "writeToFile". But still was not able to load…
Samuel
  • 75
  • 1
  • 9
0
votes
3 answers

making a text edit field

I am a beginner in HTML5, CSS3, and JavaScript. I reached my limit for the use of the trial version of Microsoft's OneNote. I like the program so much, I want to make an equivalent of it as an html version so I won't have to empty my pockets for…
Tony Wilkerson
  • 351
  • 1
  • 2
  • 4
-1
votes
1 answer

Clicking any where in the OneNote, Taking the cursor to the top

Not Sure what happened after the new update in mac, Whenever i'm clicking anywhere out of the page in oneNote and clicking anywhere, it's taking the cursor on the very top left corner. It's very annoying since have to scroll down to the page again…
Arpan Saini
  • 4,623
  • 1
  • 42
  • 50
-1
votes
1 answer

How to sync read-only oneNote notebook from mac which was originally shared by another user (the another user doesn't exist now)

I've a Notebook in mac (Microsoft OneNote for Mac version: 16.16.27 (201012)). This notebook was originally shared by another user. I had synced it to the mac few years back. Now that user doesn't exist. When I open that notebook in mac, one note…
Hitesh
  • 121
  • 3
  • 14
-1
votes
1 answer

Can't find (other web locations) option in Microsoft OneNote?

I am trying to share Microsoft OneNote with Microsoft Team OneNote, but can't find the option (Other Web Locations) I only see the [enter image description here] which takes me to my local computer 1 I was supposed to see enter image description…
-1
votes
1 answer

Extracting information via Onenote sharing link

I use a Onenote notebook at work stored inside the corporate OneDrive to keep track of my todos. I set up a (view-only) sharing link to provide outside access to the notebook. Does the sharing link expose an API to extract information from the…
korolev
  • 46
  • 5
-1
votes
1 answer

Double click select does not consider - as a word in Windows 10 for onenote

when i double click on a word with special char "-" in OneNote or xshell it does not copy entire word to clipboard. eg double clicking on a word ravi-test mouse just copy word "ravi" to clipboard leaving behind "-test" is…
Ravi
  • 173
  • 1
  • 10
-1
votes
1 answer

How to read InkML file to image or text using C#

I am trying to read handwritten text in onenote from the APIs provided by microsoft. I am able to get the handwritten text from onenote as inkML. Unfortunately I am unable to read from the inkML to image/text.Please suggest some solutions or links…
-1
votes
2 answers

Copy List to clipboard for rich text pasting into Outlook

I have a list made up of three pieces: Text, url, long text (basically, it's a twitter handle, link to the tweet, text of the tweet). I'm trying to figure out how to load that list into the clipboard so that when you paste it into standalone Outlook…
John Eddy
  • 51
  • 5
-1
votes
1 answer

Send Email with all new OneNote entries

I use Microsoft OneNote daily to take notes. I would like to write a script to send myself an email every night with all the new notes I took that day across notebooks so I can review them. This would usually be straightforward in e.g. a Word doc…
bcf
  • 2,104
  • 1
  • 24
  • 43
-1
votes
1 answer

Onenote 2016 box drawing characters are displayed as ⍰

I'm using MS Office 2016 One note on windows 10. On my PC, when I put box-drawing characters as like this : ┴┻┷┸┸┵┶┹┺┐┐┘├┬┬┤┴┼┣┳┼ on OneNote 2016 on Windows 10 those will be shown as ⍰⍰⍰⍰⍰⍰⍰⍰⍰┐┐┘⍰⍰⍰⍰⍰⍰⍰⍰⍰. Some of these seem like a missing glyph,…
Nam
  • 173
  • 2
  • 13
-1
votes
1 answer

OneDrive API search based on a keyword gives only section information and doesnot give any information about page details

I want to know the page id or page url which has paternity in the content. When i use search functionality, i get the section details but i don't get any information about page.…
-1
votes
1 answer

Anchoring ink to text

Is there any way to anchor ink to a body of text? For example, I circle a word, and highlight some others: Then if I add a header, it will leave the ink inplace and shift the text down: How do I get the ink to follow the body of text down (or up)?
Ollie
  • 1,641
  • 1
  • 13
  • 31
-1
votes
1 answer

Access onenote content from un-authenticated clients

Microsoft Office 365 has gotten heavy adoption in the public schools sector. I am writing an app that lets teachers communicate with parents about classroom activities, schedules, etc. using Onenote for content, and Outlook/Exchange calendars for…
-1
votes
2 answers

I want to screenshot youtube videos for an app. I can do this with clip to onenote chrome extension but don't know how to emulate the functionality

So clip to OneNote and other clipping extensions can screenshot everything on the page including content in an iframe. Does anyone know how they do that? I figure it's some sort of javascript functionality. When I tried to use html2canvas, they said…
1 2 3
38
39