Skip to content

ca-d/ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

Features:

  • Deploy mod.ts straight to Deno Deploy or use deployctl to host the IDE locally
  • Configurable hotkeys! 🎉
    • 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
  • 🎊 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 ! 🥳

Big thanks to the nice people at Deno who make this brave new world of working possible.