Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
astanley dc3cc1cb13 initial commit 1 week ago
..
.npmignore initial commit 1 week ago
README.md initial commit 1 week ago
build.js initial commit 1 week ago
coffee-editor.js initial commit 1 week ago
css-editor.js initial commit 1 week ago
index.css initial commit 1 week ago
index.html initial commit 1 week ago
javascript-editor.js initial commit 1 week ago
json-editor.js initial commit 1 week ago
lua-editor.js initial commit 1 week ago
package.json initial commit 1 week ago

README.md

brace example

Please investigate the following to understand how to use brace:

  • the page itself containing <div> place holders for the editors: index.html
  • styles to position the editors: index.css
  • the browserify build script: build.js
  • the editor initialization scripts: coffee-editor.js, javascript-editor.js, json-editor.js, lua-editor.js and css-editor.js (currently not used)
  • coffee-editor.js and javascript-editor.js also demonstrate Ace's Vim keybinding feature