Bỏ qua đến nội dung

Migaku Syntax Converter

Chờ xử lý #anki #addon #migaku #syntax #converter
Unknown
13/1/2026

Cách tải addon Migaku Syntax Converter

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

586175551

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

Mô tả chi tiết

Migaku Syntax Converter Features Converts Japanese syntax to work with the Japanese Support anki addon Converts Chinese syntax to work with the Chinese Support V4 anki addon Instructions Editing the Config File

Go to Addons -> Config. The file should look something like this by default:

{ “field_mappings”: [ { “source”: “Migaku Word Syntax”, “target”: “Ruby”, “reading-only-target”: “Pinyin”, “color-target”: “Color”, “keep-only-bold”: "" }, { “source”: “Migaku Sentence Syntax”, “target”: “Sentence Ruby”, “reading-only-target”: "", “color-target”: "", “keep-only-bold”: "" }, { “source”: “Migaku Sentence Syntax”, “target”: “Sentence”, “reading-only-target”: "", “color-target”: "", “keep-only-bold”: “True” }, { “source”: “Migaku Word Syntax”, “target”: “Ruby”, “reading-only-target”: "", “color-target”: "", “keep-only-bold”: "" } ] }

Here is the breakdown:

source: Name of the field where migaku syntax is

target: Name of the field to send the converted results to

keep-only-bold: Used for migakus sentences, completely removing any brackets and anything within them but keeping the target word bolded

reading-only-target: For the Chinese Support V4 addon, sends just the pinyin to your pinyin field (change Pinyin to proper field name)

color-target: For the Chinese Support V4 addon, sends the colored hanzi to your color field (change Color to proper field name)

Bulk Editing Cards

Cards can be edited in bulk after they are made. To do this, go to browser -> select cards to edit -> click on edit at the top left -> select “Bulk Convert Migaku Syntax”.