Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenforthewin/noted

A markdown notepad app
https://github.com/kenforthewin/noted

electron markdown notes

Last synced: about 1 month ago
JSON representation

A markdown notepad app

Awesome Lists containing this project

README

        

# Noted

Noted is a Markdown notepad app.

![Noted in action](noted-demo.gif)

## To Use

To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
git clone https://github.com/kenforthewin/noted
# Go into the repository
cd noted
# Install dependencies
npm install
# Run the app
npm start
```

Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.