Harvestry Documentation The Transcript Panel

The Transcript Panel

The right-hand panel shows live processing logs during pipeline runs, then switches to the searchable transcript and consolidated notes on completion.

Overview

The Transcript Panel occupies the right column of the lecture detail view. It has three distinct modes depending on the state of the selected lecture:

Tab Switching

When a lecture is complete and consolidated notes exist, the top of the transcript panel shows a segmented tab control with two options: Transcript and Consolidated Notes. Click either tab to switch views.

If no consolidated notes exist (consolidation mode is Off), the tab control is hidden and only the transcript is shown.

Harvestry — Transcript Panel
Transcript
Consolidated Notes
Copy
4,312 words · 47 screenshots · 1:12:44
Slide: Introduction
0:00
Good morning everyone. Today we're going to cover the fundamentals of machine learning and how it differs from traditional programming approaches.
0:22
In traditional programming, we write explicit rules. In machine learning, we provide data and let the algorithm discover the rules itself.
0:48
There are three main paradigms: supervised learning, unsupervised learning, and reinforcement learning.
Diagram: Three ML Paradigms
1:15
Supervised learning is the most common form. We train on labeled examples and the model learns to predict labels for new inputs.

The Transcript View

The transcript is displayed as a scrollable timeline. Each element in the timeline is one of three types:

Transcript Passages

Each passage is a group of transcript segments combined by sentence boundaries and pause gaps. The layout is two-column:

Screenshot Thumbnails

Screenshots captured during processing appear inline in the timeline at their capture timestamp, between the passages that surround that moment. They display as full-width cards within the panel. Hovering over a screenshot reveals controls: a Make Keyframe button (sets it as the library thumbnail) and a trash icon to delete it.

Inline Notes

User-created inline notes appear as card elements in the timeline between the passages they were inserted after. See Annotations for how to create them.

Copying the Transcript

The stats bar at the top of the transcript panel shows the word count, screenshot count, and total duration. It also contains a Copy button. Clicking this copies the full transcript text (all passages, in order, without timestamps) to the clipboard as plain text. This is useful for pasting the transcript into another application or document.

The Consolidated Notes View — Read Mode

Click the Consolidated Notes tab to switch to the notes view. The consolidated Markdown is rendered as formatted text — headings, bullet points, and paragraphs. All text in this view is selectable, which means you can add the same highlights, margin notes, and inline notes available in the transcript view.

The notes are stored separately from the Markdown source. Annotations are keyed to the rendered content, not the raw Markdown.

The Consolidated Notes View — Edit Mode

Click the Edit toggle button in the header of the Consolidated Notes view to switch from the formatted render to a plain-text Markdown editor. In Edit mode:

Switch back to Read mode by clicking the Done or Preview button. After editing, a "Re-export needed" badge appears on the lecture — click Reexport to regenerate the HTML with your edited notes.

Processing Log

During an active pipeline run, the transcript panel switches to a Live Log view. Each log message is timestamped and colour-coded:

The log auto-scrolls to the latest message. You can scroll up manually to read earlier messages without interrupting the auto-scroll. The log is cleared when you navigate away from the lecture or when a new pipeline run starts.