friebetill112 downloadsSync your Q:/A: flashcards to Space for spaced repetition learning on any device.
Sync your flashcards from Obsidian to Space for spaced repetition learning on any device.
Q: and A: in your notesTARGET DECK: to organize cards into different decks.obsidian/plugins/obsidian-to-space/ folderAdd flashcards anywhere in your notes using the Q: and A: format:
# My Study Notes
Some regular notes here...
Q: What is the capital of France?
A: Paris
Q: What year did World War II end?
A: 1945
More notes can go here...
Multi-line answers are supported:
Q: What are the primary colors?
A: The three primary colors are:
- Red
- Blue
- Yellow
Use TARGET DECK: to specify which deck cards should sync to:
TARGET DECK: Spanish Vocabulary
Q: How do you say "hello" in Spanish?
A: Hola
Q: How do you say "goodbye" in Spanish?
A: Adiós
TARGET DECK: French Vocabulary
Q: How do you say "hello" in French?
A: Bonjour
TARGET DECK: line sync to that deckTARGET DECK: directives in one fileTARGET DECK: use the default deck from settingsEither:
Open the Space app on any device to study your flashcards with spaced repetition.
After syncing, the plugin adds a tracking comment after each card:
Q: What is the capital of France?
A: Paris
<!-- space-id: cktx1234abcd -->
This allows you to:
Tip: Don't delete the
<!-- space-id: ... -->comments unless you want to create a new card in Space.
| Command | Description |
|---|---|
| Sync all flashcards to Space | Scan all markdown files and sync flashcards |
| Sync current file to Space | Sync only the active file |
| Setting | Description |
|---|---|
| Default deck name | Name of the deck where cards are synced (default: "Obsidian Flashcards") |
| Auto-sync on save | Automatically sync when you save a file (coming soon) |
Yes! Use the TARGET DECK: directive to specify which deck cards should sync to. See Organizing Cards into Decks for details.
The card remains in Space. To delete it from Space, use the Space app directly.
No, this is a one-way sync (Obsidian → Space). Obsidian is the source of truth.
Currently only Q: / A: format is supported. More formats (like :: syntax, cloze deletions) are planned.
MIT License - see LICENSE for details.