https://github.com/2kabhishek/minedit
Minimal text editor built with Electron. 📄✏
https://github.com/2kabhishek/minedit
cross-platform electron monaco-editor text-editor
Last synced: 4 months ago
JSON representation
Minimal text editor built with Electron. 📄✏
- Host: GitHub
- URL: https://github.com/2kabhishek/minedit
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2019-12-25T14:12:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T18:55:29.000Z (over 2 years ago)
- Last Synced: 2025-04-07T16:41:10.862Z (about 1 year ago)
- Topics: cross-platform, electron, monaco-editor, text-editor
- Language: JavaScript
- Homepage:
- Size: 692 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A minimalistic text editor built using Electron.
## Usage Instructions
```bash
git clone https://github.com/2kabhishek/Minedit.git
cd Minedit
npm install
npm start
```