Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/markdown-quiz-exporter-tool:anki input.md output.csvThe summary Claude sees in its command listing — used to decide when to auto-load this command
Export quiz markdown to Anki CSV format (AllInOne or Basic). ## Usage ## Arguments - `INPUT.md`: Quiz markdown file (required) - `OUTPUT.csv`: Output CSV file (required) - `--quiz`: AllInOne quiz format (default) - `--recall`: Basic recall format - `--force` / `-f`: Overwrite existing file - `-v/-vv/-vvv`: Verbosity (INFO/DEBUG/TRACE) ## Examples ## Output CSV with AllInOne (quiz) or Basic (recall) format.
Export quiz markdown to Anki CSV format (AllInOne or Basic).
markdown-quiz-exporter-tool anki INPUT.md OUTPUT.csv [OPTIONS]
INPUT.md: Quiz markdown file (required)OUTPUT.csv: Output CSV file (required)--quiz: AllInOne quiz format (default)--recall: Basic recall format--force / -f: Overwrite existing file-v/-vv/-vvv: Verbosity (INFO/DEBUG/TRACE)# Export as quiz (default)
markdown-quiz-exporter-tool anki quiz.md cards.csv
# Export as recall
markdown-quiz-exporter-tool anki quiz.md cards.csv --recall
# Overwrite existing
markdown-quiz-exporter-tool anki quiz.md cards.csv --force
CSV with AllInOne (quiz) or Basic (recall) format.
npx claudepluginhub joshuarweaver/cascade-knowledge --plugin dnvriend-markdown-quiz-exporter-tool/exportExports research findings as a markdown file with metadata frontmatter, formatted for memory-palace's knowledge-intake skill. Supports --session flag to specify a session.
/downloadDownloads generated artifacts from NotebookLM — audio, video, reports, quizzes, flashcards, data tables, slide decks, and more. Supports --all and --format options.