Skip to main content
  1. Blog
  2. Article

David Callé
on 17 May 2017

Simplenote gives a new life to your notes


There’s a new desktop snap in the Snap store: Simplenote.

Write in Markdown, sync, tag, collaborate and publish

If you haven’t tried it yet, Simplenote brings a solid note taking utility to your day-to-day open source toolkit. Don’t be fooled by a simple appearance, as it’s one of the most comprehensive editing suite around, especially for Markdown, with previews and extensive syntax support.

While its most prominent feature is instant notes syncing across devices (and platforms — Linux, web, Android, Mac, Windows and iOS), Simplenote also comes with a tagging system and collaborative editing. For example, tag a note with someone’s email address to edit it together. If you want to make a note temporarily public, it even gives you the ability to publish notes as standalone webpages in two clicks.

To install Simplenote as a snap:

sudo snap install simplenote

Simple to install, automatically updated

Why does it make sense to have Simplenote packaged as a snap? Snaps mean simple installation and update management with no need to worry about dependencies. It also means that when the software vendors make them available, it’s easier to access the beta version of their app or even daily builds.

How many Linux packages format Electron developers need?

While the right answer is probably “as many as they need to reach their full potential audience”, snapping Electron applications means building one snap that works on all the major Linux distributions, with support for more distributions growing.

User install documentation can be simplified and your application will be discoverable by millions of Linux users in the Software Center. To ease the building process even more, the snap format is integrated with Electron Builder.

Give all users your greatest release at the same time

Application developers are in complete control of the publishing and release of their software, it drastically simplifies support as they can control the version of the app being consumed. Once a snap is installed, it will automatically be kept up to date, with install metrics available from the snap store. No more having to maintain old versions or asking users to update first before reporting bugs.

Get started with snaps at snapcraft.io or watch the developer intro video first:

Related posts


Massimiliano Gori
31 March 2026

How to manage Ubuntu fleets using on-premises Active Directory and ADSys

Cloud and server Article

The “hybrid fleet” is today’s reality: organizations diversify operating systems while Microsoft Active Directory (AD) remains the dominant identity “source of truth.” IT administrators must ensure Linux machines, like Ubuntu desktops and servers, behave as first-class citizens in this environment. Efficient Linux management demands unifi ...


Massimiliano Gori
30 March 2026

How to Harden Ubuntu SSH: From static keys to cloud identity

Cloud and server Article

30 years after its introduction, Secure Shell (SSH) remains the ubiquitous gateway for administration, making it a primary target for brute force attacks and lateral movement within enterprise environments. For system administrators and security architects operating under the weight of regulatory frameworks like SOC2, HIPAA, and PCI-DSS, ...


Massimiliano Gori
27 March 2026

Modern Linux identity management: from local auth to the cloud with Ubuntu

Cloud and server Article

The modern enterprise operates in a hybrid world where on-premises infrastructure coexists with cloud services, and security threats evolve daily. IT administrators are tasked with a difficult balancing act: maintaining traditional local workflows while managing the inevitable shift toward cloud-native architectures. Identity has emerged ...