To add screenshots to the README, take the following:
- Open Jot with a few notes in the sidebar
- Show the editor with some formatted text (headings, lists, highlights)
- Capture the full window (Cmd+Shift+4 + Space)
Suggested filename: screenshot-main.png
- Click Record button
- Show the RecordingOptions panel (audio source selection)
- Include the live transcription appearing in the editor
Suggested filename: screenshot-recording.png
- After recording, show a note with:
- Original transcript
- AI-generated summary with sections (Action Items, Key Decisions, etc.)
Suggested filename: screenshot-summary.png
- Open Settings (⚙️)
- Show the Whisper model download interface
- Include API key field (blur the actual key)
Suggested filename: screenshot-settings.png
jot/
├── docs/
│ └── screenshots/
│ ├── screenshot-main.png
│ ├── screenshot-recording.png
│ ├── screenshot-summary.png
│ └── screenshot-settings.png
Replace this line in README.md:
With:
<p align="center">
<img src="docs/screenshots/screenshot-main.png" alt="Jot Main Interface" width="800">
</p>
## Features in Action
<table>
<tr>
<td><img src="docs/screenshots/screenshot-recording.png" alt="Live Recording"></td>
<td><img src="docs/screenshots/screenshot-summary.png" alt="AI Summary"></td>
</tr>
<tr>
<td align="center"><b>Live Transcription</b></td>
<td align="center"><b>AI Summaries</b></td>
</tr>
</table>- Use macOS's built-in screenshot tool (Cmd+Shift+4)
- Optimize images with ImageOptim or similar
- Keep file sizes under 500 KB each
- Use descriptive alt text for accessibility