-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# deploy-editor | ||
deno deploy editor | ||
# [ide](https://ide.deno.dev) | ||
|
||
Features: | ||
* Deploy [mod.ts](https://deno.land/x/ide/mod.ts) straight to [Deno Deploy](https://deno.com/deploy) or use [deployctl](https://github.com/denoland/deployctl) to host the IDE locally | ||
* Configurable hotkeys! :tada: | ||
* `ctrl+d` to deploy the contents of your editor to your own instance using a deploy key | ||
* `ctrl+s` to copy a deployable link to the editor contents into your clipboard | ||
* `ctrl+shift+s` to save the editor contents locally as a text file | ||
* `ctrl+o` to load the contents at an arbitrary URL into the editor | ||
* :confetti_ball: Try it out at https://ide.deno.dev and deploy the editor contents to your very own instance using either `ctrl+d` or `ctrl+s` ! :partying_face: | ||
|
||
**Big thanks** to the nice people at [Deno](https://deno.com/blog) who make this brave new world of working possible. |