|
879 | 879 | <div class="chip">📊 Popular Posts</div> |
880 | 880 | <div class="chip">🔍 Better Search</div> |
881 | 881 | <div class="chip">📚 Knowledge Base</div> |
| 882 | + <div class="chip"></> Code Highlighting</div> |
882 | 883 | </div> |
883 | 884 |
|
884 | 885 | <div class="hero-inner"> |
|
928 | 929 | <span class="marquee-item"><span class="marquee-dot"></span>Auto Close</span> |
929 | 930 | <span class="marquee-item"><span class="marquee-dot"></span>Link Warnings</span> |
930 | 931 | <span class="marquee-item"><span class="marquee-dot"></span>Popular Authors</span> |
| 932 | + <span class="marquee-item"><span class="marquee-dot"></span>Code Block Highlighting</span> |
931 | 933 | <span class="marquee-item"><span class="marquee-dot"></span>Open Source · Free Forever</span> |
932 | 934 | </div> |
933 | 935 | </div> |
|
960 | 962 | <div class="stat-ico amber"> |
961 | 963 | <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8"><path d="M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16z"/><polyline points="3.27 6.96 12 12.01 20.73 6.96"/><line x1="12" y1="22.08" x2="12" y2="12"/></svg> |
962 | 964 | </div> |
963 | | - <div class="stat-val ga" data-target="9" data-suffix=""> </div> |
| 965 | + <div class="stat-val ga" data-target="10" data-suffix=""> </div> |
964 | 966 | <div class="stat-lbl">Free Open-Source Plugins</div> |
965 | 967 | </div> |
966 | 968 | </div> |
@@ -1142,6 +1144,23 @@ <h2 class="section-title reveal">Free WordPress Plugins</h2> |
1142 | 1144 | </div> |
1143 | 1145 | </div> |
1144 | 1146 |
|
| 1147 | + <div class="repo-card reveal d9" data-color="blue"> |
| 1148 | + <div class="repo-glow"></div> |
| 1149 | + <div class="repo-icon"></></div> |
| 1150 | + <div class="repo-name">Code Block Highlighting</div> |
| 1151 | + <p class="repo-desc">Add Prism.js-powered syntax highlighting to the native Gutenberg Code block with per-block controls, 40 languages, and 21 themes.</p> |
| 1152 | + <div class="repo-footer"> |
| 1153 | + <div class="repo-meta"> |
| 1154 | + <span><span class="lang-dot"></span>PHP</span> |
| 1155 | + </div> |
| 1156 | + <div class="card-links"> |
| 1157 | + <a href="https://webberzone.com/plugins/webberzone-code-block-highlighting/" target="_blank" class="repo-link">Info</a> |
| 1158 | + <a href="https://wordpress.org/plugins/webberzone-code-block-highlighting/" target="_blank" class="repo-link">WP.org</a> |
| 1159 | + <a href="https://github.com/WebberZone/webberzone-code-block-highlighting" target="_blank" class="repo-link">GitHub <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="9 18 15 12 9 6"/></svg></a> |
| 1160 | + </div> |
| 1161 | + </div> |
| 1162 | + </div> |
| 1163 | + |
1145 | 1164 | </div> |
1146 | 1165 | </div> |
1147 | 1166 | </section> |
@@ -1250,7 +1269,12 @@ <h2 class="section-title reveal">20+ Years of<br>WordPress Development</h2> |
1250 | 1269 | <div class="tl-item"> |
1251 | 1270 | <div class="tl-yr">Mar 2026</div> |
1252 | 1271 | <div class="tl-ti">Link Warnings <a href="https://plugins.trac.wordpress.org/changeset/3476110" target="_blank" rel="noopener" class="tl-cs">r3476110 ↗</a></div> |
1253 | | - <div class="tl-de">WCAG-compliant warnings for external links and new-window links — the newest addition.</div> |
| 1272 | + <div class="tl-de">WCAG-compliant warnings for external links and new-window links.</div> |
| 1273 | + </div> |
| 1274 | + <div class="tl-item"> |
| 1275 | + <div class="tl-yr">Apr 2026</div> |
| 1276 | + <div class="tl-ti">Code Block Highlighting <a href="https://plugins.trac.wordpress.org/changeset/3521484" target="_blank" rel="noopener" class="tl-cs">r3521484 ↗</a></div> |
| 1277 | + <div class="tl-de">Prism.js-powered syntax highlighting for the Gutenberg Code block with per-block controls, 40 languages, and 21 themes — the newest addition.</div> |
1254 | 1278 | </div> |
1255 | 1279 | <div class="tl-item"> |
1256 | 1280 | <div class="tl-yr">Today</div> |
@@ -1339,6 +1363,7 @@ <h4>Plugins</h4> |
1339 | 1363 | <li><a href="https://github.com/WebberZone/better-search" target="_blank">Better Search</a></li> |
1340 | 1364 | <li><a href="https://github.com/WebberZone/knowledgebase" target="_blank">Knowledge Base</a></li> |
1341 | 1365 | <li><a href="https://github.com/WebberZone/add-to-all" target="_blank">Snippetz</a></li> |
| 1366 | + <li><a href="https://github.com/WebberZone/webberzone-code-block-highlighting" target="_blank">Code Block Highlighting</a></li> |
1342 | 1367 | <li><a href="https://github.com/WebberZone/autoclose" target="_blank">Auto Close</a></li> |
1343 | 1368 | </ul> |
1344 | 1369 | </div> |
|
0 commit comments