「Anki」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎インストール: 記事を差し替え)
5行目: 5行目:
 
== インストール ==
 
== インストール ==
   
  +
[[Install]] the {{AUR|anki}} package, or {{AUR|anki-official-binary-bundle}} if you prefer an installable binary. For the development version, install the {{aur|anki-git}} package.
最新版の ''Anki'' は {{pkg|anki}} パッケージで[[インストール]]できます。もしくは、開発版は {{aur|anki-git}} パッケージでインストールできます。
 
   
  +
By default, cards are synchronized using anki's web server, but you can use your own {{aur|anki-sync-server-git}}.
初期状態では、カードは AnkiWeb サーバーと同期されますが、自分で立てた {{aur|anki-sync-server}} も使えます。
 
   
 
== Flashcards ==
 
== Flashcards ==

2022年1月23日 (日) 17:44時点における版

Ankispaced repetition system (SRS)、フラッシュカードの作成、管理、復習を可能にするプログラムです。Anki は非常に柔軟性が高く、またテンプレートの作成も可能です。Android と iOS 用のアプリ、および Web インターフェイスを使用して、ユーザーのフラッシュカードデータベースとやり取りすることができます。Anki は、python で書かれたアドオンをサポートしています。

インストール

Install the ankiAUR package, or anki-official-binary-bundleAUR if you prefer an installable binary. For the development version, install the anki-gitAUR package.

By default, cards are synchronized using anki's web server, but you can use your own anki-sync-server-gitAUR.

Flashcards

Flashcards can be obtained by:

  • Creating them inside Anki, organized in decks and possibly tagged. Cards can contain audio, pictures and even TeX formulas;
  • Downloading them, grouped in an existing shared deck (e.g. top 1000 words in a language);
  • Generating them as a csv file that will be imported in Anki.

ヒントとテクニック

漢字の筆順のサポート

anki で漢字の筆順を表示したい場合は AUR から ttf-kanjistrokeordersAUR をインストールしてください。インストール後、anki のデッキプロパティでフォントを選択する必要があります。

アジア言語のサポート

AUR から mecab-ipadicAUR をインストールしてください。

公式リポジトリから kakasi をインストールしてください。

anki を起動して、"File->Download->Shared Plugin" から "Japanese Support" プラグインをダウンロード・インストールしてから、再起動してください。

新しいデッキ (単語帳) を作成後、"deck properties" でデッキモデルとして "Japanese" を選択することで日本語がサポートされます。Japanese Support プラグインをインストールしないと、モデルとして "Japanese" を選択することはできません。

Self-hosted sync server

AnkiWeb is a proprietary service. If you prefer a self-hosted free (as in freedom) alternative, you can use anki-sync-server. One tutorial how to set it up is available here.

Dark theme

Anki UI may be unreadable with dark GTK theme. You may want to enable night mode to fix that (Tools > Preferences... > Night mode).

If you have an older version you may need to install an addon (e.g. 1496166067 and View > Night mode > Enable night mode).

Troubleshooting

If Anki core dumps at launch with error "qt: No suitable graphics backend found" the following may resolve:

echo auto > ~/.local/share/Anki2/gldriver

Anki has not been stabilized for use under Wayland. If you want to use it in Wayland anyway, then you have to set some env vars.

QT_QPA_PLATFORM=wayland ANKI_WAYLAND=1 anki

参照

  • Mnemosyne - 間隔反復によるフラッシュカード学習を行うプログラム