https://github.com/dvberkel/codemirror-experiment
Expermiment to explore the javascript libarary CodeMirror
https://github.com/dvberkel/codemirror-experiment
Last synced: 2 months ago
JSON representation
Expermiment to explore the javascript libarary CodeMirror
- Host: GitHub
- URL: https://github.com/dvberkel/codemirror-experiment
- Owner: dvberkel
- Created: 2012-05-11T12:56:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-11T12:57:31.000Z (about 13 years ago)
- Last Synced: 2025-02-07T23:34:48.513Z (4 months ago)
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CodeMirror Experiment
=====================[CodeMirror](http://codemirror.net/ "CodeMirror2 on GitHub") is a
> JavaScript component that provides a code editor in the
> browser. When a mode is available for the language you are coding
> in, it will color your code, and optionally help with indentation.We are using CodeMirror, and possibly
[CodeMirror UI](https://github.com/jagthedrummer/codemirror-ui "codemirror-ui on GitHub")
to provide a programmable turle environment akin to
[Logo](http://en.wikipedia.org/wiki/Logo_%28programming_language%29 "WikiPedia on Logo")