Code editor inspired in VSCode, powered by React, Monaco and Electron
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project serves as a foundation of a simple code editor, it is powered by Electron and Monaco, making it as powerful as VSCode can be, this is my first time experimenting with those libraries so expect tons of bugs, I don't plan in updating this repo so feel free to adopt this project if you want.
I only really wanted to test, how difficult it could be to integrate Monaco.
You will need to use yarn
for this project, so install it and pray it compiles, I didnot make so much hackery to get it to work but YMMV
Install modules using yarn:
- yarn
yarn install
- Clone the repo
git clone https://github.com/jpe230/jpeditor.git
- Install yarn packages
yarn install
- Run dev env.
yarn dev
- Add more languages
- Remove hardcoded values
- Enable more themes
- Import themes for vscode
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Jose Pablo Ramirez - @@angulobtuso - [email protected]
Project Link: https://github.com/jpe230/jpeditor