Skip to content

A free, open-source, and completely encrypted notes app. Mac, PC, & Linux app repository | https://standardnotes.org

License

Notifications You must be signed in to change notification settings

gwynm/desktop

 
 

Repository files navigation

Standard Velocity

This is a forked version, used with the forked Standard Notes core.

It'll pull the forked core itself (in package.json) initially, but if you're doing development, you probably want to rm -rf app/node_modules/standard-notes-web and ln -s ~/dev/standard-velocity-web app/node_modules/standard-notes-web. Then run npm build on the web side, then npm run dist-linux on the desktop side, to make a new version after changes.

How do I add the app to the launcher?

On Ubuntu 19 this is weirdly hard. When you run the AppImage it'll pop up asking whether you want to integrate, but clicking 'Yes' won't do anything. Instead, download and install 'appimaged', then move the AppImage into ~/Applications. From there it should show up in the 'grid launcher', and you can run it, then right-click it in the dock and hit 'add to favourites' in order to keep it in the dock.

Behind the scenes, it appears that something like ./.local/share/applications/appimagekit_d8fc9619521145653f35139fefcf25a6-Standard_Velocity.desktop is created.

Standard Notes

This application makes use of the core JS/CSS/HTML code found in the web repo. For issues related to the actual app experience, please post issues in the web repo.

Running Locally

npm run setup
npm run start

Building

Build for all platforms:

electron-packager . "Standard Notes" \
  --platform=all \
  --icon=icon/icon \
  --overwrite \
  --osx-sign='Mac Developer ID Application: xxx' \
  --out=dist

or

  • npm run dist

or

  • npm run dist-win
  • npm run dist-linux
  • npm run dist-mac

Installation

On Linux, download the latest AppImage from the Releases page, and give it executable permission:

chmod u+x standard-notes*.AppImage

Alternative Downloads

The Standard Notes desktop client is also available through a variety of package managers:

About

A free, open-source, and completely encrypted notes app. Mac, PC, & Linux app repository | https://standardnotes.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.3%
  • HTML 17.7%