bobbingwide / oik-bob-bing-wide

More lazy smart shortcodes
https://www.oik-plugins.com/oik-plugins/oik-bob-bing-wide-more-lazy-smart-shortcodes/
GNU General Public License v2.0
2 stars 0 forks source link

Implement shortcode transforms to blocks #33

Open bobbingwide opened 4 years ago

bobbingwide commented 4 years ago

I was converting to blocks some content on oik-plugins.com. As expected, it didn't convert all the shortcodes. But there were some that could easily be converted. e.g. [bw_blockquote] could become a core/quote block.

How easy is it to add a transform to an existing block? Do I have to use the block registration filter?