shiny-code
shiny-code copied to clipboard
A Gutenberg block for editing and displaying code with syntax highlighting.
can we add settings for plugin so we can choose theme and add languages
Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...
Hi, after installing, I faced this error when trying to activate the plugin: ```php Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/vision/domains/class.vision/public_html/blog/wp-content/plugins/shiny-code/php/Plugin.php on line 31 ```
Uploaded the plugin to 5.2.2, refreshed posts but block does not appear in the list of available blocks.
Hey, first of all thanks for this nice and simple plugin, I really like it! It would be cool to be able to define custom tiles for the code blocks...
Awesome, I got this working on my blog (after updating PHP) and it's great! :D However I had to enable Rust and NASM for my recent blog posts, and these...
I propose that the code block be highlighted on the frontend via server-side logic (as a dynamic block) instead of client-side logic (via enqueueing Prism.js). A couple key benefits are...