Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Remember

Petr VolfPetr Volf123 downloads

Create and review flashcards with spaced repetition, FSRS scheduling, Q&A, reversible and cloze cards, decks, multi-device sync, and an Anki-style study workflow for learning and long-term memory.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates19

A Markdown-native spaced repetition plugin for Obsidian with FSRS scheduling.

Built for reliable use across synced devices.

Usage

Every flashcard is a Markdown note in your Remember folder (Remember/ by default). Use subfolders to organize cards into decks and subdecks.

Run Remember: Open (or click the button in the left toolbar). Then click New card to add a card or select a deck and start a review.

The plugin automatically manages the card's frontmatter. See Card metadata for details.

Basic cards

# Front

hola

# Back

hello

Enable Reverse when creating a card (or set remember-reverse: true in its frontmatter) to also create a virtual card in the reverse direction.

Cloze cards

A cloze card hides marked text in its surrounding context. The whole note body is the card:

The capital of ==c1:France== is ==c2:Paris==.

Each cN is a required, stable card number. The example above creates two cards:

  • c1: The capital of […] is Paris.
  • c2: The capital of France is […].

Use the same number to hide related answers together as a single card:

The capital of France is ==c1:Paris==, and its currency is the ==c1:euro==.

This creates one card that hides both highlighted clozes:

  • c1: The capital of France is […], and its currency is the […].

Suspending cards

Add remember-suspend: true to the frontmatter to exclude a card from reviews without deleting its history.

Adding existing notes

You can also create a note directly in the Remember folder and add # Front/# Back sections or a cloze marker. Remember adds the missing frontmatter when it opens.

Card metadata

Card frontmatter uses the following properties:

  • remember-id — the generated stable card identifier
  • remember-type — the card format: basic or cloze
  • remember-reverse — whether a basic card also appears in the reverse direction
  • remember-suspend — whether the card is excluded from reviews

Deck settings

Add an optional _remember.md note to a deck folder to override settings for that deck. Put the settings in the note's frontmatter.

---
remember-desired-retention: 0.95
remember-limit-new-cards-per-day: true
remember-new-cards-per-day: 10
remember-bury-siblings: false
remember-learn-ahead: true
remember-learn-ahead-minutes: 5
---

Missing settings come from the closest parent deck. Global Remember settings are used when no deck overrides them.

Multi-device sync

When using Obsidian Sync, enable Settings → Sync → Selective sync → Sync all other types on every device.

Data storage

All data stays local in your vault. Remember makes no network requests.

Review history is saved in reviews-<device-id>.rememberlog files in the Remember folder. The schedule is calculated from these files, so do not delete them.

HealthExcellent
ReviewPassed
About
Spaced repetition plugin with modern FSRS scheduling, Q&A, reversible and cloze flashcards, decks, multi-device sync, and a fast, focused Anki-style study workflow for learning and long-term memory.
FlashcardsReviewLanguages
Details
Current version
0.0.20
Last updated
3 days ago
Created
2 weeks ago
Updates
19 releases
Downloads
123
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Petr VolfPetr Volfvolfpe
GitHubvolfpe
  1. Community
  2. Plugins
  3. Flashcards
  4. Remember

Related plugins

LearnKit

A native study system for your Obsidian vault. LearnKit turns notes into durable knowledge with flashcards, spaced repetition, tests, and more.

CBT Exam Simulator

A robust, offline-first CBT exam simulator using FlashQuiz format.

Review

Add a link to the current note to a daily note on a future date (or a past date, you time traveller).

Language Learner

Learn languages with vocabulary lists, grammar rules, vocabulary quiz, and progress tracking by CEFR level.

Repeat

Review notes using periodic or spaced repetition.

Spaced Repetition

Fight the forgetting curve by reviewing flashcards & entire notes.

Simplified Chinese Word Splitting

Adds Simplified Chinese word splitting support for the editor and Vim mode.

LanguageTool

Unofficial integration of the LanguageTool spell and grammar checker.

Yanki

Sync flashcards from a folder in your vault to Anki. Pure Markdown syntax. No fuss.

Journal Review

Review your daily notes on their anniversaries, like "what happened today last year".