forked from ggodlewski/smux-anki-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (22 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This program allow to convert SuperMemo UX Courses into Anki flash cards.
In order to create anki file do the following:
0. Install Java Runtime: http://www.java.com/pl/download/
1. Create directory eg. <dir>
2. Put contents of "Program Files/SuperMemo UX/Courses" into created previously <dir>
Note: It's good to run SuperMemo before converting so it can download latest course update.
3. Put smux-anki-convert-<version>.jar into <dir>
4. If you have already started the course put repetition database "Documents and Settings/<User>/Application Data/SuperMemo World/SuperMemo UX/<User>/Repetitions.dat" into <dir>
The contents of <dir> should look like:
./smux-anki-convert-1.1.jar
./Repetitions.dat
./Niemiecki Kein Problem 1
./Niemiecki Kein Problem 1/course.smdif
./Niemiecki Kein Problem 1/course.smpak
5. Run smux-anki-convert-1.1.jar by clicking it or with console: java -jar smux-anki-convert-1.1.jar
6. Anki file and media will be created
7. After runing Anki run database check
8. If you want just to unpack SuperMemo files run:
java -jar smux-anki-convert-<version>.jar . unpackdir
SM files will be placed in unpackdir
Compile with:
mvn assembly:assembly