You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently working on this section to provide you with detailed and comprehensive information about how Acode plugins work. Please check back soon for updates!
7
+
## What is a Plugin?
8
8
9
-
## Contribute to the Documentation
9
+
A Plugin is basically an **Add-on** you add them to the base of a platform to make it much more personalized and Fitted for specific cases.
10
10
11
-
We welcome contributions from the community! If you would like to help improve this documentation, please visit our [GitHub repository](https://github.com/bajrangCoder/acode-plugin-docs) and follow the contribution guidelines.
11
+
---
12
12
13
-
:::tip
14
-
You can suggest changes, add new content, or improve existing sections. Every bit of help is appreciated! 🤗
15
-
:::
13
+
## How Do Acode Plugins Work?
14
+
15
+
Acode Plugins put themselves on top of foundation by adding new features such as: **Ui Elements** , **functions**.
16
+
17
+
think of Plugins as a supervisor that Make the default editor (worker) follow custom-made rules.
18
+
19
+
20
+
---
21
+
22
+
## Why do Plugins Exist?
23
+
24
+
Plugins exist as a way to personalize and customize the user experience, a user can make a plugin that fits their workflow and make coding faster, easier and more accessible.
25
+
26
+
---
27
+
28
+
## What are the types of Plugins?
29
+
30
+
There are many types of plugins like:
31
+
32
+
• **Productivity based:** Plugins that help you do a specific task quicker.
33
+
34
+
• **Feature based:** Plugins that add niche features to a specific type of development.
16
35
17
-
For more information, see official [Guide](https://acode.app/plugin-docs).
36
+
• **Malicious Plugins:** that are intended to make your experience awful.
0 commit comments