From dc3a7a712d90231cad2c712f4c1fec71bb8d0a68 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Fri, 5 Jun 2026 10:22:28 +0200 Subject: [PATCH] feat(panes): render bookmark enrichment (summary, tags, hero) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reference bookmark pane now displays optional enrichment when present on the resource, degrading cleanly when absent: - dc:description as paragraphs (blank-line split) with an emphasized lead - schema:keywords as tag pills - schema:image as a hero thumbnail - schema:datePublished in the footer Reworked the card into one cohesive editorial layout (divider rule, reading typography, polished Open button, hover states) via a scoped +
+
Bookmark
+
+
+ + + ${hero} +
+ ${rule} + ${summary} + ${chips} +
+ Open ↗ + ${meta ? `${meta}` : ''}
- -
- Open ↗ - ${date ? `saved ${h.escape(date)}` : ''}
`; }