Design by Techdesigns.co.uk.

OneNote Search and Replace

Dan has posted Jeffrey’s OneNote Search and Replace PowerToy

How it works

  1. Download the application from here: OneNoteSearchReplace.zip
  2. Extract the application and run the setup.exe
  3. You will now have a new toolbar button in OneNote which looks like this:
    image
  4. Click the button and you will see a window like this:
    image
  5. Now you can choose your search terms and what scope.
  6. Click Preview and Replace to try it out!

Additional Note: Dan also included a disclaimer that PowerToys posted on his blog [and all other blogs too] are not supported by Microsoft and are use at your own risk.

Edited: June 23rd, 2007

Matlab to OneNote

Stephen Lawrence shared with Dan Escapa how to export via a script from MatLab to OneNote…

I took your Send file to OneNote powertoy code and adapted it for Matlab. I have attached my code below so that you can get an idea of how it works.

I had to switch from creating Matlab XML to Matlab HTML…the result works well. All I had to do to publish my file in OneNote was type:

   OneNotePublish(‘test.m’);

in the command window.I got the resulting page:

image

You can download the source for this by downloading it here: Matlab2OneNote.

Edited: June 21st, 2007

Jeremy Lewi’s SendTo OneNote PowerToy

via Dan Escapa

Jeremy Lewi from Georgia Tech has the following powertoy available on his site: SendtoOneNote

Overview: This addin provides a program to create links to files on OneNote pages. Shortcuts are created in the SendTo folder. This allows files to be sent to OneNote by right clicking on them and selecting SendTo. Two links are created which allow the sent files to be added to the current page or a new page. If the file is an XML file, an XSL transform is applied which outputs OneNote xml which is then incorporated into the current page.

This program was originally based on Daniel Escapa’s sendToOne powertoy. However, instead of embedding the files in OneNote it creates a link. It also automatically applies an XSLT transform to any XML files you send.

Download:

Source code

Setup

Edited: June 18th, 2007

Updated: “Clip to OneNote” Firefox Extension

Patrick Schmid has updated Gmx Lee’s “Clip To OneNote” FireFox Extension. [via Escapa]

Patrick’s post and updated .xpi file (up to v3).

Gmx Lee’s OneNote page with instructions.
I’ve also updated the copy hosted on http://adminid.com/powertoys/GmxLee/clipnote.xpi

Edited: June 18th, 2007

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 an xml file to avoid duplicates.

Files:

Edited: June 11th, 2007