Enhance Milanote desktop capabilities by integrating the core features of PureRef, making Milanote a reference software.
- pin/unpin window
- make the window transparent
- support multiple windows
- press [Tab] to hide/show the toolbar and header
- no scroll bar
- Click-through mode
- multiple platform support(Mac/Windows/Linux)
Examples:
Issues:
if you encounter this issue on Mac
please run the below command to trust it
xattr -cr /Applications/MilaRef.appnpm run start-devBuild:
This command will build packages inside of out folder
npm run packageRelease:
Notice: need to run these commands on both Mac and Windows to generate install packages for all platforms
# Build the vite app
npm run package
# Generate dmg / exe / zip files
npm run make
# Release to github
npm run publish