We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: