thomasbaar / dslModullandkarte

Langium-DSL for encoding a study programme (curriculum) with courses, their content and relationships
MIT License
0 stars 0 forks source link

Add Rich-Text-Editor to Lernergebnisse/Kompetenzen #17

Open thomasbaar opened 6 months ago

thomasbaar commented 6 months ago

In the visualization, the Lernergebnisse/Kompetenzen are displayed so far as plain text, what is not appropriate since these texts usually consist of bullet points and other graphical markers.

When Lernergebnisse/Kompetenzen is displayed, a button to open a RichEditor-Component should be availbable in order to edit this text. The assumption is: the RE-Component renders a text given as html-text, can change it and save the result as html-text, again.

The RE-Component should also display the plain html-text, so that the user can copy-paste it to the original .mlk-file.

The selection of a good RE-Component (and comparision to other candidates) is also part of this issue. (how to document it?)