anki2smArchive/anki2sm

Convert (heirarchical) tags

Opened this issue · 3 comments

Is it possible for Anki2SM to import Anki's tags? For large community decks (one of Anki's main advantages over SM), one of the largest sources of value is the tagging system which makes it easy to find and unsuspend specific sets of cards. Having this in supermemo, if possible, would be an excellent feature

the problem with tags is that a card can exist in multiple tags. What work around would you suggest?

I'm not super familiar with SM's functionality, but even copying the tags into the item's body as an optional "footer" of sorts should make searching possible, right?

adding this to your Anki template:

<br>
{{#Tags}}
<div id="tags-container">{{clickable::Tags}}
</div>
{{/Tags}}

should give you a similar output to this:
image