Markdown editor
Last updated
Was this helpful?
Last updated
Was this helpful?
In this tutorial, you will learn how to build a text editor that stores its data on the SAFE Network.
The SAFE Markdown Editor lets you create and edit Markdown files. The files are encrypted using a symmetric key, which means that only you can read them. Each time you save a file, a new version is stored on the SAFE Network. You can browse through previous versions of your files and compare the difference across versions. This example app demonstrates the usage of .
This tutorial will showcase how to:
You will learn about the following APIs:
1. SAFE Launcher
2. SAFE Browser
3. Node.js
Make sure you have Node.js v6 (LTS).
1. Clone this GitHub repository
2. Install the dependencies
3. Start the app
was used as a starting point.
You can access the SAFE Markdown Editor at using .
Start and log in.
Start .
There are many ways to install Node.js. See for more info.
If you don't have Git installed, you can download it from .