RevelaOS/node_modules/brace/example
2023-10-15 23:53:41 +01:00
..
.npmignore [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
build.js [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
coffee-editor.js [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
css-editor.js [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
index.css [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
index.html [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
javascript-editor.js [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
json-editor.js [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
lua-editor.js [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
package.json [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
README.md [🎉] Initial Commit 2023-10-15 23:53:41 +01:00

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