Enhance Milanote desktop capabilities by integrating the core features of PureRef, making Milanote a reference software.
The principle is to use Electron's <webview>
tag to render web pages and inject CSS.
- pin/unpin window
- make the window transparent
- support multiple windows
- press [Tab] to hide/show the toolbar and header
- no scroll bar
- multiple platform support(Mac/Windows/Linux)
Examples:
Dev:
npm run start-dev
Build:
This command will build packages inside of out
folder
npm run package