Workflows

Complete workflow processes and guides for vocabulary extraction and management.

Workflows

Complete step-by-step processes for extracting and managing vocabulary.

📖 Documentation in This Section

🎯 Main Workflow: Video to Vocabulary

The 7-Step Process

  1. Extract Transcript - Automated YouTube transcript download
  2. Extract Vocabulary - Use Copilot to find challenging words
  3. Save YAML File - Store vocabulary data
  4. Validate YAML - Ensure proper formatting
  5. Create Hugo Page - Generate content page
  6. Test Locally - View and verify in browser
  7. Review & Commit - Final check and git commit

⚡ Quick Start Workflow

1# Step 1: Extract transcript
2./scripts/dictionary/dict-step1-transcript.sh "https://youtube.com/watch?v=VIDEO_ID" topic_name
3
4# Step 2: Use Copilot (manual process - see guide)
5# Copy transcript and use the Copilot prompt
6
7# Step 3-7: Follow the Step-by-Step Guide

📚 Different Paths

For Content Creators

  1. Read Step-by-Step Guide
  2. Follow each step in order
  3. Use Quick Reference for commands

For Developers

  1. Read Step-by-Step Guide for overview
  2. Check Copilot Integration for AI setup
  3. Review Quick Reference for commands

For Automation Users

  1. Refer to Quick Reference for all commands
  2. Use scripts/dictionary/dict-step1-transcript.sh for automation
  3. See Copilot Integration for AI setup

In this section