summaryrefslogtreecommitdiff
path: root/blog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/index.html')
-rw-r--r--blog/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/blog/index.html b/blog/index.html
index 3c2bb69..f50aa1b 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -40,6 +40,18 @@
</header>
<main class="cards">
+ <div class="card"><h3><a href="/blog/wsdiff-static-html-diffs/">wsdiff: Responsive diffs in plain HTML</a></h3><strong>2025-07-25</strong>
+
+ <div class="summary">
+ <div class="document">
+
+
+<p>There's many tools that render diffs on the web, but almost none that work well on small screens such as phones. I fixed this by publishing wsdiff, a diffing tool written in Python that produces diffs as beautiful, responsive, static, self-contained HTML pages. wsdiffs wrap text to fit the window, and dynamically switch between unified and split diffs based on screen size using only CSS.</p>
+</div>
+ <a href="http://jaseg.de/blog/wsdiff-static-html-diffs/">Read more</a>
+ </div>
+</div>
+
<div class="card"><h3><a href="/blog/css-only-code-blocks/">Code listings with nice line wrapping and line numbers from plain CSS</a></h3><strong>2025-07-23</strong>
<div class="summary">