Skip to content

Commit

Permalink
Replace tinymce with tiptap (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Jul 15, 2024
1 parent 0772be9 commit 55dc8e0
Show file tree
Hide file tree
Showing 56 changed files with 2,521 additions and 1,433 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ OpenSlides Client uses the following software or parts of them:
- [@pebula/ngrid-material@4.0.0](undefined), License: UNKNOWN
- [@pebula/ngrid@4.0.0](https://github.com/shlomiassaf/ngrid), License: MIT
- [@pebula/utils@1.0.2](undefined), License: UNKNOWN
- [@tinymce/tinymce-angular@5.0.1](https://github.com/tinymce/tinymce-angular), License: Apache-2.0
- [@videojs/http-streaming@2.13.1](https://github.com/videojs/http-streaming), License: Apache-2.0
- [[email protected]](https://github.com/acornjs/acorn), License: MIT
- [[email protected]](https://github.com/pubkey/broadcast-channel), License: MIT
Expand All @@ -154,7 +153,6 @@ OpenSlides Client uses the following software or parts of them:
- [[email protected]](https://github.com/bpampuch/pdfmake), License: MIT
- [[email protected]](https://github.com/reactivex/rxjs), License: Apache-2.0
- [[email protected]](https://github.com/bgrins/TinyColor), License: MIT
- [[email protected]](https://github.com/tinymce/tinymce), License: LGPL-2.1
- [[email protected]](https://github.com/tamino-martinius/node-ts-dedent), License: MIT
- [[email protected]](https://github.com/Microsoft/tslib), License: 0BSD
- [[email protected]](https://github.com/matteobruni/tsparticles), License: MIT
Expand Down
2 changes: 0 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ OpenSlides uses the following software or parts of them:
- [@pebula/ngrid-material@4.0.0](undefined), License: UNKNOWN
- [@pebula/ngrid@4.0.0](https://github.com/shlomiassaf/ngrid), License: MIT
- [@pebula/utils@1.0.2](undefined), License: UNKNOWN
- [@tinymce/tinymce-angular@5.0.1](https://github.com/tinymce/tinymce-angular), License: Apache-2.0
- [@videojs/http-streaming@2.13.1](https://github.com/videojs/http-streaming), License: Apache-2.0
- [[email protected]](https://github.com/acornjs/acorn), License: MIT
- [[email protected]](https://github.com/pubkey/broadcast-channel), License: MIT
Expand All @@ -63,7 +62,6 @@ OpenSlides uses the following software or parts of them:
- [[email protected]](https://github.com/bpampuch/pdfmake), License: MIT
- [[email protected]](https://github.com/reactivex/rxjs), License: Apache-2.0
- [[email protected]](https://github.com/bgrins/TinyColor), License: MIT
- [[email protected]](https://github.com/tinymce/tinymce), License: LGPL-2.1
- [[email protected]](https://github.com/tamino-martinius/node-ts-dedent), License: MIT
- [[email protected]](https://github.com/Microsoft/tslib), License: 0BSD
- [[email protected]](https://github.com/matteobruni/tsparticles), License: MIT
Expand Down
7 changes: 1 addition & 6 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
"src/manifest.webmanifest",
"src/sw.js",
"src/ngsw-safety.json",
{
"glob": "**/*",
"input": "node_modules/tinymce",
"output": "/tinymce/"
},
{
"glob": "**/*",
"input": "node_modules/cm-chessboard/assets/",
Expand All @@ -55,7 +50,7 @@
{
"type": "initial",
"maximumWarning": "1500kb",
"maximumError": "3500kb"
"maximumError": "4mb"
},
{
"type": "anyComponentStyle",
Expand Down
Loading

0 comments on commit 55dc8e0

Please sign in to comment.