An open API service indexing awesome lists of open source software.

https://github.com/arnavrneo/editcode

editCode - A minimalistic beautiful code editor
https://github.com/arnavrneo/editcode

Last synced: 4 months ago
JSON representation

editCode - A minimalistic beautiful code editor

Awesome Lists containing this project

README

        

# editCode
editCode - A minimalistic beautiful code editor

Made using

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) and CodeMirror

Experience at: https://edtcode.netlify.app/



---

#### editCode is a code editor which provides you with a beautiful code editing experience by removing all the bloated functionalities.
#### Why?
I wanted a code editor which would provide a sleek experience. A editor where one can just focus on editing or writing instead of a seeing a lot of functionalities.
Sometimes one just wants to write, right!

#### How it differs?
editCode is still developing but it isn't supposed to be like famous code editors like VSCode, Sublime Text, Atom and others. editCode is meant for a minimal code editing
experience. Free from all but basic functionalities. It is meant to provide a beautiful experience because coding is beautiful :)

---

### Features (till now):
- offers syntax-highlighting for 6 languages:
- Python
- C
- Markdown
- JavaScript
- HTML
- CSS
- provides 10 themes

### Features (I want to add & am working on)
- more themes
- more language addition
- ability to change background gradients
- resolve the code snippet so as to snap a particular region of code editor
- and other ideas that come in my mind :)