This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/papercraft/openjscad/node_modules/brace/example
2020-09-10 14:36:01 +02:00
..
.npmignore Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
build.js Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
coffee-editor.js Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
css-editor.js Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
index.css Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
index.html Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
javascript-editor.js Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
json-editor.js Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
lua-editor.js Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
package.json Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02:00
README.md Added option for labels/no labels (Papercraft Unfold) 2020-09-10 14:36:01 +02: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