kotlin-playground-wp-plugin icon indicating copy to clipboard operation
kotlin-playground-wp-plugin copied to clipboard

WordPress plugin which allows to embed interactive Kotlin playground to any post via [kotlin] shortcode

Results 8 kotlin-playground-wp-plugin issues
Sort by recently updated
recently updated
newest added

// Remove autop in shortcode remove_filter('the_content', 'wpautop'); add_filter('the_content', 'wpautop', 99); add_filter('the_content', 'shortcode_unautop', 100); After commenting or removing these 3 lines of code, design looks normal.

Switching between "visual" and "text" tabs in WordPress editor loses all indentation in the [kotlin] block. It used to be that this WP plugin did the right indentation at render...

Is it possible to make for example like lesson embedding. Can we make something like https://hyperskill.org/ or like at freecodecamp playground when you need to write down right solution to...

When you copy paste the code from this playground: [https://pl.kotl.in/UGiitXzhY](https://pl.kotl.in/UGiitXzhY) into the shortcode-block from the Gutenberg editor, it will either produce something like this: or like this: The code inside...

Hi, I am playing with the WP plugin at the moment and I stumbled upon the following problem: I paste this into WP: ``` object HandshakeCalculator { fun calculateHandshake(number: Int):...

I would like to use IDEA theme always, so an option in a plugin settings page to let us select a global theme should be great.

In the context of Mojave (macOS 10.14) adding system-level Dark Mode and Safari developer preview (https://developer.apple.com/safari/technology-preview/) respecting the `@media (prefers-color-scheme: dark)` selector, it would be great if it was possible...

Hello, This does not work on bb-press posts or replies is there anyway to make it work with those please