codeit
codeit copied to clipboard
Mobile code editor connected to Git.
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...
If creating a new file that has a custom icon (eg. an image, a video, a README, etc.), change it when typing.
**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,...
**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....
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...