Skip to content

Commit 6fcd11a

Browse files
committed
Add Code Block Highlighting plugin across site and timeline
1 parent 8f1bf27 commit 6fcd11a

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

index.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@
879879
<div class="chip">📊 Popular Posts</div>
880880
<div class="chip">🔍 Better Search</div>
881881
<div class="chip">📚 Knowledge Base</div>
882+
<div class="chip">&lt;/&gt; Code Highlighting</div>
882883
</div>
883884

884885
<div class="hero-inner">
@@ -928,6 +929,7 @@ <h1>
928929
<span class="marquee-item"><span class="marquee-dot"></span>Auto Close</span>
929930
<span class="marquee-item"><span class="marquee-dot"></span>Link Warnings</span>
930931
<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>
931933
<span class="marquee-item"><span class="marquee-dot"></span>Open Source · Free Forever</span>
932934
</div>
933935
</div>
@@ -960,7 +962,7 @@ <h1>
960962
<div class="stat-ico amber">
961963
<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>
962964
</div>
963-
<div class="stat-val ga" data-target="9" data-suffix="">&nbsp;</div>
965+
<div class="stat-val ga" data-target="10" data-suffix="">&nbsp;</div>
964966
<div class="stat-lbl">Free Open-Source Plugins</div>
965967
</div>
966968
</div>
@@ -1142,6 +1144,23 @@ <h2 class="section-title reveal">Free WordPress Plugins</h2>
11421144
</div>
11431145
</div>
11441146

1147+
<div class="repo-card reveal d9" data-color="blue">
1148+
<div class="repo-glow"></div>
1149+
<div class="repo-icon">&lt;/&gt;</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+
11451164
</div>
11461165
</div>
11471166
</section>
@@ -1250,7 +1269,12 @@ <h2 class="section-title reveal">20+ Years of<br>WordPress Development</h2>
12501269
<div class="tl-item">
12511270
<div class="tl-yr">Mar 2026</div>
12521271
<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>
12541278
</div>
12551279
<div class="tl-item">
12561280
<div class="tl-yr">Today</div>
@@ -1339,6 +1363,7 @@ <h4>Plugins</h4>
13391363
<li><a href="https://github.com/WebberZone/better-search" target="_blank">Better Search</a></li>
13401364
<li><a href="https://github.com/WebberZone/knowledgebase" target="_blank">Knowledge Base</a></li>
13411365
<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>
13421367
<li><a href="https://github.com/WebberZone/autoclose" target="_blank">Auto Close</a></li>
13431368
</ul>
13441369
</div>

0 commit comments

Comments
 (0)