Convert any text — PDF excerpts, lecture notes, articles, textbook chapters — into spaced-repetition flashcards. Generates Anki-importable CSV with Q&A and cloze-deletion modes using regex-based extraction and sentence analysis.
设计与多媒体
Anki Fusion
试用Convert any learning material into Anki flashcards — Bloom's taxonomy powered card design
它能做什么
Convert any learning material into Anki flashcards — Bloom's taxonomy powered card design
技能文档
Anki Fusion (anki-fusion)
Converts textbooks, lecture notes, web articles, and PDF chapters into high-quality Anki flashcards. Applies Bloom's taxonomy to classify knowledge level (remember / understand / apply / analyze) and selects optimal card templates accordingly. Follows Anki best practices: minimum information principle, cloze deletion, avoid ambiguous Q&A.
Workflow
- Parse input — accept PDF, web page URL, Markdown notes, textbook chapter text, or raw text. Extract meaningful paragraphs and headings. Handle Chinese, English, and mixed content.
- Decompose — split into atomic knowledge points. Identify: definitions, lists, processes, formulas, code snippets, key-value pairs, chronological sequences, cause-effect relations.
- Bloom's classification — assign each knowledge point a Bloom level:
- Remember: facts, dates, terminology → cloze deletion cards
- Understand: concepts, explanations → basic Q&A cards
- Apply: formulas, procedures, code → code / apply cards
- Analyze: compare/contrast, classification → multi-cloze / image cards
- Apply Anki best practices — one fact per card, concrete cloze hints, avoid "what is X" without context, ensure reversibility where appropriate, add mnemonics for hard items.
- Multi-template generation — for each classified point, select template:
- Basic: front/back Q&A
- Cloze:
{{c1::term}}definition with context - Code: syntax-highlighted snippet + explanation
- Image: diagram labeling with occlusion
- Add metadata — tags (subject / chapter / difficulty), priority (high-frequency / exam-focused / supplementary), and a learning tip or mnemonics hint per card.
- Preview + edit — show a 5-card preview for user review. Support edit commands:
drop,merge,rewrite,retag. - Output — generate
.apkgfile (direct Anki import) + card statistics (total cards by type, Bloom level distribution, estimated study time).
Sample prompts
anki-fusion generate --input chapter3.pdf --subject "Computer Networks"anki-fusion generate --input https://en.wikipedia.org/wiki/Red%E2%80%93black_tree --subject "Data Structures" --difficulty hardanki-fusion generate --input "The OSI model has 7 layers: Physical, Data Link..." --topic "Networking Basics"
相关技能
搭建与修复 Anki 牌组:制卡、FSRS 与 SM-2 参数、僵尸卡、导入、同步与考前容量计算。
Convert articles or Markdown/TXT files into 5-8 structured knowledge cards for review and self-testing.
Batch add word cards to Anki via AnkiConnect. Supports Spanish-Chinese vocabulary cards with automatic translation and example sentences. Use when the user w...
Turn movies and TV shows into language-learning material by analyzing subtitle files to extract vocabulary, build frequency decks, and create contextual flashcards. Use when learning a language through media immersion.
Build and drill spaced-repetition packs with recallit — turn a PDF, URL, repo, or plain concept into honest, source-grounded flashcards, then run the daily r...