202012080948anki和ob连用的插件
https://github.com/reuseman/flashcards-obsidian
Anki integration for Obsidian.
NOTE: This is still a work in progress and new features are planned in the Roadmap. If you want more customization I suggest you this great script: Obsidian to Anki.
How to install
Install this plugin on Obsidian
From Obsidian v0.9.8+, you can activate this plugin within Obsidian by doing the following:
Open Settings > Third-party plugin
Make sure Safe mode is off
Click Browse community plugins
Search for "Flashcards"
Click Install
Once installed, close the community plugins window and activate the newly installed plugin
Install AnkiConnect on Anki
Tools > Add-ons -> Get Add-ons...
Paste the code 2055492159 > Ok
Select the plugin > Config > Paste the configuration below
Configuration:
{
"apiKey": null,
"apiLogPath": null,
"webBindAddress": "127.0.0.1",
"webBindPort": 8765,
"webCorsOrigin": "http://localhost",
"webCorsOriginList": [
"http://localhost",
"app://obsidian.md"
]
}202012081043
Box:这个不错/暗中观察 不过刚刚我发的那个只是一个才开发出来的示例, 后面优化过后应该会很漂亮.
优点
- 方便, 不需要使用两个软件, 直接内置.(减少一个软件的管理成本)
- 很好改css, 然后弄得fancy, 或者很简洁. (anki功能很强大, 界面不太喜欢, 也用过很多插件, 但是个人还是会不太喜欢)
- 很容易看到每个问题后面的context. 非常方便对笔记进行迭代, 评论.(特别是在手机上面, 或者其他没有安装anki的电脑上, 这点前面ob与anki结合不太能做到.)