Skip to content

peterforgacs/electron-onenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One Note Electron Wrapper

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 Edit

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

To Build

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

About

📘 Electron wrapper for the One Note online service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published