Task Requests from OneNote Meeting Notes powertoy
From John Guin…
Task Requests from OneNote Meeting Notes powertoy
The “Week of OneNote 2007 Powertoys” continues…
One of the most frequent requests we hear for new OneNote functionality is “more integration with Outlook Tasks.” Frustratingly, it always seems like no two people agree on what this means. A few users have wanted a method to assign tasks to others during meetings. The scenario is something like Alice and Bob meet, Alice takes notes on the meeting and wants to assign some of the action items to Bob. Today I present an addin to integrate this functionality into OneNote.
This will add a task request button to the Outlook Tasks toolbar in OneNote. You can enable that toolbar via the View | Toolbars | Outlook Tasks menu command. If you are in a meeting notes page, you can click that icon to create a task request with this functionality:
- It will have the TO: line populated with the attendees of the meeting
- The original body of the message will be added to the body of the task request
- Any tagged text will be added to the body of the task request.
Since the task request will be sent, there is nothing to link it back to in Outlook. I’ve seen a few variations of this which use the name of the recipient as the To: field, but this approach doesn’t depend on that rigid of a notebook naming scheme. And since items 1 and 2 above come from the meeting notes table, you will get odd behavior if you use this on a non-meeting notes page.
Example: here is a weekly meeting I have with Mike Tholfsen:

And here is the resulting task request:

