ObsidianToAnki / Obsidian_to_Anki

Script to add flashcards from text/markdown files to Anki
GNU General Public License v3.0
1.41k stars 125 forks source link

I've added two interesting features that I hope will merge #570

Open norcx opened 2 months ago

norcx commented 2 months ago
  1. Let the cards in the Obsidian markdown file be synchronized with the folder structure in the anki. For example, cards in "/root/hello/world.md" will be automatically synchronized to "root::hello::world".

  2. Added a link to jump from anki to the corresponding block of the obsidian markdown file. .js file to replace main.js in Obsidian to Anki.

Details can be found in link I don't know how to merge it, but I'm not adding much and it's easy to merge, so if you have time and are interested, can you help me merge it?