Difference between revisions of "Mnemosyne"
Thestinger (talk | contribs) (categorizing uncategorized page) |
|||
(6 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Applications]] |
− | Mnemosyne is an open-source | + | [[ru:Mnemosyne]] |
+ | [http://mnemosyne-proj.org Mnemosyne] is an open-source, cross-platform flashcard program that | ||
+ | uses a [http://en.wikipedia.org/wiki/Spaced_repetition spaced repetition] algorithm for maximizing learning efficiency. | ||
− | + | It is inspired by the proprietary [http://www.supermemo.com 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 2 and uses the [[Qt]] toolkit. | |
− | + | ==Installation== | |
− | == | + | ===Installing from AUR=== |
− | + | Unofficial Mnemosyne packages are available in the [[Arch User Repository]]: | |
+ | * {{AUR|mnemosyne}} (latest stable version) | ||
+ | * {{AUR|mnemosyne-bzr}} (latest development snapshot from trunk) | ||
− | == | + | ===Manual Installation=== |
− | + | For manual compilation and installation, you can get a tarball from the [http://www.mnemosyne-proj.org/download-mnemosyne.php official download page] and follow the instructions in the accompanying README file. | |
− | = | + | ===Configuring=== |
− | [http://mnemosyne-proj.org/help/index.php | + | 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 {{ic|~/.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 {{ic|~/.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" | ||
+ | |||
+ | ==Other Resources== | ||
+ | |||
+ | The Mnemosyne website offers: | ||
+ | * Official [http://mnemosyne-proj.org/help/index.php documentation] | ||
+ | * User-contributed [http://mnemosyne-proj.org/old/taxonomy/term/10 plugins] | ||
+ | * User-contributed sets of cards | ||
+ | |||
+ | ==See Also== | ||
+ | |||
+ | * [[Anki]] - another open-source flashcard program using spaced repetition |
Revision as of 18:49, 11 August 2013
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 2 and uses the Qt toolkit.
Contents
Installation
Installing from AUR
Unofficial Mnemosyne packages are available in the Arch User Repository:
- mnemosyneAUR (latest stable version)
- mnemosyne-bzrAUR (latest development snapshot from trunk)
Manual Installation
For manual compilation and installation, you can get a tarball from the official download page and follow the instructions in the accompanying README file.
Configuring
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
.
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:
dvipng = "dvipng -D 200 -T tight tmp.dvi"
Other Resources
The Mnemosyne website offers:
- Official documentation
- User-contributed plugins
- User-contributed sets of cards
See Also
- Anki - another open-source flashcard program using spaced repetition