Mnemosyne

From ArchWiki

Mnemosyne is an open-source, cross-platform flashcard program that uses a spaced repetition algorithm for maximizing learning efficiency.

It is inspired by the proprietary SuperMemo and comparable to Anki, but with a stronger focus on a minimalist, distraction-free UI and simple but flexible work-flow.

Mnemosyne is written in Python 3 and uses the Qt toolkit.

Installation

Install the mnemosyneAUR package.

Configuring

Most of the options in Mnemosyne are available directly in the user interface. A few infrequently-used options are accessible through a configuration file located at ~/.config/mnemosyne/config.py.

Size of mathematical formulae

If you would like to decrease the rendering resolution of mathematical formulae (default 200 dpi, which is rather large on most screens) to better fit with normal text, open the file ~/.config/mnemosyne/config.py and decrease the number following the -D option in the line that looks like:

~/.config/mnemosyne/config.py
dvipng = "dvipng -D 200 -T tight tmp.dvi"

Other Resources

The Mnemosyne website offers:

See Also

  • Anki - another open-source flashcard program using spaced repetition