Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

sudoker0/Edit

Repository files navigation

edit (Also know as Edit Document In Terminal)

Started as a small program in console, it's now a native program that in executable in Windows and Linux. The program is released under MIT license.


Orgin (Not orgin of Microsoft edit)

It started out as an idea in my mind when I'm still developing the console. Seeing a native text editor in a lot of operating system, I should develop my own native text editor for console - I think. So I start develop, and after a lot of error, a lot of bug. I offically release edit on Friday, 23rd 2020.

In a JS file

After that, What if people want to include edit in other website? - I question my self. So I bundled edit into a JavaScript file that you can include in the HTML file and download here

As a program

And then, I found out about Electron and NodeJS that allow people to make program using HTML, CSS and JS but with more control then ever. So with a lot more code and some modification, I have able to make edit an offical program.

Thing edit can do

  • Includes all features in Windows's notepad
  • Has a theme changer (Very basic)
  • Check for update

Thing edit can't do

  • Auto-complete code
  • Fancy text formatting
  • Source Control build-in
  • Bake a cake

Issues

  • Insane lag when handling large amount of text (Not fixed)

Have fun using edit!


Copyright © 2021 QuanMCPC (Also know has Quan_MCPC)