Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jun 05, 2023
  2. Jun 01, 2023
  3. May 05, 2023
  4. Dec 15, 2022
  5. Dec 13, 2022
  6. Nov 30, 2022
  7. Nov 24, 2022
  8. Oct 07, 2022
  9. Aug 11, 2022
  10. Aug 01, 2022
  11. Jun 09, 2022
  12. Mar 31, 2022
  13. Jan 19, 2022
  14. Jan 12, 2022
  15. Jan 06, 2022
  16. Jan 05, 2022
    • rhenck's avatar
      [editor] Introduce TextEditor mode · df606006
      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.
      df606006
    • rhenck's avatar
      [editor] Add TextEditor NodeView extensions and improve file structure · 97be7f51
      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.
      97be7f51
  17. Dec 17, 2021
  18. Dec 16, 2021
  19. Dec 15, 2021
  20. Dec 09, 2021
  21. Dec 06, 2021
  22. Dec 03, 2021
  23. Dec 02, 2021
  24. Dec 01, 2021
    • rhenck's avatar
      Make text element have a font size again · 54f8119e
      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.
      54f8119e
  25. Nov 24, 2021
  26. Nov 20, 2021
    • rhenck's avatar
      [editor] Add font size to lists in TextEditor · 3a8d856e
      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.
      3a8d856e
  27. Nov 19, 2021
  28. Nov 18, 2021
    • rhenck's avatar
      [editor] Improve TextEditor toolbar layout and functionality · 13a283ce
      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.
      13a283ce
  29. Nov 01, 2021
Loading