Editor is a simple word processing application built using the ElectronJS framework. It supports most basic text editing features.
Editor requires ElectronJS to run. You can get it from here.
To install all the required node dependancies:
$ npm install
To run the app:
$ electron .
Once the app is completed, I will make a standalone executable.
- Add text highlight feature.
- Add save feature. ('save as' already implemented)