SuperMemoAssistant icon indicating copy to clipboard operation
SuperMemoAssistant copied to clipboard

SMA/SM/Anki integration brainstorming

Open bjsi opened this issue 5 years ago • 0 comments

Some ideas from this morning:

Use FileSystemWatcher to get notified on events in the Anki DB image This would allow you to make cards in Anki and have them imported into SM in real time.

Things to consider:

  • Do we need to write to the Anki DB or just read?
  • Need to come up with a system to map the custom Anki templates to SuperMemo templates. Check out Mustache (NuGet package Stubble) for HTML templating. (from Alexis) image
  • Documentation about the Anki DB structure: https://github.com/ankidroid/Anki-Android/wiki/Database-Structure (incomplete? is it the latest version?)
  • How to enable the use of the advanced additional parameters of ElementBuilder?

bjsi avatar Mar 25 '20 14:03 bjsi