pvs-hd-tea / MuesliNext

MÜSLI replacement with intutable
Apache License 2.0
0 stars 0 forks source link

feat: use dynamicValueUtil in other editor js tools #88

Closed Janik7777 closed 2 years ago

Janik7777 commented 2 years ago

Use dynamicValueUtil in render functions of the editorjs widgets we want to use

Janik7777 commented 2 years ago

Was not possible straight like this because we can't just copy their code and reuse it. They use different technologies for their widgets and therefore we need to compile their widgets as extra modules. But that way they are not able to use our data service to fetch the data.

Either you can try to redesign our whole project so that the data connection is a whole separate module that is used by the widgets and the generator UI at the same time or you can reimplement the editorJS parts.