CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 20:15:15 GMT
server: Fly/6f91d33b9d (2025-10-08)
content-type: text/html; charset=utf-8
content-encoding: gzip
via: 2 fly.io, 2 fly.io
fly-request-id: 01K77W6V3VPGTW41NAQN6M9JRK-bom
Annotated presentation creator
Annotated presentation creator
A new, improved version of this tool lives over here.
See How I make annotated presentations for instructions on using this tool.
Enter "skip" as alt text to skip a slide.
Execute the following template against the slides on the page. An
escapeHtml()
function is available.
I often use a template like this one:
<div class="slide" id="${filename}"> <img src="https://static.simonwillison.net/static/2023/universe/${filename}" alt="${escapeHtml(alt)}"> <a style="float: right; padding-left: 1em; border: none" href="https://simonwillison.net/2023/Nov/10/universe/#${filename}">#</a> ${markdownAsHtml} </div>