supermemo/SuperMemoAssistant

SMA/SM/Anki integration brainstorming

Opened this issue · 0 comments

bjsi commented

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?