All Projects → elvirbrk → Notehighlight2016

elvirbrk / Notehighlight2016

Licence: gpl-2.0
Source code syntax highlighting for OneNote 2016 and OneNote for O365 . NoteHighlight 2013 port for OneNote 2016 (32-bit and 64-bit)

Programming Languages

C#
18002 projects
lua
6591 projects

Projects that are alternatives of or similar to Notehighlight2016

MyJournal.Notebook
My Journal Add-In for Microsoft OneNote
Stars: ✭ 41 (-98.59%)
Mutual labels:  addin, onenote, onenote-addin
Highlight
Source code to formatted text converter
Stars: ✭ 191 (-93.43%)
Mutual labels:  syntax-highlighting
Kilua
A minimal text-editor with lua scripting.
Stars: ✭ 158 (-94.56%)
Mutual labels:  syntax-highlighting
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (-94.01%)
Mutual labels:  syntax-highlighting
Dot Hugo Documentation Theme
Dot - Hugo Documentation Theme
Stars: ✭ 162 (-94.43%)
Mutual labels:  syntax-highlighting
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (-93.88%)
Mutual labels:  syntax-highlighting
Glsl
VSIX Project that provides GLSL language integration.
Stars: ✭ 155 (-94.67%)
Mutual labels:  syntax-highlighting
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (-92.88%)
Mutual labels:  syntax-highlighting
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (-93.46%)
Mutual labels:  syntax-highlighting
30 Seconds Of Java8
30 seconds to collect useful Java 8 snippet.
Stars: ✭ 2,046 (-29.62%)
Mutual labels:  code-snippets
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (-94.39%)
Mutual labels:  syntax-highlighting
Codehub
A UWP GitHub Client
Stars: ✭ 162 (-94.43%)
Mutual labels:  syntax-highlighting
Zerobranestudio
Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
Stars: ✭ 2,255 (-22.43%)
Mutual labels:  syntax-highlighting
Modern Cpp Font Lock
C++ font-lock for Emacs
Stars: ✭ 159 (-94.53%)
Mutual labels:  syntax-highlighting
Prettyprint
Beautifully formatted output for your terminal 🌈
Stars: ✭ 195 (-93.29%)
Mutual labels:  syntax-highlighting
Zsh Syntax Highlighting
Fish shell like syntax highlighting for Zsh.
Stars: ✭ 13,245 (+355.62%)
Mutual labels:  syntax-highlighting
Biosyntax
Syntax highlighting for computational biology
Stars: ✭ 164 (-94.36%)
Mutual labels:  syntax-highlighting
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-94.01%)
Mutual labels:  syntax-highlighting
Web Clipper
For Notion,OneNote,Bear,Yuque,Joplin。Clip anything to anywhere
Stars: ✭ 3,645 (+25.39%)
Mutual labels:  onenote
Codeview
Android Code Highlighter
Stars: ✭ 204 (-92.98%)
Mutual labels:  syntax-highlighting

NoteHighlight2016

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 page.

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

Syntax highlighting performed using https://gitlab.com/saalen/highlight

Install

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

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

Usage

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

Additional languages

  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 :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].