codeit
codeit copied to clipboard
Mobile code editor connected to Git.
With Live View functionality, using [Pyodide](https://github.com/codeitcodes/codeit/blob/dev/live-view/extensions/pyodide.min.js).
Click on the line numbers in a file to add breakpoints to it. When running the file live, pause on the breakpoints.
When clicked on line numbers, append `#linenumber` hash to file link and copy it.
Add developer keys to the keyboard (eg. TAB, brackets, quotation marks) and remove unnecessary ones.
Create a deploy script to parse full.html and create a bundle (codeit.bundle.js) with concat & minify.
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...