Simplenotote is a cross-platform note taking app (Linux, Windows, Mac, iOS and Android) developed by the creators of WordPress with markdown support.
In addition to cross-platform applications, it can be accessed through most web browsers.
It allows users to create and save text-based notes, categorize them with tags, and even share posts with friends.
The application is a favorite of the Linux community, since it is open source, you can keep your notes in sync on the Internet.
Simplenote has an externally accessible API, which allows other clients to write: Dashboard widget OS X DashNote, nvPY, a cross-platform SimpleNote client, among others.
Additionally, the OS X Notational Velocity program and the Windows ResophNotes utility can also be synchronized with Simplenote.
Simplenote has a clean design so it looks a lot like a basic text editor, which you can write as basic text or in reduction mode.
Although relatively basic, Simplenote has a few organizing tools, such as a search function and tagging support.
One feature that stands out is the ability to "go back in time." You can use a slider tool to jump to any previous point in a note you've edited, and then select it to restore it.
How to install Simplenote on Linux?
One of the options we have to obtain this application is by downloading the AppImage of this application, so to download the latest stable version you can direct to the following link.
Right now pTo download the current stable version which is 1.3.3They can do so by opening a terminal on their systems and typing the following command.
If they are 32-bit system users the package to download is as follows:
wget -O Simplenote.AppImage https://github.com/Automattic/simplenote-electron/releases/download/v1.3.3/Simplenote-linux-1.3.3-i386.AppImage
While in the case of 64-bit system users the package for your architecture is this:
wget -O Simplenote.AppImage https://github.com/Automattic/simplenote-electron/releases/download/v1.3.3/Simplenote-linux-1.3.3-x86_64.AppImage
Once you have downloaded the package corresponding to your architecture, must give execute permissions to this with the following command:
sudo chmod a+x Simplenote.AppImage
And they can launch the application by double clicking on the AppImage file or from the terminal by typing:
./Simplenote.AppImage
Simplenote, like many conventional applications, has DEB and RPM packages with which several of the most popular Linux distributions can install this application in a simple way

Install from DEB package
If they are users of Debian, Ubuntu or any distribution with support for deb packages, they can install this application by this method.
They should only get the latest stable deb package for the app from the page mentioned above.
To download the package for 32-bit systems from the terminal, the command to type in the terminal is:
wget -O Simplenote.deb https://github.com/Automattic/simplenote-electron/releases/download/v1.3.3/Simplenote-linux-1.3.3-i386.deb
And for 64-bit systems the command to execute is:
wget -O Simplenote.deb https://github.com/Automattic/simplenote-electron/releases/download/v1.3.3/Simplenote-linux-1.3.3-amd64.deb
Already done the download, the installation they can do it with the following command:
sudo dpkg -i -Simplenote.deb
If you have problems with the dependencies, you can solve them with:
sudo apt -f install
Installation via RPM package
Finally, for those who are users of RHEL, CentOS, Fedora, openSUSE or any distribution with support for rpm packages you should get the latest stable rpm package of the application.
To download the package for 32-bit systems from the terminal, the command to type in the terminal is:
wget -O Simplenote.rpm https://github.com/Automattic/simplenote-electron/releases/download/v1.3.3/Simplenote-linux-1.3.3-i686.rpm
And for 64-bit systems the command to execute is:
wget -O Simplenote.rpm https://github.com/Automattic/simplenote-electron/releases/download/v1.3.3/Simplenote-linux-1.3.3-x86_64.rpm
Already done the download, the installation can be done with the following command:
sudo rpm -i Simplenote.rpm
Installation via Snap
Finally, the last available installation method is by using the Snap packages, so they have to have the support to install applications of this type on their system.
In a terminal they only have to type the following command:
sudo snap install simplenote