This is a web-based editor for Monto using CodeMirror.
- Get the Monto broker and follow the build instructions
- Get the [services] (https://github.com/monto-editor) of your choice
- Run the broker using the
start.sh
script located in the broker project folder - Run the services using the
start.sh
script located in the service project folder - Run the websocket-zeromq proxy
- Open
index.html
with a browser (tested with Chromium 44.0 and Firefox 40.0) - Click on
Options
, thenDiscover
- Configure discovered services as wanted
- Click on
Editor
- Select the language of your choice in the dropdown menu with the label
text
- Start coding
The broker should be started before the services, because they have to register themselves at the broker. It may also work the other way round but this is not guaranteed.
- CodeMirror: 5.6
- Bootstrap: 3.3.5
- Bootbox: 4.4.0
- font-awesome: 4.4.0
- jQuery: 2.1.4
- vis.js 4.15.1
- FileSaver.js: accessed master on 02.09.2015
- Awesome Bootstrap Checkbox: accessed master on 02.09.2015
- sprintf.js: accessed master on 15.09.2015