arch-wiki-md-repo
Version:
All arch-wiki articles in markdown format, updated every two days.
50 lines (30 loc) • 2.29 kB
Markdown
[](http://mnemosyne-proj.org) is an open-source, cross-platform flashcard program that uses a [spaced repetition](https://en.wikipedia.org/wiki/Spaced_repetition "wikipedia:Spaced repetition") algorithm for maximizing learning efficiency.
It is inspired by the proprietary [SuperMemo](http://www.supermemo.com) and comparable to [Anki](/index.php/Anki "Anki"), but with a stronger focus on a minimalist, distraction-free UI and simple but flexible work-flow.
Mnemosyne is written in Python 2 and uses the [Qt](/index.php/Qt "Qt") toolkit.
* [1 Installation](
* [1.1 Installing from AUR](
* [1.2 Manual Installation](
* [1.3 Configuring](
* [1.3.1 Size of mathematical formulae](
* [2 Other Resources](
* [3 See Also](
A [mnemosyne](https://aur.archlinux.org/packages/mnemosyne/) package is available in the [Arch User Repository](/index.php/Arch_User_Repository "Arch User Repository").
For manual compilation and installation, you can get a tarball from the [official download page](http://www.mnemosyne-proj.org/download-mnemosyne.php) and follow the instructions in the accompanying README file.
Most of the options in Mnemosyne are available directly in the user interface. A few infrequently-used options are accessible through a config file located at `~/.config/mnemosyne/config.py`.
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:
```
dvipng = "dvipng -D 200 -T tight tmp.dvi"
```
The Mnemosyne website offers:
* Official [documentation](http://mnemosyne-proj.org/help/index.php)
* User-contributed [plugins](http://mnemosyne-proj.org/old/taxonomy/term/10)
* User-contributed sets of cards
* [Anki](/index.php/Anki "Anki") - another open-source flashcard program using spaced repetition