avinh / unofficial-onenote-desktop

Unofficial OneNote Desktop Application for Linux, Macos, Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneNote Desktop

Unofficial OneNote Desktop app

OS X 10.8+, Windows 7+ & Linux are supported.

Install Linux

To add a shortcut to the app, create a file in ~/.local/share/applications called onenote.desktop with the following contents:

[Desktop Entry]
Name=OneNote
Exec=/full/path/to/folder/OneNote
Terminal=false
Type=Application
Icon=/full/path/to/folder/OneNote/resources/app/static/Icon.png

Dev

Built with Electron.

Commands
  • Init: $ npm install
  • Run: $ npm start
  • Build OS X: $ npm run build:macos
  • Build Linux: $ npm run build:linux
  • Build Windows: $ npm run build:windows
  • Build all: $ brew install wine and $ npm run build (OS X only)

License

MIT © Anh Vinh

About

Unofficial OneNote Desktop Application for Linux, Macos, Windows

License:MIT License


Languages

Language:JavaScript 96.2%Language:CSS 3.8%