WP Manifestindependent plugin directory
manifest / editor / iyo-block-code-renderer-scratch

Iyo Block Code Renderer for Scratch

WordPress Plugin for Visualizing Scratch Codes

by Kazuaki Ueda · github.com/kazweda/iyo-block-code-renderer-scratch · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kazweda/iyo-block-code-renderer-scratch/archive/refs/heads/main.zip

WordPress Plugin for Visualizing Scratch Codes

Usage

Write Scratch codes within class="scratchblocks".

<code class="scratchblocks">
...
</code>

Notice

  • Please change < or > to &lt; or &gt; manually.
  • Use <code> (or <pre>), not <div>. WordPress's wptexturize filter rewrites plain-text characters like a hyphen surrounded by spaces (-) into a dash character (e.g. an en dash), and it only skips content inside <pre>, <code>, <kbd>, `