CodeMirror Plus: builder addon with RequireJS module loading demo

This demo demonstrates many of the addons included in this package. For example:

Note: The demo requires codemirror and a few other packages install. Run npm install at root diectory to install them.

Dependencies: The demo loads its dependencies with Require.js, rather than explicitly. While the bulk of the dependencies is handled by CodeMirror.builder addon, it still requires:

  1. The namespaces of various libaries be setup via require.config() .
  2. CSS stylesheets be explicitly linked.
[HTML]
Tips: