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
- Host: GitHub
- URL: https://github.com/arnavrneo/editcode
- Owner: arnavrneo
- Created: 2022-01-24T07:46:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T10:47:06.000Z (over 3 years ago)
- Last Synced: 2025-01-20T08:49:07.121Z (5 months ago)
- Language: JavaScript
- Size: 753 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# editCode
editCode - A minimalistic beautiful code editorMade using
 
 and CodeMirrorExperience 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 :)