Bỏ qua đến nội dung

MultiCopy2Clipboard

Chờ xử lý #anki #addon #multicopy2clipboard
https://github.com/plucafs/MultiCopy2Clipboard
27/8/2024

Cách tải addon MultiCopy2Clipboard

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

2060281054

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 2060281054 và copy

Mô tả chi tiết

Copy a field to the system clipboard. Supports fallbacks field values. Tested on anki 24.06.3.

questionField and answerField0

Inside the questionField0, place the name of the note field you want to copy when the question is displayed.

Inside the answerField0, place the name of the note field you want to copy when the answer is displayed.

Each subsequent questionField and answerField (1, 2, 3, …) are used as fallbacks. They’ll be used until a value can be found.

You can populate only the questionField(s) or answerField(s)

stripHtml

stripHtml determines if the html from the text of the note field will be removed or not.

e.g. 100%の<b>ジュース</b>。 ⟶ 100%のジュース。

(the b tag is removed)

stripFurigana

stripFurigana determines if the furigana from the text of the note field will be removed or not.

e.g. 僕[ぼく]が正[まさ]しく導[みちび]かないと ⟶ 僕が正しく導かないと

(the furigana inside the [ and ] brackets is removed)

Changes

Up to 10 fallback fields are supported.

Added option to strip html.

Added option to strip furigana.

Added compatibility for Anki Qt6.

Credits

Based on 1525025114

See the init.py file for a complete overview of the edits.


Liên kết hỗ trợ