I’m using the Obsidian_to_Anki plugin and I’m trying to convert my Obsidian tags to Anki tags on a per note basis. E.g. I want to turn this:
Into this:
The tags should be added to every card of a note.
Things I have tried
Firstly, I tried using the conventional tag formatting syntax from the plugin. That way I had to write down every tag 2x, which is repetitive and doesn’t look very nice. I also tried using the Tag support feature, but that way I have to add the tags to every card of a note seperately.
Does anybody know a better solution or a workaround?
I am using the Neuracache style but, so far, I didn’t find any way to capture the tags so I think this feature is only possible when using the conventional tags formatting syntax.
Hope someday this syntax becomes possible:
From which data types can we create an Numpy array? #flashcard#python#numpy
NumPy array can be created from any iteration object (list, tuple, dictionary). In case of a dictionary, it needs to be converted as a list.