thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
3k stars 208 forks source link

More reliable autofill and auto-indenting for HTML #100

Open httpjamesm opened 3 years ago

httpjamesm commented 3 years ago

Please add the following features:

I love this app so far, but there are some things that need to be worked on. Nonetheless, it was a great $7 investment :)

bummoblizard commented 3 years ago

A way to reset the app to go to the startup screen without having to manually quit

bummoblizard commented 3 years ago

Discord.py can be installed with the following code:

setenv MULTIDICT_NO_EXTENSIONS 1
setenv YARL_NO_EXTENSIONS 1
pip install discord.py --no-use-pep517

These environment variables disable the compilation of C extensions and it will be default in the next update.

httpjamesm commented 3 years ago

Thanks. A little off topic but do you think it's possible to add the ability to install MongoDB and run a database instance?

bummoblizard commented 3 years ago

Thanks. A little off topic but do you think it's possible to add the ability to install MongoDB and run a database instance?

I will investigate, but since MongoDB is designed for backend environment, it's unlikely to work on iOS. However, the driver of it PYmongo can be installed properly, it might be more convenient to use a hosted instance. (https://www.mongodb.com/blog/post/getting-started-with-python-and-mongodb)

bummoblizard commented 3 years ago

Update: There seems to be a mobile version of MongoDB called Realm (https://realm.io). I'm not sure about its compatibility with the original one though.

bummoblizard commented 3 years ago

Discord.py can be installed with the following code:

setenv MULTIDICT_NO_EXTENSIONS 1
setenv YARL_NO_EXTENSIONS 1
pip install discord.py --no-use-pep517

These environment variables disable the compilation of C extensions and it will be default in the next update.

Added in https://github.com/thebaselab/codeapp-source/commit/21ad359595d19b490a72654c8560091f5feb8650