Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/im-parsa/propad
- Owner: im-parsa
- License: apache-2.0
- Created: 2021-11-03T19:50:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T21:23:18.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:52:50.081Z (over 1 year ago)
- Topics: electron, electronjs, electronjs-app, electronts, javascript, notepad, propad, typescript
- Language: CSS
- Homepage: https://parsa-firoozi.ir/
- Size: 156 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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