Please note: This is only a wrapper for the one note web client. The wrapper is based on https://github.com/GeordieP/ work!
The One Note desktop client is not avalible on Linux. You can use this wrapper as a desktop client for your notes without having to clutter you browser.
ElectroOneNote supports custom stylesheets. To change the stylesheet, replace onenote.css
in [install directory]/resources/app/app/css/onenoteStyles/
and re-start the application. To use the default style, delete or rename skype.css
.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository, cd into it
# Install dependencies and run the app
npm install && npm start
# run electron-packager in the current directory with appname, platform, arch, and Electron version parameters
electron-packager ./ AppName --platform=win32 --arch=ia32,x64 --version=0.36.0
Learn more about Electron and its API in the documentation.