Stratus Editor: a Node.js-powered web-based programmer's editor(stratuseditor.com)
stratuseditor.com
Stratus Editor: a Node.js-powered web-based programmer's editor
http://stratuseditor.com/
3 comments
Thanks for the feedback!
I think that the backspace bug you are seeing has to do with the font load delay, because it doesn't surface when I run the server locally; I'll try and get that working.
As for redirecting, this is handled in the main editor with the `redirect` option (see http://stratuseditor.com/config/#redirect).
As for redirecting, this is handled in the main editor with the `redirect` option (see http://stratuseditor.com/config/#redirect).
This looks really cool, but I've yet to figure out how to create a new file and start using it.
Thanks for checking it out!
The embedded demo is only the editor component, to use files you need to install it (for security reasons). Installation instructions are at http://stratuseditor.com/manual/#Server+Installation.
The embedded demo is only the editor component, to use files you need to install it (for security reasons). Installation instructions are at http://stratuseditor.com/manual/#Server+Installation.
This is what I get when I try to build it
$ stratus-bundle setup
/usr/local/lib/node_modules/stratus-bundle/index.js:43
for (_i = 0, _len = bundleNames.length; _i < _len; _i++) {
^
TypeError: Cannot read property 'length' of undefined
at Object.oncomplete (/usr/local/lib/node_modules/stratus-bundle/index.js:43:36)Alright; I just pushed a fix. Try reinstalling stratus-bundle and then try again. (The latest version is 0.0.2).
I'm taking a look at it now; I'll reply when I push a fix.
This is my first open source project; I would appreciate any feedback.
Backspace is also one of the handful of reasons why I stopped using Cloud9 after playing with it a bit, if you lose connectivity right as you're pressing backspace it triggers the browser's back. Make sure the various ways you can leave that tab are protected - notification if you close it, disable back/forward.