「Anki」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎参照: 記事を追加)
(序文を差し替え)
1行目: 1行目:
 
[[Category:アプリケーション]]
 
[[Category:アプリケーション]]
 
[[en:anki]]
 
[[en:anki]]
  +
[https://ankisrs.net/ Anki] is a [[Wikipedia:Spaced repetition|spaced repetition]] system (SRS), a program which allows you to create, manage and review [[Wikipedia:Flashcard|flashcards]]. Anki is very flexible and also allows the creation of templates. Apps for Android and iOS as well as a web interface can be used to interact with the user's flashcard database. Anki supports [https://ankiweb.net/shared/addons/ addons], written in [[python]].
[http://ankisrs.net/ Anki] は暗記を楽にするプログラムです。効率に優れた学習方法を使用することで、伝統的な暗記方法より多くの勉強時間の削減と学習量の向上が見込めます。
 
 
このガイドでは Anki のインストール方法を示します。
 
   
 
== インストール ==
 
== インストール ==

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

Anki is a spaced repetition system (SRS), a program which allows you to create, manage and review flashcards. Anki is very flexible and also allows the creation of templates. Apps for Android and iOS as well as a web interface can be used to interact with the user's flashcard database. Anki supports addons, written in python.

インストール

最新版の Ankianki パッケージでインストールできます。もしくは、開発版は anki-gitAUR パッケージでインストールできます。

初期状態では、カードは AnkiWeb サーバーと同期されますが、自分で立てた anki-sync-serverAUR も使えます。

古いバージョン

Anki バージョン 1 を使いたい場合、anki12AUR[リンク切れ: パッケージが存在しません] パッケージをインストールしてください。Anki バージョン 2.0 を使いたい場合、anki20-binAUR[リンク切れ: パッケージが存在しません] パッケージをインストールしてください。

ノート: 2.1以前のバージョンでは、脆弱な Qt 4 の QtWebKit が利用されています。

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 - 間隔反復によるフラッシュカード学習を行うプログラム