https://github.com/epiqueras/ceditor
An easy to use desktop text editor and REPL built using Electron, React, Redux, and CodeMirror
https://github.com/epiqueras/ceditor
code-editor editor electron text-editor webpack
Last synced: about 1 year ago
JSON representation
An easy to use desktop text editor and REPL built using Electron, React, Redux, and CodeMirror
- Host: GitHub
- URL: https://github.com/epiqueras/ceditor
- Owner: epiqueras
- License: cc0-1.0
- Created: 2017-01-25T22:48:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T05:58:38.000Z (over 9 years ago)
- Last Synced: 2025-04-30T06:08:27.097Z (about 1 year ago)
- Topics: code-editor, editor, electron, text-editor, webpack
- Language: JavaScript
- Homepage: https://epiqueras.github.io/ceditor/
- Size: 27.7 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ceditor
###### An easy to use desktop text editor and REPL built using Electron, React, Redux, and CodeMirror
#### Downloads:
- Mac (Auto-Updates don't work because the application is not signed): download zip
- Windows: download installer
#### Features (Work in Progress):
- [x] **Basic Editor Functionality** *(Tabs, Opening, Saving)*
- [x] **Themes**
- **Built in REPL for common programming languages**:
- [x] Allow users to set a local compiler/interpreter for each language
- [ ] Use a web api if an internet connection is available
- [ ] **Simple settings menu**
- **Plugins?**