Help appreciated
-
First of all let me thank you for using this plugin.
It started out as a plugin to do something simple like managing the categories of a series of images. Easy with the flexibility of PHP and its WP hooks.
However, as several users already pointed out, things have changed since then.
Gutenberg has been introduced and JavaScript has become more and more the language to use for fancy functionality.
However, I think my knowledge of JS is not sufficient to maintain this plugin to keep its value. Especially where I cannot find any hooks into the Gutenberg code for handling media. Either it is missing or I don’t see it.
So, that’s where you come in. Please help me to make the next step. I found out I learned the most of analysing someone else’s working code. So please point me to some examples where I can find inspiration to advance again.
The feature lacking the most seems to be the filtering on the Gutenberg block when adding an image to a post or page. The filter already shows the option to filter by date. I would like to add my MCM category filtering to the same line. Not by replacing the complete filter code but by adding my own part to it.
Please leave some comments below.
Thanks!
- The topic ‘Help appreciated’ is closed to new replies.