Acode
Acode - powerful text/code editor for android
Install / Use
/learn @Acode-Foundation/AcodeREADME
Acode - Code Editor for Android
<p align="center"> <img src='res/logo_1.png' width='250'> </p>• Overview
Welcome to Acode Editor - a powerful and versatile code editing tool designed specifically for Android devices. Whether you're working on HTML, CSS, JavaScript, or other programming languages, Acode empowers you to code on-the-go with confidence.
• Features
- Edit and create websites, and instantly preview them in a browser.
- Seamlessly modify source files for various languages like Python, Java, JavaScript, and more.
- Built-in javascript console
- Enjoy multi-language editing support with easy management tools.
- Enjoy a large collections of community plugins to enhance your coding experience.
• Installation
You can get Acode Editor from popular platforms:
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="60"> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="60"/>
• Project Structure
<pre> Acode/ | |- src/ - Core code and language files | |- www/ - Public documents, compiled files, and HTML templates | |- utils/ - CLI tools for building, string manipulation, and more </pre>• Multi-language Support
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in src/lang/ and include it in src/lib/lang.js. Manage strings across languages effortlessly using utility commands:
pnpm run lang add
pnpm run lang remove
pnpm run lang search
pnpm run lang update
• Contributing & Building the Application
See CONTRIBUTING.md for detailed instructions.
• Contributors
<a href="https://github.com/Acode-Foundation/Acode/graphs/contributors"> <img src="https://contrib.rocks/image?repo=Acode-Foundation/Acode" /> </a>• Developing a Plugin for Acode
For comprehensive documentation on creating plugins for Acode Editor, visit the repository.
For plugin development information, refer to: Acode Plugin Documentation
