parsedown-party
parsedown-party copied to clipboard
Wordcount not updating while typing
Related bug report in WordPress TRAC: https://core.trac.wordpress.org/ticket/42716
Follow-up on the (now closed) WordPress TRAC ticket in a previous comment. I originally thought by just doing this:
add_filter( 'wp_editor_settings', function ( $settings ) {
$settings['tinymce'] = false;
return $settings;
});
The counter broke,
I tested again today. It works fine. Guess that's not the issue.