Supernotes desktop app (using app mode for chromium browsers)

Launching a chromium browser (chrome, new edge, opera) in app mode is a great way to create a homemade desktop app for Supernotes. This can be done by creating a batch file (shown below) that opens the home URL in a new window in app mode. Just make sure this is in your search path and you are good to go.

Not sure about macOS or linux so if anyone knows how convert this for those operating systems please post below. :arrow_double_down:

supernotes.bat

set url="--app=https://my.supernotes.app/view/home/"
start "" "C:\\Program Files (x86)\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" --new-window %url%

See it in action here:

2 Likes

Or just use edge and install the site as an app

2 Likes

true…very true(that is what I do) @thomasdotred you can do this too

Ah well thats a much neater way of doing it, thanks :smiley: