Docs Documentación

Objects

Objects are the materials at the center of your Telar site — images, videos, audio recordings, documents, and other materials that your stories explore.

The Compositor provides a visual interface for managing objects — including IIIF manifest auto-fetch, image upload, and metadata editing.

Defining Objects

Every object in your site is defined as a row in your objects spreadsheet — either in the objects tab of your Google Sheet, or in objects.csv (or objetos.csv) in telar-content/spreadsheets/.

At minimum, each object needs an object_id and a title:

object_id,title
textile-001,Colonial Textile Fragment
map-lima,Map of Lima

Media type detection

Telar automatically determines whether an object is an image, video, or audio file based on its source — no additional configuration is needed:

For images, you have two options:

For videos and audio, see Video Objects and Audio Objects.

You can add richer metadata for each object — description, creator, period, year, medium (the genre or medium of the object, e.g. “Photograph”, “Oil painting”, “Oral history”), dimensions, source, credit, and more. See the Object Columns reference for the complete column list.

The medium column (previously object_type) describes the genre or medium of the object — not the media type (Image, Video, Audio), which Telar detects automatically. The column name object_type still works for backward compatibility.

Object Pages

Each object gets its own page at /objects/{object_id}/. The page shows:

Object detail page with IIIF viewer and metadata

Coordinate Picker

The coordinate picker is a development tool on each object page. Click or zoom on the image, then read the normalized coordinates (0–1 range) displayed below the viewer. Use the Copy buttons to copy coordinates directly into your story CSV.

Coordinate picker showing X, Y, and Zoom values below the image viewer

See Also