Abc is online code editor with syntax highlighter, hotkeys and other features. Demo
Main features:
- HTML code execution;
- JS code execution;
- SVG viewer;
- Markdown viewer.
Abc doesn't have any dependencies. The project was created for educational purposes. And I achieved my childhood dream of writing my own text editor. Abc supports code execution and is close to Plunker or Jsfiddle. All projects can be exported to a separate file and imported to another device. The current version of the application has partial support for the markdown file format.
To build the project, you must run the following command:
npm run bundle
npm run serve
The dist
folder will contain the executable application.