debanjandhar12 / Obsidian-Anki-Sync

Obsidian plugin to make flashcards and sync them to Anki
GNU General Public License v3.0
143 stars 11 forks source link

Specifying card tags in attributes? #9

Closed yett1873 closed 2 years ago

yett1873 commented 2 years ago

Many other features like extra field, tags etc...

Would you please illustrate how to tags to a card in the doc?

debanjandhar12 commented 2 years ago

Tags can be specified at the top of the page as yaml properties in obsidian.

---
tags: math
---

or

---
tags: [untilted, mathe]
---

I will update the docs at a later time.

yett1873 commented 2 years ago

That is really helpful, thanks a lot!