• Resolved bloodipwn

    (@bloodipwn)


    Hello,
    recently WordPress got updated to version 5.0, which integrates the new ‘Gutenberg Editor’ with its two modes, one for the new block editing thingy and the second one which is based on the old editor.
    Since they probably rebuild the entire code I want to ask you if you plan on updating your plugin so it would be compatible with the new editors old mode?

    I and probably a lot of other people really like this plugin!

    Sincerely,
    Cedric

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author James Bradford

    (@arniebradfo)

    It doesn’t break with gutenberg active, but it does not work on the gutenberg code editor. Sorry. I tried, but the new gutenberg editor is more complex than the old editor and it will be quite difficult to add support.

    Since WP v5.0, if you want to use this plugin, you must download the Classic Editor Plugin.

    …or disable Gutenberg by adding this line in your function.php
    add_filter('use_block_editor_for_post', '__return_false');
    (great plugin btw)

    Plugin Author James Bradford

    (@arniebradfo)

    It works with Gutenberg’s Code Editor now! since v2.3.0

    But it seems now it does not work with the classic editor any longer? For me the syntax highlighter is not showing and I have the classic editor active.

    Cheers Sascha

    Anonymous User 11187416

    (@anonymized-11187416)

    Yes, I added a separate thread here with a JS error I’m receiving
    https://www.ads-software.com/support/topic/js-error-classic-editor/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Compatiblity with WordPress 5.0’ is closed to new replies.