Skip to content

Commit 2339d1d

Browse files
authored
Update addons.md
1 parent 9bd90ba commit 2339d1d

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

docs/resources/addons.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,28 @@
1-
# Addons
1+
# Add-ons
22

3-
The abap2UI5 project focuses solely on the following core functionalities:
4-
* Rendering views
5-
* Event handling
6-
* Data exchange
3+
abap2UI5 focuses on core functionality - rendering views, handling events, and exchanging data. This keeps the framework lean and maintainable. But the real power comes from the ecosystem: **ready-to-use add-ons and community projects** that extend abap2UI5 for your specific needs.
74

8-
This approach makes the project easier to maintain and improve. However, if you need additional functionality, just install addons for common features.
5+
#### Add-ons
96

10-
#### Addons
11-
Explore the [abap2UI5-addons](https://github.com/abap2UI5-addons) to find the functionality you need. Available features include:
12-
- Layout-variant management, similar to classic SAP GUI selection screens or ALV development
7+
Explore the [abap2UI5-addons](https://github.com/abap2UI5-addons) organization to find the functionality you need. Available features include:
8+
- Layout variant management, similar to classic SAP GUI selection screens or ALV development
139
- Table maintenance tools
1410
- Integration with third-party libraries like Chart.js for enhanced visualization
15-
- ...
11+
- And many more
1612

17-
And many more.
13+
#### Open Source Projects
1814

19-
20-
### Open Source Projects
21-
**Do you use abap2UI5 in an open-source project?** <br>
22-
Help others discover, use, and contribute to your work. Add your project here:
15+
Various other open-source projects use abap2UI5 - give them a try:
2316

2417
| Repository | Description |
2518
| ------------- | ------------- |
2619
| [The Quest](https://github.com/nomssi/axage) | A wizard's adventure game based on the AXAGE game engine |
2720
| [Advent of Code](https://github.com/joltdx/abap-advent-2023-template) | Template for the Advent of Code 2023 in ABAP |
2821
| [Generic DDIC Searchhelp](https://github.com/axelmohnen/a2UI5-generic_search_hlp) | Generic DDIC searchhelp generator |
29-
| [sql-console](https://github.com/abap2UI5-apps/sql-console) | Run SQL Commands in Your Browser |
30-
| [table-content-loader](https://github.com/abap2UI5-apps/table-content-loader) | Upload & Download Table Content |
31-
| [table-maintenance](https://github.com/abap2UI5-addons/table-maintenance) | Table Maintenance in Your Browser |
22+
| [sql-console](https://github.com/abap2UI5-apps/sql-console) | Run SQL commands in your browser |
23+
| [table-content-loader](https://github.com/abap2UI5-apps/table-content-loader) | Upload & download table content |
24+
| [table-maintenance](https://github.com/abap2UI5-addons/table-maintenance) | Table maintenance in your browser |
3225

26+
#### Build Your Own
3327

34-
#### Contribution
35-
Have you developed a new feature? Feel free to contribute to existing repositories or create your own. We welcome all contributors!
28+
Have you developed a new feature or your own open-source project with abap2UI5? Feel free to contribute to existing repositories or create your own. Add your project here and help others discover, use, and contribute to your work.

0 commit comments

Comments
 (0)