Markdown Flashcards

Markdown Flashcards

Hello markdown user πŸ‘‹

See our complete guide video and step-by-step documentation below for details regarding learning with NeuraCache, flashcards and spaced repetition.

If you have any questions feel free to reach out via e-mail, Reddit Community or Twitter πŸ‘

Step by Step Tutorials

Markdown Features

♾️
Single Source of Truth
πŸ“„
Import Full Pages

Integration Status

FeatureiOSAndroid
βœ…
βœ…
βœ…
βœ…
βœ…
βœ…
βœ…
βœ…
βœ…
βœ…
βœ…
βœ…
Two-Sided Flashcards
βœ…
Planned
Single Source of Truth
βœ…
βœ…
Import Full Pages
βœ…
Planned
Indented Cards
βœ…
Planned
Batch Cards
βœ…
Planned

Quick Cheat-Sheet ⚑️

  • One-Line Flashcards
    • Micro-Cards
  • Regular Flashcards
  • Spaced Repetition Cards
  • Two-Sided Flashcards

One-Line Flashcards

image

Format:

Question : Answer #flashcard #optionaltag1 #optionaltag2

Example:

βŒ₯⏎ : follow link #flashcard #intellij #shortkeys

Micro-Cards

Same as "One-Line Flashcards" but instead of a #flashcard you can use ⚑️ or 🧠 

This is great for Github README.md files where a #flashcard could look strange.

Example:

βŒ₯⏎: follow link ⚑️

One-Line Spaced Repetition

Format:

Content #spaced #optionaltag1 #optionaltag2

Example:

"We are what we repeadetly do" #spaced

Regular Flashcards

Regular cards allow creating cards with images, latex, lists, etc.

A horizontal rule is used to mark the end of the card.

As a horizontal rule, you can use:

  • --, - - -, ***, * * *

Format:

Question #flashcard #optionaltag1 #optionaltag2

Answer

---

Example:

Radii of stable orbits in the Bohr model #flashcard

$a_0 = \frac{{ \hbar ^2}}{{m_e ke^2}}$

$\Delta E = h\nu$

$c = \lambda \nu$

---

Regular Spaced Repetition

Format:

#spaced #optionaltag1 #optionaltag2

content

---

Example:

#spaced #quotes

"We are what we repeatedly do. Excellence, then, is not an act, but a habit."

---

Two-Sided Flashcards

Format:

#flashcard #optional-tag1 #optional-tag2

question

---

answer

---

Example:

#flashcard #git ![[git.png]] What does this command do?

``` git clean -nfd

```

---

Remove current untracked files/directories d - directories f - files n - show result first

---