All Projects → atjason → Icode

atjason / Icode

Online html/css/js editor.

Programming Languages

js
455 projects

中文版说明

iCode is an online html/css/js editor. Online Demo

Why create iCode?

Yes, there are already many mature products on the market, such as jsfiddle, codepen, etc. Why did I create another one? Very simple: Practice for css and Vue development. 😂

Features

Such as:

  • Layout for html/css/js/preview is similar to iTerm2: Highlight the current panel, drag and drop to adjust the panel size, etc.

  • Shortcut support:   - ⌘1/2/3/4 to toggle show or hide for html/js/css/preview panel.   - ⌘Enter to run the code manually.
  • Basic editor support such as automatic indentation, syntax highlighting, syntax checking, etc.
  • The code is saved in the browser's local storage.

Code will automatically run after editing by default. You can cancel the option by clicking the Settings icon in the lower right corner of the page.

TODO

iCode is far away from a mature product:

  • Multi-project support; currently iCode only supports single project code
  • Cloud save code, running across browsers
  • Code can be embedded in the website
  • Upload resource files
  • More interface layouts, themes
  • ...

How to Run?

Just npm run serve

Welcome to chat with me~

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].