An open API service indexing awesome lists of open source software.

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.

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]





Logo

Blobcode


Desktop Grade Code Editor for iPadOS


Join the beta »




Watch Demo
·
Report Bug
·
Request Feature

Table of Contents



  1. About The Project


  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

## 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.

![blobcode-showcase-1](images/showcase-1.png)
Experience desktop-like code editing on your iPad. Use tools you're familiar with on your computer.

![blobcode-showcase-2](images/showcase-2.png)
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