HTML to Anki — turn web pages into flashcard decks

Drop an .html file and download a .apkg deck. Headings, bullets, and tables all come across.

How it works

1. Drop your file

Notion export, PDF, Word, Markdown, or a Quizlet export.

2. 2anki builds your deck

Usually a few seconds. Bigger files take a minute.

3. Open it in Anki

Double-click the .apkg file. Your cards are ready to study.

Supported formats

What you actually get in Anki

Cloze deletions stay clickable

{{c1::...}} becomes a real Anki cloze card, not plain text.

Images render in the card

Embedded images come across and display on the front or back.

Tags carry over

Strikethrough in Notion or a tag column in CSV attaches to every card in the deck.

Correct note types

Basic, Cloze, and front/back map to the right Anki note type so import is clean.

No junk in your cards

No empty backs, no stray #, *, or $ characters left over from your notes.

Common questions

Where does the HTML come from?

Save a web page from your browser (File → Save As → Webpage, Complete or HTML Only), or export notes from an app that exports HTML. Drop the file here and we convert it.

Which HTML elements become cards?

H1 and H2 headings name decks and subdecks. List items and short paragraphs become card fronts; the next sibling block becomes the back. Tables are converted row by row.

Do inline styles and images survive?

Images embedded in the page come across. Most inline styles are stripped — the cards use Anki's own card template styling instead.

Can I use a Notion HTML export?

Yes. If you export a Notion page as HTML (from the Notion desktop app), upload the zip file here and we process the full export including images.

Related