Anki: Difference between revisions

From miki
Jump to navigation Jump to search
Line 10: Line 10:
* Copy deck to phone.
* Copy deck to phone.
* Import deck.
* Import deck.

=== Import (private) deck from Quizlet ===
* Install this add-on: [https://ankiweb.net/shared/info/538351043 Improved Quizlet to Anki 2.1 Importer]
* Log into Quizlet in Chrome.
* Open DevTools (Ctrl-Shift-C), go to network tab and reload (Ctrl-R)
* Click 'All' to show all request, and click on first request
* Find the line like:
'''set-cookie''': qlts=1_a5aBh2rZ6sA0SXXvHEMiTs461.I8ghlXK3qj9xijz0wRpglNoI1AL9wt7mPuBjwJnB3HSjdgsH1CEA; expires=Wed, 09-Feb-2022 18:58:02 GMT; Max-Age=7776000; path=/; secure; httponly</code>
* Go to Ankiweb, add-on dialog, select add-on, and click Config, then paste in the value of <code>qlts</code>:
<source lang="json">
{
"cookies": "",
"qlts": "1_a5aBh2rZ6sA0SXXvHEMiTs461.I8ghlXK3qj9xijz0wRpglNoI1AL9wt7mPuBjwJnB3HSjdgsH1CEA",
"rich_text_formatting": false
}
</source>
* In Tools, select Import from Quizlet. Then paste-in the URLs of set you want to import. If multi-URL, make a list in an editor separated by newline and paste the list. Eg.
https://quizlet.com/be/524417350/anglais-score-7-flash-cards/
https://quizlet.com/be/524420347/anglais-score-9-flash-cards/

Revision as of 19:11, 11 November 2021

Links

Tips

Export Deck from AnkiDroid to AnkiApp

  • Export deck as .apkg format, but remove the scheduling information (include media is ok).
  • Copy deck to phone.
  • Import deck.

Import (private) deck from Quizlet

  • Install this add-on: Improved Quizlet to Anki 2.1 Importer
  • Log into Quizlet in Chrome.
  • Open DevTools (Ctrl-Shift-C), go to network tab and reload (Ctrl-R)
  • Click 'All' to show all request, and click on first request
  • Find the line like:
 set-cookie: qlts=1_a5aBh2rZ6sA0SXXvHEMiTs461.I8ghlXK3qj9xijz0wRpglNoI1AL9wt7mPuBjwJnB3HSjdgsH1CEA; expires=Wed, 09-Feb-2022 18:58:02 GMT; Max-Age=7776000; path=/; secure; httponly
  • Go to Ankiweb, add-on dialog, select add-on, and click Config, then paste in the value of qlts:
{
    "cookies": "",
    "qlts": "1_a5aBh2rZ6sA0SXXvHEMiTs461.I8ghlXK3qj9xijz0wRpglNoI1AL9wt7mPuBjwJnB3HSjdgsH1CEA",
    "rich_text_formatting": false
}
  • In Tools, select Import from Quizlet. Then paste-in the URLs of set you want to import. If multi-URL, make a list in an editor separated by newline and paste the list. Eg.
 https://quizlet.com/be/524417350/anglais-score-7-flash-cards/
 https://quizlet.com/be/524420347/anglais-score-9-flash-cards/