This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- May 05, 2023
-
-
jojohoch authored
-
- Dec 15, 2022
-
-
jojohoch authored
- Set the duration of highlighting anchors to 15 seconds - Disable simultaneous highlighting of anchors
-
- Dec 13, 2022
-
-
jojohoch authored
-
- Nov 30, 2022
- Nov 24, 2022
-
-
jojohoch authored
The extension is needed to define text areas in the rich text editor and make them available for the button component
-
- Oct 07, 2022
-
-
rhenck authored
- Make position props on buttons optional - Move UIElement creation back to Factory instead of within Section
-
- Aug 11, 2022
-
-
rhenck authored
-
- Aug 01, 2022
-
-
rhenck authored
The TipTap editor needs a setting to be able to read base64 encoded images. Also improve method name. #297
-
- Jun 09, 2022
- Mar 31, 2022
-
-
rhenck authored
The material dialog functionality used, adding the mat-dialog-title directive the toolbar.
-
- Jan 19, 2022
-
-
rhenck authored
Input elements are now grouped in fieldsets. They also a cool gradient background color.
-
- Jan 12, 2022
- Jan 06, 2022
- Jan 05, 2022
-
-
rhenck authored
This is for the different use saces of a simple text element and a cloze element. The latter needs more inputs for child elements and also return JSON instead of HTML.
-
rhenck authored
The NodeViews are for the TextEditor to render Angular components, which now serve as preview instead of the old backslash escaped characters. All extensions are now placed in a specialized directory. Except the NodeView stuff which is kept together.
-
- Dec 17, 2021
-
-
rhenck authored
Also improve tooltips.
-
- Dec 16, 2021
-
-
rhenck authored
-
- Dec 15, 2021
- Dec 09, 2021
-
-
rhenck authored
-
- Dec 06, 2021
-
-
rhenck authored
-
- Dec 03, 2021
-
-
rhenck authored
-
- Dec 02, 2021
-
-
rhenck authored
-
- Dec 01, 2021
-
-
rhenck authored
This controls the general font size. Specific spans can still be styled individually in the text editor. - The TextEditor also uses this font size as default when rendering the text.
-
- Nov 24, 2021
-
-
rhenck authored
The tooltip declarations does not need escaped text. Was shawing one to many backslashes.
-
- Nov 20, 2021
-
-
rhenck authored
The font size is applied by setting the list style. This is a workaround, since the list extension does not support setting font size directly. It takes the selected font size (which is now saved ina variable) and applies it. This is indepent of the font size of the text in the list. The item font size is done individually with a span anyway. Also font size and list style droplist now (re-)apply the value on click of an item. This allows updating font sizes and list styles without having to select another option first. - Add a new variable to save the selected font size and reuse it for list styles.
-
- Nov 19, 2021
- Nov 18, 2021
-
-
rhenck authored
- Reordered the buttons to make it look nicer (but still make sence logically) - Put some more divs with flex layouting to prevent elements moving unexpextedly. - Changed color and list inputs to split-buttons. Those compone a button with a dropdown. - The editor now saves the set color and it can be applied to subsequent selections as well.
-
- Nov 01, 2021
- Oct 25, 2021
-
-
rhenck authored
Since no default size is set, the default font size is set to 16px, which is the browser(?) default on my PC.
-
rhenck authored
Before it was done with a dysfunctional hack. Now with proper extensions to existing (tiptap-node-)extensions. Also reads existing style and sets select-element accordingly.
-