Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/im-parsa/propad

The pro version of notepad written in node.js-typescript with electron.js technology
https://github.com/im-parsa/propad

electron electronjs electronjs-app electronts javascript notepad propad typescript

Last synced: 11 days ago
JSON representation

The pro version of notepad written in node.js-typescript with electron.js technology

Awesome Lists containing this project

README

        

# 📘 ProPad
The pro version of notepad written in node.js-typescript with electron.js technology

## ✨ Features
* Basic text editor
* Save and Load .txt and .html files
* Add images and link to webpages
* Minimalistic


## 🎈 Requirements

* Node v4+
* Electron



```
git clone https://github.com/im-parsa/ProPad.git
cd ProPad
npm install
```
then to start the app
```
npm start
```

to build to linux x64 you can just run
```
npm run build
```



## 🎨 Designer

[Our Logo Designer Siavash](https://github.com/siavashorg)

to build to other OS's look at the documentation for electron-packager