https://github.com/asem000/atomic-flashcards
https://github.com/asem000/atomic-flashcards
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asem000/atomic-flashcards
- Owner: ASEM000
- License: 0bsd
- Created: 2025-05-02T05:47:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-02T13:45:19.000Z (about 1 year ago)
- Last Synced: 2025-10-28T07:42:22.771Z (9 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This Obsidian plugin creates flashcards using AI by combining **atomic** notes - short notes capturing single ideas - into questions that test your understanding across concepts. Filter by tags, folders, and a prompt, and the plugin generates [Obsidian Spaced Repetition](https://github.com/st3v3nmw/obsidian-spaced-repetition) flashcards with footnotes to the source notes.
**Example**
Given atomic notes (defined by tags or in folders)
- `Symmetric Matrix.md`
- `Symmetric Positive Definite Matrix.md`
- `Spectral Theorem.md`
- ...
And topic prompt:
> Test my understanding of the spectral theorem.
The plugin generates flashcards like:
Q: In what way does the spectral theorem connect the symmetry and positive definiteness of a matrix to its eigenvalue spectrum?
?
A: It shows any symmetric matrix is orthogonally diagonalizable. If also positive definite, all eigenvalues are positive.
^[[[`Symmetric Positive Definite Matrix.md`]]]^[[[`Symmetric Matrix.md`]]]^[[[`Spectral Theorem.md`]]]