Simply add comments in OneNote—just like in Word.
Built for 64-bit OneNote on Windows.
Select text, add a comment in an embedded side pane, and keep it attached when the original text moves within the page.
Comments for OneNote is a community fork of Steven M. Cohn's OneMore. It keeps the full OneMore feature set while adding a simple, Word-inspired commenting workflow.
This is an independent community project. It is not an official Microsoft or OneMore release.
Important: This add-on is not standalone. Install the official OneMore 7.2.0 x64 first, then install Comments for OneNote.
- Add a comment from the OneMore ribbon or text context menu.
- View comments in a pane embedded inside the OneNote window.
- Store comments in hidden page metadata so they travel and sync with the page.
- Anchor comments to the exact selected occurrence, even when the same text appears more than once.
- Reconnect a comment after its source text moves to another paragraph on the same page.
- Jump to, edit, resolve, reopen, and delete comments.
- Remove the comment highlight when its comment is deleted while preserving other text formatting.
- Avoid unsafe guesses when identical text occurs in ambiguous locations.
- Windows desktop OneNote from Microsoft Office.
- OneMore 7.2.0 installed first.
- 64-bit OneNote and OneMore. The 32-bit edition is not currently supported.
- Install the official OneMore 7.2.0 if needed.
- Download
Comments-for-OneNote-win-x64-v*.zipfrom this repository's Releases page. - Extract the complete ZIP and close OneNote.
- Double-click
Install.cmd.
OneNote will reopen automatically when installation finishes. Keep all extracted files together while installing.
If Windows prevents the double-click installer from running, open PowerShell in the extracted folder and use:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install.ps1The installer uses a per-user COM registration override. It does not overwrite the official OneMore installation in Program Files.
To remove this community build and return to official OneMore, double-click Uninstall.cmd. The equivalent manual command is:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\uninstall.ps1- Select text within one paragraph.
- Choose OneMore → Add Comment or right-click and choose Add Comment.
- Enter the comment and save it.
- Use OneMore → Comments Pane to show or hide the embedded pane.
Cross-paragraph selections are not yet supported.
Each comment records the exact text offset, quote, OneNote object ID, and surrounding prefix/suffix context. The pane periodically checks the active page. If the object ID changes after a move, it scores candidate matches using the surrounding context before reconnecting. If matches remain ambiguous, it marks the comment unattached instead of linking to the wrong text.
The project targets .NET Framework 4.8 and follows the upstream OneMore build layout. For 64-bit OneNote:
msbuild OneMore\OneMore.csproj /t:Build /p:Configuration=Debug /p:Platform=x64Implementation: CommentFeature.cs. Tests: CommentStoreTests.cs.
This repository is derived from OneMore, copyright © Steven M. Cohn and OneMore contributors. The full upstream Git history is retained. See THIRD_PARTY_NOTICES.md.
Source code is distributed under the Mozilla Public License 2.0. OneMore, OneNote, Microsoft, and related names and marks belong to their respective owners.
Contributions and issue reports are welcome.
在 OneNote 中轻松添加批注,就像在 Word 中一样。
适用于 Windows 上的 64 位 OneNote。
安装前提:请先安装官方 OneMore 7.2.0 x64,再安装本项目。
Comments for OneNote 是基于 OneMore 的社区分支,在保留 OneMore 完整功能的基础上,为 OneNote 增加简单、类似 Word 的内嵌批注体验。批注保存在页面隐藏元数据中;即使同一段落存在重复文字,也会记录用户实际选中的位置。原文在同一页面内移动后,批注会根据精确位置和上下文安全地重新连接。
使用方法:在同一段落内选中文字,点击 OneMore → 添加评论,或右键选择 添加评论。点击 评论面板 可显示或隐藏右侧内嵌面板。
安装方法:下载并完整解压 Release 中的 ZIP,关闭 OneNote,然后双击 Install.cmd。要卸载并恢复官方 OneMore,双击 Uninstall.cmd。
当前仅支持 Windows 上的 64 位 OneNote,暂不支持 32 位版本。