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

Chrome recently removed the CSS property `overflow: overlay`, which is used in some components in Codeit: the Filebrowser, Branch menu, and Autocomplete. The removal of this property caused layout shifting...

invalid
editor

If creating a new file that has a custom icon (eg. an image, a video, a README, etc.), change it when typing.

invalid
editor

**Information:** - Browser and OS: Chrome on Mac OS Catalina 10.15.6 - Browser version: Chrome 111.0.5563.146 (Official Build) (x86_64) - Codeit version: 3.4.5 (from the console logs below) **Description** Thanks...

These are imports to other repos within the current repo under a certain directory. To detect these, check if the `git_url` is pointing to a different repository than the current,...

bug
git

**Motivation** It would be really helpful to manage small private code snippets. **Description** The app should have support for reading and editing Github Gists just as it has for repos....

idea-feature

Resolves https://github.com/codeitcodes/codeit/issues/182 Two lines on `full.css` were overwriting the CSS on the head element from `codeit.js`. This PR removes them and adds line wrapping to the editor. I mainly use...