Installation

Latest release: GitHub Releases.

Release files:

AppImage

chmod +x EnoteSpace-Linux-<version>.AppImage
./EnoteSpace-Linux-<version>.AppImage

Application data: ~/.config/EnoteSpace/

Snap

Install from Snap Store:

sudo snap install enotespace

Local install:

sudo snap install --dangerous EnoteSpace-Linux-<version>.snap
snap connect enotespace:password-manager-service
enotespace

Application data: ~/snap/enotespace/current/

password-manager-service gives access to the host keyring. Optional.

Do not install with --classic.

Update

Do not remove the installed snap. Download the new .snap and install over the existing one:

sudo snap install --dangerous EnoteSpace-Linux-<version>.snap

The database and settings are kept.

Uninstall

sudo snap remove enotespace
Removing the app also deletes the database (~/snap/enotespace/). Copy that directory first if you need the notes.

If you already uninstalled

sudo snap install --dangerous EnoteSpace-Linux-<version>.snap
snap connect enotespace:password-manager-service
enotespace

This is a new empty database. Old notes will not come back unless you saved ~/snap/enotespace/ beforehand.