Home

Awesome

IbOneNoteExt

Languages: English, 简体中文
An extension for Microsoft OneNote.

Features

Supported Versions

Installation

  1. Close OneNote, wait a moment.
  2. Download release files from Releases.
  3. Put the version.dll in the release files into:
    • Office 365: C:\Program Files\Microsoft Office\root\Office16
    • Office 2016: C:\Program Files\Microsoft Office\Office16
  4. Restart OneNote.

Configuration

If you don't like the default behavior, you can modify it by following the steps below:

  1. Create version.dll.yaml in the same directory the version.dll in.
  2. Refer to the following content to edit it:
# YAML
Editor:
  # Change font Calibri to Microsoft YaHei.
  # Affects typing and style fonts.
  # Affects display of existing text using Calibri.
  # Make it unable to manually apply Calibri to text.
  ChangeCalibriToYahei: true

(UTF-8 encoding)

Build

Install vcpkg and run:

cd external
.\vcpkg.bat
cmake -B build

Then open IbOneNoteExt.sln and build.