hypertuner / rfcs

Documentations for our architectures and standards
MIT License
0 stars 0 forks source link

FEAT | Add Code Editor #2

Open klemenkotar opened 5 years ago

klemenkotar commented 5 years ago

🚀 Feature Proposal

Code Editor

A code editor that allows for remote editing of files on the server. It should use a common text editor React library like https://ace.c9.io/ or https://www.npmjs.com/package/react-simple-code-editor and implement a custom theme, support for multiple windows and a simple file browser.

klemenkotar commented 5 years ago

@louisgv What are your thoughts on this? Can you pick this up after you are done integrating front end?