--- AnkiBridge は Obsidan のノートを[[Anki]]に変換することができるプラグイン。 [[Publish/Cards/Obsidian_to_Anki]]は長期間メンテナンスされていないので、AnkiBridge を使用した方が良い。 ## 使い方について Obsidian 上で特定の id を付けたコードブロックを作成し、Sync 用のコマンドを実行すると[[Anki]]に同期される。 AnkiSync を使って同期するため、Obsidian と同時に Anki を起動しておく必要がある。 ### Basic カード 以下のサンプルは`enabled: false`にしているため同期しないようになっている。 ```anki id: null deck: test tags: - test1 enabled: false --- ~~Paris~~ is the capitol of ~~France~~ ``` ### Cloze カード 以下のサンプルは`enabled: false`にしているため同期しないようになっている。 ```anki id: null deck: test tags: - test1 enabled: false --- ~~Paris~~ is the capitol of ~~France~~ ``` ```anki id: null deck: test tags: - test1 enabled: false==Paris== is the capitol of ==France== ```