北冥尘15 downloadsCreate flashcards from your notes and review them with FSRS-5 spaced repetition: seven question types, automatic grading, wrong-answer review, images and audio. Optional AI card drafts with AI Host.
Create flashcards straight from your notes and review them with FSRS-5 spaced repetition. Selection-based card creation, seven question types, automatic grading, wrong-answer review and media support, all inside Obsidian.
By Helfas. MIT licensed. The technical plugin id is sfc-flashcards.
^sfc-xxxx marker that links back to the cards made from it.Once listed: Settings Community plugins Browse, search for FSRS Flashcards, then Install and Enable.
main.js, manifest.json and styles.css from the latest GitHub release.<vault>/.obsidian/plugins/sfc-flashcards/.The flashcards plugin has no network code of its own. AI drafting requires the companion AI Host plugin, where the provider and key are configured. AI-drafted fields are written into an editable draft first, never silently into a card.
Card data and review history live under .obsidian/plugins/sfc-flashcards/; card sources remain in your notes. There is no telemetry and no network access unless you explicitly configure AI Host.
npm ci
npm run build
npm run verify
npm run typecheck
MIT 2026 Helfas. See LICENSE. Third-party notices, including the FSRS reference projects, are in THIRD-PARTY-NOTICES.md.
FSRS Flashcards indexes your notes to find cards and their ^sfc-xxxx markers, using Obsidian's vault API. Card sources stay in your notes and review state lives in the plugin folder inside your configuration directory. On desktop it uses Node's fs module only for atomic writes inside that plugin folder; it never reads or writes paths outside the vault. The system clipboard is touched only when you use a copy or paste action in the plugin's own interface. There is no telemetry and no network access unless you explicitly configure the AI Host companion plugin.