|
21 | 21 |
|
22 | 22 | <h2>CodeMirror real-world uses</h2> |
23 | 23 |
|
24 | | - <p><a href=" mailto:[email protected]" >Contact me </a> if you'd like |
25 | | - your project to be added to this list.</p> |
| 24 | + <p>Create a <a href="https://github.com/marijnh/codemirror">pull |
| 25 | + request </a> or <a href=" mailto:[email protected]" >email me </a> if |
| 26 | + you'd like your project to be added to this list.</p> |
26 | 27 |
|
27 | 28 | <ul> |
28 | 29 | <li><a href="http://brackets.io">Adobe Brackets</a> (code editor)</li> |
@@ -66,14 +67,16 @@ <h2>CodeMirror real-world uses</h2> |
66 | 67 | <li><a href="http://elm-lang.org/Examples.elm">Elm language examples</a></li> |
67 | 68 | <li><a href="http://eloquentjavascript.net/chapter1.html">Eloquent JavaScript</a> (book)</li> |
68 | 69 | <li><a href="http://emmet.io">Emmet</a> (fast XML editing)</li> |
| 70 | + <li><a href="https://github.com/espruino/EspruinoWebIDE">Espruino Web IDE</a> (Chrome App for writing code on Espruino devices)</li> |
69 | 71 | <li><a href="http://www.fastfig.com/">Fastfig</a> (online computation/math tool)</li> |
70 | 72 | <li><a href="https://metacpan.org/module/Farabi">Farabi</a> (modern Perl IDE)</li> |
71 | 73 | <li><a href="http://blog.pamelafox.org/2012/02/interactive-html5-slides-with-fathomjs.html">FathomJS integration</a> (slides with editors, again)</li> |
72 | 74 | <li><a href="http://fiddlesalad.com/">Fiddle Salad</a> (web development environment)</li> |
73 | 75 | <li><a href="https://github.com/simogeo/Filemanager">Filemanager</a></li> |
74 | 76 | <li><a href="https://hacks.mozilla.org/2013/11/firefox-developer-tools-episode-27-edit-as-html-codemirror-more/">Firefox Developer Tools</a></li> |
75 | 77 | <li><a href="http://www.firepad.io">Firepad</a> (collaborative text editor)</li> |
76 | | - <li><a href="https://code.google.com/p/gerrit/">Gerrit</a>'s diff view</a></li> |
| 78 | + <li><a href="https://code.google.com/p/gerrit/">Gerrit</a>'s diff view</li> |
| 79 | + <li><a href="https://github.com/maks/git-crx">Git Crx</a> (Chrome App for browsing local git repos)</li> |
77 | 80 | <li><a href="http://tour.golang.org">Go language tour</a></li> |
78 | 81 | <li><a href="https://github.com/github/android">GitHub's Android app</a></li> |
79 | 82 | <li><a href="https://script.google.com/">Google Apps Script</a></li> |
|
0 commit comments