reuseman / flashcards-obsidian

🎴 An Anki plugin for Obsidian.md
MIT License
872 stars 86 forks source link

Cloze Hint #121

Closed jaxxor44 closed 1 year ago

jaxxor44 commented 1 year ago

Is your feature request related to a problem? Please describe. The ability to add hints for a cloze entry is always entering my mind.

Describe the solution you'd like have a Cloze field {1:foo} Allow for hints to be inserted in some format like: {1:something:Hint}

Describe alternatives you've considered Currently the workaround is to manually add hints when I'm sure my cards wont change anymore.

Yourself1011 commented 1 year ago

You can do this like so {1:something::Hint} or {something::Hint} This will become {{c1::something::hint}} in Anki, which works fine

jaxxor44 commented 1 year ago

Man, all I missed was another stupid : Thanks. Edit: I did need to change the inline card indicators to ~ and ~~ respectively. But now it works great.