Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 508 Bytes

Editor

Editor is a simple word processing application built using the ElectronJS framework. It supports most basic text editing features.

Usage

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.

To Do

  • Add text highlight feature.
  • Add save feature. ('save as' already implemented)