mabdi / jMemorize-Plus-1

Memorize is written in Java and uses Leitner flashcards to make memorizing facts not only more efficient but also more fun. jMemorize manages your learn progress and features categories, Unicode flashcard texts, statistics and an intuitive interface.
http://mabdi.github.io/jMemorize-Plus-1
GNU General Public License v2.0
3 stars 0 forks source link

New feature: Multi Front/Flipside #4

Closed mabdi closed 8 years ago

mabdi commented 8 years ago

add support to accept more than one front/flip side. for example in a word review case, front side: one for exact word, one for pronunciation. and flip side: one for description in english, one for description in persian, one for example sentences.

this can be implemented by adding a special character in front/flip side text, to make it easy to split. this special character can be displayed as a separator line (like < hr>).

mabdi commented 8 years ago

Making App Extendable by some extensions looks good idea. we just add capability to add new ext to program and each program manipulate some data on each card.

mabdi commented 8 years ago

This feature has been implemented by card attachments. now user can attach and view image, text and audio files to front or flip side of card.