Skip to content

feat: add themeable table to the TinyMCE Editor

Compare
Choose a tag to compare
@Agrendalath Agrendalath released this 08 Jul 19:19
· 75 commits to master since this release
8e39d43
feat: add themeable table to the TinyMCE Editor (#17)

This:
* Replaces static third-party libraries with the ones from the edx-platform.
* Adds the table plugin to the studio TinyMCE editor.
* Adds a way to define custom CSS classes for tables through settings. They 
  can be used to apply styles HTML tables through the comprehensive theme.
* Makes `bleaching.py` compatible with `CSSSanitizer` from `bleach==5.0.0`.