You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrowdAnki is a plugin for http://ankisrs.net/ that allows users to import and export decks/notes and all relevant information in a hierarchical JSON format. The main purpose is to facilitate crowdsourcing for Anki decks and notes.
1
+
CrowdAnki is a plugin for <ahref="http://ankisrs.net/"
2
+
rel="nofollow">http://ankisrs.net/</a> that allows users to import and export decks/notes and all relevant information in a hierarchical JSON format. The main purpose is to facilitate crowd-sourcing for Anki decks and notes.
2
3
3
-
<b>Suggested collaboration workflow</b>
4
+
Starting with version 0.6 it also features a close integration with Git.
5
+
Providing you with an ability to <b>automatically maintain history of edits</b> for your decks.
6
+
See more details <ahref="#snapshots">below</a>.
4
7
5
-
The current workflow could be described as following:
8
+
<b>Please note that I can't reply to your comments here (and I'm not getting notified about them). If you want to get in
9
+
touch - please ping me on Github: <ahref="https://github.com/Stvad/CrowdAnki" rel="nofollow">https://github.com/Stvad/CrowdAnki</a><b></b></b>
10
+
11
+
<b>If you would like to support the plugin - please consider <ahref="https://www.patreon.com/bePatron?u=13102903"
The current workflow could be described as following:
7
21
<ul>
8
22
<li>The user creates or imports a deck inside of Anki.</li>
9
23
<li>Makes some modification to it (i.e. to notes, deck settings, deck structure or note models).</li>
@@ -14,25 +28,35 @@
14
28
</ul>
15
29
16
30
<b>Export</b>
17
-
18
-
To perform the export go to menu File>Export
19
-
31
+
To perform the export go to menu <code>File>Export</code>
20
32
Select the deck (note: export of "All decks" is not supported, you need to select a specific deck) and the export format "CrowdAnki JSON representation". After pressing the Export button - select directory where the result should be stored.
21
33
22
34
<b>Import</b>
23
-
24
-
To perform the import go to menu File>"CrowdAnki: Import from disk" and select the directory where the deck is stored.
35
+
To perform the import go to menu <code>File>CrowdAnki: Import from
36
+
disk</code> and select the directory where the deck is stored.
25
37
26
38
<b>Import from Github</b>
27
39
28
-
To get the deck from Github go to menu File>"CrowdAnki: Import from Github" and enter Github username and repository name in suggested format.
29
-
So, for example, to get my git deck (https://github.com/Stvad/Software_Engineering__git) you would need to enter Stvad/Software_Engineering__git.
40
+
To get the deck from Github go to menu File>"CrowdAnki: Import from Github" and enter Github username and repository name in suggested format.
41
+
So, for example, to get my git deck (<ahref="https://github.com/Stvad/Software_Engineering__git" rel="nofollow">https://github.com/Stvad/Software_Engineering__git</a>) you would need to enter Stvad/Software_Engineering__git.
30
42
31
43
<b>Things to note for the Import:</b>
32
-
33
44
<ul>
34
45
<li>Automatic backup would be triggered prior to the import;</li>
35
46
<li>If note model for the note has changed, or if note model itself changed in a way that it's not easy to update it automatically: you would be prompted with the window, that will ask you to specify correspondence between old and new model;</li>
36
47
<li>If the note was moved to another deck in JSON file, on import all cards from that note (except the ones, that are in dynamic decks) will be moved to the specified deck.</li>
37
48
</ul>
38
-
To get more information or get in touch with author, please visit https://github.com/Stvad/CrowdAnki
49
+
To get more information or get in touch with author, please visit <ahref="https://github.com/Stvad/CrowdAnki"
href="file:///Users/sitalov/Dropbox/SoftwareEngineering/Projects/Anki/CrowdAnki/crowd_anki/config.md">configure</a> is the location of the snapshot and what decks should be included into it.
60
+
61
+
<b>Please note that I can't reply to your comments here (and I'm not getting notified about them). If you want to get in
62
+
touch - please ping me on Github: <ahref="https://github.com/Stvad/CrowdAnki" rel="nofollow">https://github.com/Stvad/CrowdAnki</a></b>
0 commit comments