Cover images
Preview images for your bookmarks — manual, auto-populated, or generated
Each bookmark can carry a preview image — its cover. Covers are rendered as the hero on Cards and Gallery tiles. When a bookmark has no cover, mnera.io falls back to a deterministic typographic placeholder (initial + colour gradient) so every card still feels designed.
Setting a cover by hand
- Open a bookmark, then click Edit.
- Paste a URL into Cover image URL. A live preview appears below the field.
- Click Save. The URL is stored on the bookmark as
schema:imagein your pod.
Auto-populating covers (Pro)
The Find cover images Pro feature scans bookmarks in the active collection that don't yet have a cover and tries to extract one server-side:
- Open the ⋮ kebab next to the collection picker and choose Find cover images (or use the Scan button on the account settings page).
- The server fetches each page through mnera and inspects its HTML for, in priority order:
og:image,twitter:image,link rel="image_src", andapple-touch-icon. - If nothing is found at the full URL, mnera retries against the registrable root (e.g.
docs.python.org→python.org) — many platform-style subdomains have no OG image of their own but the root does. - If no meta tag yields an image, it falls back to Logo.dev — a brand-logo service that resolves the bookmark's domain to an official company logo when one exists.
- All discovered covers are written back to your pod in a single end-of-scan write (replacing the older per-batch behaviour that could hit pod write-lock timeouts on large files).
Typographic cover fallback
For bookmarks with no real cover, mnera.io renders an inline SVG: a coloured gradient picked deterministically from the URL, with the domain's first letter centred on top and the domain name in small caps below. It's free, zero-network, and gives every bookmark a recognisable visual identity without storing anything in your pod.
Showing or hiding covers
The Gallery view has per-section toggles (Cover / Title / Description / Tags / Bookmark info) above the bookmark grid — use these to tune what each gallery tile shows. Settings persist to your mnera.io account.
Privacy: routing covers through mnera (Pro)
By default, a cover image is loaded by your browser directly from the host it came from — which means that host sees your IP address. Pro accounts can enable the privacy image proxy (Account settings → Privacy) to route covers and favicons through the mnera.io server instead. See Security & privacy for the full story.
Import / export
Cover URLs round-trip through the JSON and Turtle export formats. Re-importing a mnera.io export preserves whatever covers you had. Imports from other tools (Raindrop, generic JSON) read a cover or image field when present.