Not sure how the customize plugin works but might need to add translations into the glossary plugin first so it can customize them. https://github.com/NodeBB/nodebb-plugin-glossary/issues/12
image optimizer plugin - requests
-
@julian don't do this or recommend doing this. Add the package to your deps and require it normally. npm can decide to install it or not.
Never rely on other modules' deps to be stable.
-
Need this plugin badly because for most of our post, we have screenshot of images.
Possible to have a plugin that can resize and compress images at the same time?
Compress images: https://tinypng.com/ has a nodejs package
-
Can this be repeated on nodebb?