Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

  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
2 July 2025

Source to production: Spring Boot containers made easy

Cloud and server Article

This blog is contributed by Pushkar Kulkarni, a Software Engineer at Canonical. Building on the rise in popularity of Spring Boot and the 12 factor paradigm, our Java offering also includes a way to package Spring workloads in production grade, minimal, well organized containers with a single command. This way, any developer can generate ...


Massimiliano Gori
2 July 2025

Spring support available on Ubuntu

Cloud and server Article

This blog is contributed by Vladimir Petko, a Software Engineer at Canonical. The release of Plucky Puffin earlier this year introduced the availability of the devpack for Spring, a new snap that streamlines the setup of developer environments for Spring on Ubuntu. In this blog, we’ll explain what devpacks are and provide an overview of ...


Canonical
1 July 2025

Chiseled Ubuntu containers for OpenJRE 8, 17 and 21

Cloud and server Article

Today we are announcing chiseled containers for OpenJRE 8, 17 and 21 (Open Java Runtime Environment), coming from the OpenJDK project. These images are highly optimized for size and security, containing only the dependencies that are strictly necessary. They are available for both AMD64 and ARM64 architectures and benefit from 12 years of ...