https://github.com/maximittel/blobcode
Blobcode is a Desktop grade code editor for iPadOS.
https://github.com/maximittel/blobcode
codeeditor editor ipados
Last synced: 9 months ago
JSON representation
Blobcode is a Desktop grade code editor for iPadOS.
- Host: GitHub
- URL: https://github.com/maximittel/blobcode
- Owner: MaxiMittel
- License: mit
- Created: 2021-12-27T14:50:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T20:21:58.000Z (about 4 years ago)
- Last Synced: 2025-02-15T08:15:42.903Z (11 months ago)
- Topics: codeeditor, editor, ipados
- Language: JavaScript
- Homepage:
- Size: 4.54 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Blobcode
Desktop Grade Code Editor for iPadOS
Join the beta »
Watch Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
There are many good code editors for PC and Mac, but none of them are available for iPad, even though it is a very powerful device.

Experience desktop-like code editing on your iPad. Use tools you're familiar with on your computer.

Work on your local files stored on your iPad or in your iCloud Drive. Open folders and files, edit them and create new ones. Clone GitHub repositories, access your GitHub Codespaces, or connect to any remote server via SSH.
## Getting Started
You can either built the app yourself and use it on your local device or you can join the public [TestFlight](https://) beta.
### Prerequisites
To build this project you need a Mac with Xcode installed.
### Building
1. Clone the repo
```sh
git clone https://github.com/MaxiMittel/blobcode.git
```
2. Open the project in Xcode
3. (Optional) Repackage the injection script
```sh
cd inject
./pack.sh
```
4. Build the project with Xcode
## Roadmap
See the [open issues](https://github.com/MaxiMittel/blobcode/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Maximilian Mittelhammer - [@maxi_maximittel](https://twitter.com/maxi_maximittel) - maximittel@outlook.de
Project Link: [https://github.com/MaxiMittel/blobcode](https://github.com/MaxiMittel/blobcode)
[contributors-shield]: https://img.shields.io/github/contributors/MaxiMittel/blobcode?style=for-the-badge
[contributors-url]: https://github.com/MaxiMittel/blobcode/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/MaxiMittel/blobcode?style=for-the-badge
[forks-url]: https://github.com/MaxiMittel/blobcode/network/members
[stars-shield]: https://img.shields.io/github/stars/MaxiMittel/blobcode?style=for-the-badge
[stars-url]: https://github.com/MaxiMittel/blobcode/stargazers
[issues-shield]: https://img.shields.io/github/issues/MaxiMittel/blobcode?style=for-the-badge
[issues-url]: https://github.com/MaxiMittel/blobcode/issues
[license-shield]: https://img.shields.io/github/license/MaxiMittel/blobcode?style=for-the-badge
[license-url]: https://github.com/MaxiMittel/blobcode/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/maximilian-mittelhammer-6a0278130/
[product-screenshot]: images/screenshot.png