Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add editor component #6

Open
ptone opened this issue Jun 26, 2013 · 0 comments
Open

Add editor component #6

ptone opened this issue Jun 26, 2013 · 0 comments

Comments

@ptone
Copy link
Owner

ptone commented Jun 26, 2013

Right now the only option is nano/vi in the shell - and these suck for beginners.

Best current option is: https://github.com/zefhemel/zed/

which is geared towards a chrome app for packaging, but will work as regular html/js


Some notes on running it outside of chrome app:

editor.html is the main vehicle

To start up in regular chrome mode:

open chrome with same origin disabled:
open -a '/Applications/Google Chrome.app' --args --disable-web-security

switch to zed/app and then:
python -m SimpleHTTPServer 9999

in another terminal open zed/server and then:
python webfs.py

in chrome open:
http://localhost:9999/editor.html?url=http://localhost:1338/tmp/zedproject

will open or create project at ~/tmp/zedproject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant