Skip to content

A simple text editor built using Electron.js (still in progress)

Notifications You must be signed in to change notification settings

samvid25/Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A simple text editor built using Electron.js (still in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published