🎴 Flashcards plugin - Anki integration (v1.6.2)

Hey guys, I’ve developed this plugin that is an Anki integration.

opt

You can find more about it on GitHub

  • This is the wiki that explains how to use it
  • This is the roadmap

Feel free to report problems and to reach me out.
Hope you like it. :blush:

13 Likes

this looks incredible. thank you!!!

1 Like

New version up :new:

  • :link: Add Obsidian URI support
  • :label: Now updates in the global tags in Obsidian reflects correctly in Anki
1 Like

New version up :new:

  • :writing_hand: Add support for Inline style with Question::Answer
2 Likes

New version up :new:

  • :anchor: Add support for source to the original note
  • :pager: Add support for code syntax highlight

Note: If you use the source option, the previous cards created without it cannot be updated. So my suggestion is to take one and stick with it

2 Likes

New version up :new:

  • Fix bug with Inline style applied to deck definition
  • Fix bug with embedded Obsidian links

New version up :new:

  • Global tags now support any lines like the following:
    tags: tag1, #tag2, [[tag3]]
    tags: tag1 tag2 tag3
  • Now you can change the deck of the cards that have already been created
1 Like

New version up :new:

  • Now you can define inline cards even in a reverse style
    Question ::: Answer
4 Likes

Couple of new features. Thanks to the contributions of the community.

  • Audio support
  • Images can be stored in any folder
  • Custom default tag
  • Option to append the ID of inline cards on the same line

Fixed

  • Parse correctly $$…$$ blocks
  • Parse correctly non ASCII letters in tags
  • ID on the last line of the file formatted correctly

can I define “deck” in my note to specify it’s deck different from name of default deck that is written in plugin setting?

TNX.

Yeah, you can define it in the front matter

---
cards-deck: different-deck-name
---
1 Like

Great plugin! I love it. Simple syntax is awesome.

Is it possible the text from content-aware mode move to another filed or add span-class to it?

I think it would be great to made this text (like # header text 1 > ## header text 2 ) a bit smaller and apply fade gray color. So, I could focus on the question at first glance on the card.

It was a while since I updated here. New version up :new:

  • FInally you have cloze support. This is a ==cloze== but even this is a {cloze} and even this one is a {2:cloze}
  • Now you can use hierarchical tags to define the other types of cards. #card\reverse or #card\spaced.
  • Custom syntax for inline cards (e.g., >> rather than ::). This allows you to have full compatibility with Data View.
  • Initial setup can be done directly from the settings page to have permission from Anki, rather than copying the configuration manually.
  • Fixed some bugs about LaTeX.
1 Like

New version up :new:

  • Add option to have the deck name based on the folders name.
    e.g. If the note is in the path “food/italian/cavatelli.md” then the deck in Anki will be “food::italian”
  • Fixed bugs
1 Like

Thanks a lot, the older obsidian to anki plugin is not maintained & this is a wonderful & smooth plugin.
Thanks for the cloze update.
Any chance you are working on a system wide command to add flashcards?

Usually when I manage to carve out some time, I update and fix the plugin a bit. I have a lot of things to do, so a lot of time goes by. One of the next ones that I add will be that although I like that there is a note-by-note control by the user that allows you to be in control of what ends up in Anki

1 Like