Bỏ qua đến nội dung

Anki Export Deck to CSV

Chờ xử lý #anki #addon #export #deck #csv
https://github.com/Dprogers10/anki-export-deck-to-csv
26/12/2025

Cách tải addon Anki Export Deck to CSV

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

2084240572

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 2084240572 và copy

Mô tả chi tiết

Anki Export Deck to CSV

A small Anki add-on that adds a Tools menu item to export a selected deck’s notes to a CSV file.

What it does

In Anki, you get a new menu item:

Tools → Export Deck to CSV

When you run it, the add-on:

Prompts you to choose a deck Prompts you to choose where to save a .csv Exports every note in that deck to the CSV (UTF-8) CSV output format

The first row is a header:

deck note_id date_added (derived from the note id timestamp) one column per field name (union of all fields across note types used in the deck) tags (space-separated)

Notes:

Field values are exported as stored in Anki and may include HTML. If a note does not have a particular field (because the deck contains multiple note types), that cell is left blank. Installation Option A: Install from a local folder In Anki: Tools → Add-ons → View Files Copy the add-on folder into addons21/ Restart Anki Option B: Install from a .ankiaddon file

If you build a .ankiaddon release, users can install it by double-clicking the file (or via the Anki add-ons UI), then restarting Anki.

Compatibility

Developed against Anki 24.06.x.

Development

This repository contains the add-on source under _addon/.

Typical workflow:

edit _addon/init.py restart Anki to test License

MIT


Liên kết hỗ trợ