From c09ad5a76c1c7ddbb60921d4c0cff72e6dbb481a Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 25 Feb 2026 11:47:58 -0500 Subject: [PATCH] links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f24f5ac..97adbff 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ A modular collection of tools and scripts to enhance your anki-based language le ### Tools Overview -| Tool | Purpose | -|---------------------------------|-------------------------------------------------------------------------| -| `audio-extractor` | Extract Anki card audio by language into playlists for passive listening | -| `batch_importer` | Generate TTS audio from sentence lists and import into Anki | -| `word-scraper` | Extract & lemmatize words from Anki decks (frequency analysis, mining) | -| `yt-transcript` | Mine vocabulary/sentences from YouTube transcripts for analysis | -| `deck-converter`* | Convert TSV+audio into `.apkg` Anki decks using config-driven workflow | +| Tool | Purpose | +|-------------------------------------------|--------------------------------------------------------------------------| +| [`audio-extractor`](#audio-extractor) | Extract Anki card audio by language into playlists for passive listening | +| [`batch_importer`](#batch_importer) | Generate TTS audio from sentence lists and import into Anki | +| [`word-scraper`](#word-scraper) | Extract & lemmatize words from Anki decks (frequency analysis, mining) | +| [`yt-transcript`](#yt-transcript) | Mine vocabulary/sentences from YouTube transcripts for analysis | +| `deck-converter`* | Convert TSV+audio into `.apkg` Anki decks using config-driven workflow | | `youtube-to-anki`* | Convert YouTube subtitles/audio into fully timestamped Anki cards | *=haven't used these tools in a very long time and will update them when I use them again