Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenforthewin/noted
- Owner: kenforthewin
- License: mit
- Created: 2019-09-30T23:53:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T16:54:54.000Z (about 2 years ago)
- Last Synced: 2024-03-17T10:36:11.924Z (10 months ago)
- Topics: electron, markdown, notes
- Language: JavaScript
- Homepage:
- Size: 792 KB
- Stars: 54
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.