GitHub - elvirbrk/NoteHighlight2016: Source code syntax highlighting for OneNote 2016. NoteHighlight 2013 port for OneNote 2016 (32-bit and 64-bit)

Alt text

GitHub releaseGithub Releases Github previous Github All Releases

Follow @NoteHighlight
Follow on Twitter for updates and general questions. For bug reports and feature requests please use Issues[1] page.

Based on NoteHighlight 2013 (https://notehighlight2013.codeplex.com[2]) and VanillaAddin (https://github.com/OneNoteDev/VanillaAddIn[3]) to create working addin for OneNote 2016 (32-bit and 64-bit)

Syntax highlighting performed using https://github.com/andre-simon/highlight[4]

To install just run MSI file from releases[5]. For Office 64-bit use NoteHighlight2016.msi, and for Office 32-bit use NoteHighlight2016x86.msi. See here[6] how to check which Office version you have.

In case AddIn doesn't show after install, check if this helps Not showing after install[7]

Add new code

  1. Select language from menu
  2. Enter source code in pop-up window and press OK
  3. Highlighted source code will show up in page

Alt text

Format existing text or edit formatted text

  1. Select text that you want to format or edit (you can select whole or only part of note). In case part on note is already formatted, you can select whole source code box.
  2. From NoteHighlight menu select desired language
  3. NoteHighlight form will open with selected text
  4. Edit text or change formatting same as for new code
  1. Go to installation folder and find file ribbon.xml and open it with text editor
    Default installation folder: C:\Program Files (x86)\CodingRoad\NoteHighlight2016\ or C:\Program Files\CodingRoad\NoteHighlight2016\
  2. Edit property "visible" from "false" to "true" for languages that you want to use. It is necessary to restart OneNote for changes to take effect

It is also possible to add new languages (supported by highlight tool) by adding new rows to ribbon.xml but if you need new language then you are smart enough to figure it out :)

References

  1. ^ Issues (github.com)
  2. ^ https://notehighlight2013.codeplex.com (notehighlight2013.codeplex.com)
  3. ^ https://github.com/OneNoteDev/VanillaAddIn (github.com)
  4. ^ https://github.com/andre-simon/highlight (github.com)
  5. ^ releases (github.com)
  6. ^ here (support.office.com)
  7. ^ Not showing after install (github.com)
keywords

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Linx
Search Linx by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Many of life's failures are people who did not realize how close they were to success when they gave up.
Thomas A. Edison
Random CSS Property

mask-image

The mask-image CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the mask-mode property.
mask-image css reference