Here is where to install it:
http://johnguin.members.winisp.net/Shared%20Documents/TaskRequestFromMeetingNotes.zip
Or
http://elhombre.members.winisp.net/api/TaskRequestFromMeetingNotes.zip
And the source files:
http://johnguin.members.winisp.net/Shared%20Documents/TaskRequestFromMeetingNotes_source.zip
Or
http://elhombre.members.winisp.net/api/TaskRequestFromMeetingNotes_source.zip
Let me know what you think!
Questions, comments, concerns and criticism always welcome,
John Guin
Table Sum Powertoy for OneNote
John Guin has post one of many new powertoys to come over the next week…
Table Sum Powertoy for OneNote
As promised, here is the first of a week’s worth of addins/powertoys for OneNote 2007. This addin will sum the columns of a table for you and add the new row to the bottom. It ignores non-numeric values in the column. It’s only requirement is that you need to click in a table to select it before hitting the Sum button (although it will prompt you for clicking the table if you need to).
It does have some limitations. Inking (writing numbers in tables w/o converting them to text) is not supported, and tables within tables will cause problems.
Here’s the link for the setup file: http://johnguin.members.winisp.net/Shared%20Documents/table_sums.zip
Alternate location: http://elhombre.members.winisp.net/api/table_sums.zip
And the source code: http://johnguin.members.winisp.net/Shared%20Documents/table_sums_Source.zip
Alternate location: http://elhombre.members.winisp.net/api/table_sums_Source.zip
Standard setup directions apply: ensure OneNote has exitied, run setup.exe (as an admin on Vista) and install for all users.
Here it is in action. Before adding the columns:
And after:
(And there is a hidden preview for another addin to be released later this week in the images above. Can you find it?)
There is a lot to do with this from here. Adding support to sum rows (relatively easy, but requires some new UI), performing other simple math routines, completely ignoring columns which have no numbers at all, perhaps applying boldface to the answers and similar tasks would all be appreciated. Moving this code over to the Object Model at www.codeplex.com/onom and extending it there is also a task on my radar.
As always, let me know what you think.
Questions, comments, concerns and criticisms always welcome,
John
Waiting For: 7 New PowerToys from MS OneNote Team!
From John Guin’s post…
- A template manager. Yes! Finally! And it’s being developed by Jeff Cardon, so you know it is high quality. Apply templates to currently existing notebooks.
- Table summation (me). Add columns of numbers in tables! Earth shaking!
- A privatizer (removes names from notebooks) and cleaner addin. Helps fix random focus behavior in just published notebooks. (Gary Nietzke). Yes to privacy!
- A Journal to OneNote Exporter (or importer, depending on your point of view) (Lin Wang). Don’t stay with the Windows journaling tool!
- Create Task Requests from Meeting notes (me) - More task integration with Outlook!
- An audio fine tuner (Jeff) - make OneNote into a Karaoke machine!
- An image rotator (Gary) - I’m turning backflips for this one!
HTML Importer
Last year Jamie Hill of StratusNine.com created an HTML Importer for OneNote. (found via http://del.icio.us/tag/onenote)
It allows you to save a web page (”complete” or as single page) and import it into OneNote 2007.
Also of interest is another version, just called “The Importer” which is for text and html files. More specifically, part of his PINE email export (via perl script) to OneNote (via The Importer). Check out all his OneNote posts.
Double Hyperlink
From http://tabletpcstudent.wordpress.com/2007/11/17/powertoy-double-hyperlink/
Double Hyperlink - What is it? It creates a new page, with the user specified title, pastes a hyperlink to the new page in the current page, and navigates to the new page where it puts the hyperlink from the current page :).
Note: As of 12/3/07 the download link is “Disabled :- Fixing Bugs”
TreeView Beta
Anirudh has released a beta version of his TreeView PowerToy, which launches a navigation window for OneNote. Far more condensed and quicker to expand/condense than the built-in navigation options.
The list of features keeps evolving and this is just the first beta release, so please provide him comments and feedback on his blog.
Microsoft Dynamics CRM2OneNote
Description
The Microsoft Dynamics Snap for Microsoft Office OneNote 2007 integrates the Microsoft Dynamics CRM system with the note-taking capabilities of OneNote 2007. In today’s business world, collecting customer information is essential to building customer relationships and a sales pipeline. CRM2OneNote provides sales representatives with a streamlined process for capturing, storing, and finding relevant customer notes which can contain images, audio recordings, embedded files, and other rich information.
The WhitePaper has screenshots and a better description.
Found via the Groove Advisor blog.
Waiting for… TreeView + Title Change + Move and more
Anirudh Saraf, a college student, has started a blog… Tablet PC - A Student’s Perspective
So far it only has 4 posts. One “Hello World”, two about OneNote usage, and one about starting to develop a OneNote PowerToy…
So after a week of learning XML and C# I finally dived into playing with the OneNote API
Here is the result of my first experiment with the One Note API.
What the program basically does is convert the OneNote Notebook structure into a TreeView structure. Not too useful at this stage, but its a start. A few of the features I hope to implement before releasing a powertoy based on this.
- Add SubPages as a seperate Node
- Link to Notes from Tree View
- Ability to change the page title
- A page preview pane
- Ability to move pages pages.
Please do leave feature requests/ideas in the comments below. Also if anyone is interested in developing/collaborating in the development of OneNote Powertoys do drop me an email.
OneNote Printout Manager
via Daniel Escapa…
OneNote Printout Manager
Yet another powertoy written by Jeff Cardon (*applause*) that will help you when you are printing a lot of documents to OneNote. I will just let his user guide speak for itself:
Installation:
- Download from here: ONPrintManager.zip
- Run Setup.exe and follow the prompts.
- Run OneNote and click on the following button:
UI and options:
Preview:
Changes made to any of the settings in the dialog are displayed in the preview pane. The preview pane will display up to 3 images per column. An elipses (…) is used to indicate that additional images may appear beneath the current set of images.
Printout size:
The Printout size slider control can be used to adjust the size of the printouts. The size range can be between 1% and 200%. 100% is the default size.
Printouts per page:
Use the Printouts per page option to specify that you want OneNote Printout Manager to separate a given number of printouts onto separate pages. The printouts per page can range from 1 to 99. When this control is checked, OneNote Printout Manager will create a new subpage after it reaches the image representing the value specified and continue execution. Each subpage will have the title of the original page with a sequential number appended to it. If the original page is untitled, OneNote Printout Manager will attempt to obtain the text inside the first printout on the page and use for the title. See Additional information below.
Set printouts as background:
Use the Set printouts to background option to set the printouts to be background images instead of floating images. When a printout is set to be a background image the printout is anchored to the page and notes can be added on top of the image without it moving or becoming selected.
Columns per page:
Use the Columns per page setting to determine the number of columns per page to organize your printouts in. The printouts are laid out in order from left to right. e.g. printout image #1 will appear in column 1, printout image #2 will appear in column 2, etc. Once the number of columns is reached, OneNote Printout Manager will repeat the process in the next row. e.g. printout image #3 will appear in column 1, printout image #4 will appear in column 2, etc.
Spacing between printouts:
Use the Spacing between printouts setting to specify the amount of space you want OneNote Printout Manager to put between each printout. The amount of space indicated will be used for both horizontal and vertical spacing. The value is expressed in points, where there are 72 points per inch.
Margins:
Use the Margins settings to specify the top and left margins. These values are expressed in points, where there are 72 points per inch.
Save current settings as default:
Use Save current settings as default to remember any changes you make for the next time you run OneNote Printout manager
Additional information.
Undo is not fully supported with this utility. You’ll find that making simple sizing, margin, spacing, columns or background changes to the printouts on a single page can be undone. However, organizing printouts onto separate pages cannot be fully undone. Therefore, a mechanism to restore your page to the last state before running the utility is provided using the Restore utility. This utility (restore.exe) is located in the install folder where you initially installed OneNote Printout Manager. You can simply run Restore.exe to restore the original page back to the section you are currently viewing.
This is great for those people who have been asking for this on the newsgroups as well as the many students who use OneNote. Hope you enjoy and once again thank you to Jeff Cardon who developed & tested this, nice work Jeff!
- Andy Gray (TabletDev.com)
- Better Living Through Software (Joshua Allen)
- Blog:: Craig Pringle
- Bootstrapped (Iggy Kin)
- Brad Covelle’s Blog
- Chris Pratley’s OneNote Blog
- CutMeLoose.com (Rob Bushway)
- Dolce Technica
- Eric Mack On-Line
- Frankgo’s Weblog
- Give Our Abilities Time
- GmxLee (FireFox OneNote Extension)
- Incremental Blogger
- Jeff Sandquist
- Josh Einstein’s Web Log
- Kenny Kerr
- Life On the Wicked Stage: Act 2
- Michael Gerfen (TabletDev.com)
- Nice Creations
- Omar Shahine’s Blog
- OneNote2006.com - Community Site
- Owen Braun: OneNote 12
- Patrick Altman
- Rambles In The Brambles (Jeff Borlik)
- Sumocat’s Scribbles
- tab pc
- Tablet PC Buzz
- Tablet PC Daily
- Tablet PC Partner News!
- Tablet PC Thoughts
- Tabletology.com
- TeacherTabletPC
- The Student Tablet PC
- TheArchitect.co.uk - Jorgen Thelin’s weblog
- Thomas Becker’s Blog
- torsten’s .NET blog





![clip_image002[4]](http://elhombre.members.winisp.net/blogmedia/OneNotePrintoutManager_9DCA/clip_image0024.jpg)






