From 2875ffc7a29de96708da34d7360e102192e48c45 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 4 Jan 2018 12:55:04 +0100 Subject: [PATCH] Create introduction.md --- Docs/introduction.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Docs/introduction.md diff --git a/Docs/introduction.md b/Docs/introduction.md new file mode 100644 index 0000000..0cb869d --- /dev/null +++ b/Docs/introduction.md @@ -0,0 +1,39 @@ +# 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 since it is installed during the application install process. 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 + +# Recommendation + +Other modules that work great with this one together are: + +* Calendar +* Chart +* Media +* Task +* Checklist +* Profile +* Projects +* Events