codeit icon indicating copy to clipboard operation
codeit copied to clipboard

Mobile code editor connected to Git.

Results 50 codeit issues
Sort by recently updated
recently updated
newest added

With Live View functionality, using [Pyodide](https://github.com/codeitcodes/codeit/blob/dev/live-view/extensions/pyodide.min.js).

idea-feature
live-view

Click on the line numbers in a file to add breakpoints to it. When running the file live, pause on the breakpoints.

idea-feature
editor
live-view

When clicked on line numbers, append `#linenumber` hash to file link and copy it.

idea-feature
editor

Add developer keys to the keyboard (eg. TAB, brackets, quotation marks) and remove unnecessary ones.

idea-feature
editor

Create a deploy script to parse full.html and create a bundle (codeit.bundle.js) with concat & minify.

idea-feature
editor

Search activity by relevance. Search can be launched using either a button or Ctrl/Cmd+F. Activity is sorted by files, and is saved in localStorage. Files in activity have scroll and...

idea-feature
editor
git