feat: image paste + gallery page
Pasting an image (Ctrl+V) while in the editor saves it to
<deck>/images/Pasted-image-YYYYMMDD-HHmmss.png via arboard (reads the
OS clipboard directly, bypassing webkit2gtk's empty clipboardData) and
appends #img("stem") to the active card segment.
New /images route shows all images in the deck's images/ directory as
base64-encoded thumbnails. Each tile has Copy (#img snippet to
clipboard) and Rename (renames file + updates all references in
cards.typ). Click any thumbnail to open a full-size lightbox; click
outside to dismiss.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>