Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offroaders123/electron-text-editor
A native text editor built using Electron!
https://github.com/offroaders123/electron-text-editor
cross-platform desktop editor electron electron-builder javascript linux macos nodejs text-editor vanilla-javascript windows
Last synced: 20 days ago
JSON representation
A native text editor built using Electron!
- Host: GitHub
- URL: https://github.com/offroaders123/electron-text-editor
- Owner: Offroaders123
- License: mit
- Created: 2021-01-15T06:29:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T07:20:28.000Z (about 1 year ago)
- Last Synced: 2023-10-22T09:55:29.226Z (about 1 year ago)
- Topics: cross-platform, desktop, editor, electron, electron-builder, javascript, linux, macos, nodejs, text-editor, vanilla-javascript, windows
- Language: TypeScript
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Electron Text Editor
A native text editor built using Electron!
This is a simple demo project that I started to learn how to create a simple native app with as little dependencies as possible using the [Electron](https://www.electronjs.org/) framework!
The project also includes the [Electron Builder](https://github.com/electron-userland/electron-builder) framework to create compiled executables for production releases.
## How to Use
The latest compiled example of the project is available to download for either Windows or macOS from the [latest releases page](https://github.com/Offroaders123/Electron-Text-Editor/releases/latest).If you would like to see the source code or try the compiling process yourself, feel free to clone the repository and see how it works! I made this to help myself understand how to use Electron, and I hope it will help you do the same!