--ID:xxx>上放添加 DELETE 来删除对应卡片。之后,需要点按工具栏左侧插件图标与 Anki 同步删除 。 删除单行笔记同理,但需要在笔记内容和 DELETE 添加一个空格以示区分。 参考 ^英文文档地址:https://github.com/ObsidianToAnki/Obsidian_to_Anki/tree/master ^Dusk 的使用经验贴https://zhuanlan.zhihu.com/p/...
Obsidian to anki 笔记模板设置 依次点击Actions- Regenerate Note Type Table-Regenerate,获取笔记模板。 这样在 note type settings 下就有了 note type table 添加正则表达式 在官方 wiki 界面下找到问答式正则表达式代码复制到对应的 custom regexp。 ^Q: ((?:.+\n)*)\n*A: (.+(?:\n(?:^.{1,3}...
其他格式(就不一一举例了,具体见:https://github.com/Pseudonium/Obsidian_to_Anki/wiki/Regex) 总之: 如果有上面自定义格式 + 扫描所有文件的刚需,可以用 obsidian_to_anki 插件(目前我在用的,我还写了一个自定义的笔记格式,见:https://github.com/Pseudonium/Obsidian_to_Anki/issues/192#issuecomment-75630...
Obsidian to anki 笔记模板设置 依次点击Actions- Regenerate Note Type Table-Regenerate,获取笔记模板。 这样在 note type settings 下就有了 note type table 添加正则表达式 在官方 wiki 界面下找到问答式正则表达式代码复制到对应的 custom regexp。 ^Q: ((?:.+\n)*)\n*A: (.+(?:\n(?:^.{1,3}...
{{c3::Anki}} 其他详情见Github wiki:Pseudonium/Obsidian_to_Anki 我翻译了一部分,比如功能特点 笔记格式与自定义笔记类型-你不局限于6个内置的Anki笔记类型。 更新现有的笔记——当在一个文件上再次运行脚本时,它会自动更新Anki中现有的笔记,保留调度信息。
补充一点:已经同步到Anki的卡片,在Anki里点击编辑可能会导致代码效果失效,所以需要在Obsidian里编辑内容,再同步至Anki. 更多进阶设置,可以查看插件官方WIKI: https://github.com/Pseudonium/Obsidian_to_Anki/wiki 第一次录制和制作长视频,欢迎提出宝贵意见~如果你觉得视频对你有帮助的话,请给我一个免费的赞鼓励一...
To run the plugin, look for an Anki icon on your ribbon (the place where buttons such as 'open Graph view' and 'open Quick Switcher' are). For more information on use, please check out the Wiki! Python script users Install the latest version of Python. If you are a new user, downl...
To run the plugin, look for an Anki icon on your ribbon (the place where buttons such as 'open Graph view' and 'open Quick Switcher' are). For more information on use, please check out theWiki! Python script users Install the latest version ofPython. ...
Neuracache flashcard style · ObsidianToAnki/Obsidian_to_Anki Wiki · GitHub image.png image.png test 1 #flashcard 打开即可 选择左边的图标或者使用命令就好了 3 参考: Omnivore+Obsidian+Anki 免费软件打造读书系统 看过的书再也不忘 - YouTube [[anki]] ...
Click the Anki icon on the ribbon to run the pluginPython Script usersRun the script, and check 'Config' to open up the config file: Navigate to the "Custom Regexps" section Change the lineBasic = toBasic = ^(.*[^\n:]{1}):{2}([^\n:]{1}.*) Save...