oms-Editor/Docs/Help/en/introduction.md
Dennis Eichhorn 99b0ccc9a1
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
Test fixes
2024-05-16 02:14:54 +00:00

44 lines
1.2 KiB
Markdown

# Introduction
The **Editor** module is one of the essential core modules that is always required. This module provides text writing and formatting functionalities for every module. Additionally it provides an editor to write and manage documents.
## Target Group
The target group for this module is everyone, since every application must have this module.
# Setup
This module doesn't have any additional setup requirements. This module cannot be uninstalled if it is manually deleted from the hard drive please manually download the module from the page and put it into the `Modules/` directory.
# Features
## Markdown
The module supports `Markdown` parsing including custom defined elements which allow to integrate other modules e.g.
* Calendar
* Chart
* Media
* Task
* Checklist
* Profile
* Projects
* Events
## Security
In order to prevent injections and malicious user input the module doesn't accept any `HTML`; all HTML code will be escaped.
# Recommendation
Other modules that work great with this one together are:
* [Calendar](Calendar)
* [Chart](Chart)
* [Media](Media)
* [Task](Task)
* [Checklist](Checklist)
* [Profile](Profile)
* [Projects](Projects)
* [Events](Events)