Fedir Zinchuk

Results 332 comments of Fedir Zinchuk

I think ordering by name for plugins and extensions is good.

> Doesn't like it for many cases, you swap just the language dependency into an application dependency which is worse. The Language can't live without Application (since 4.x?). It is...

It is kind of server protection from users who trying to send spam. I think Joomla should not try to set a name if it not provided, it is totally...

I thought that the paste feature now is default for new tinymce. If we want to "fork", we should do it from source: https://github.com/tinymce/tinymce/blob/release/5.10/modules/tinymce/src/plugins/paste/main/ts/Plugin.ts The same need to do for...

No, no TS, compile then add. Well, can also use some existing forks.

> That means we need a repo for these plugins. No, just as in good old days, copy the js file and call it done :smile: "One time compile" :neckbeard:

There some error with this plugin. I got `Cannot read properties of undefined (reading 'tinymce')` from this plugin. Need some time to debug. Does it work outside of Joomla? :)

Sommething with our build script (rollup corrupting the code) and the plugin script itself (it does not provide ES module). When I copy their file `node_modules/@pangaeatech/tinymce-paste-from-word-plugin/index.js` to `media/plg_editors_tinymce/js/plugins/paste_from_word/plugin.min.js` And change...

Well, we can do like that also, a bit hacky, but should work. I thought there is something smarter to trick the optimizer, but did not found anything.