Skip to content

Commit d48fe01

Browse files
authored
Remade understanding-plugin.md
Updated the understanding of plugins section with new content and improved formatting.
1 parent 5fd16d9 commit d48fe01

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed
Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
11
# Understanding Plugins
22

33
:::warning
4-
**Note:** Work is in progress 🚧
4+
**Note:** Work in progress 🚧
55
:::
66

7-
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?
88

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

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+
---
1212

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

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

Comments
 (0)