eyeinsky / org-anki

Sync org notes to Anki via AnkiConnect
BSD 3-Clause "New" or "Revised" License
180 stars 28 forks source link

Add ability to add file-global tags #21

Closed eyeinsky closed 2 years ago

eyeinsky commented 3 years ago

.. so one could specify a tag once and for all for every note in a file, e.g ANKI_TAGS: russian for an org file only for Russian vocabulary.

gsingh93 commented 3 years ago

Just FYI, there exists a way to add an org tag to every headline: https://orgmode.org/manual/Tag-Inheritance.html

This package doesn't seem to pick it up though.

nmlc commented 2 years ago

Tags inheritance would be really usefull.

Currently I sync my notes like this:

* subject
  ** anki-entry :subject-tag:
  ** anki-entry :subject-tag:
  ** anki-entry :subject-tag:

If tags inheritance was supported, it would simplify things for me:

* subject :subject-tag:
  ** anki-entry
  ** anki-entry
  ** anki-entry
eyeinsky commented 2 years ago

Closing this because local testing showed the feature to be working well. :)