Filip Tokarski

Results 39 comments of Filip Tokarski

👋 For everyone struggling with this error - it's probably a missing svg loader in webpack config. [Please check this comment for more details](https://github.com/ckeditor/ckeditor5/issues/13309#issuecomment-1413701082).

@evanness That's most probably because you are trying to add a plugin to a predefined build, which will not work. Please check the [docs on customising editor in React](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/frameworks/react.html#customizing-the-builds).

Hi! Thanks for this report. I checked it and indeed there is a tiny difference of speed in those cases. I also built a standalone editor from source ( with...

Hi, thanks for the report. Could you please provide some more precise steps + code to reproduce this error? Also, does this error occur only when trying to set data...

Hi, sorry for the late reply. Did you follow our [docs on Vue 3](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs-v3.html)? I guess we'll need more information on your use case - specific steps, your configuration, etc.

Hi, thanks for the report. Unfortunately I can confirm that. I created a fresh project following [docs on building from source](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/react.html#integrating-ckeditor-5-built-from-source) and as soon as I ran some simple tests...

Translation: > The project does not use webpack.config. After local startup, the console reports Cannot read properties of null (reading 'getAttribute') > The project is packaged with rollup, vite, without...

Hi, did you try using [markdown output plugin](https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html)? Would it help with your use case?