louietan / anki-editor

Emacs minor mode for making Anki cards with Org
705 stars 87 forks source link

[Feature Request] Restore appending tags with auto-completion. #31

Open JayDugger opened 6 years ago

JayDugger commented 6 years ago

Please restore the command for appending tags with auto-completion.

louietan commented 6 years ago

I introduced some minor changes that might improve editing with ANKI_TAGS:

  1. Setting ANKI_TAGS with Org commands appends to existing values instead of overwriting them.
  2. Property name with a trailing plus sign like ANKI_TAGS+ is now supported, which can be used to break tags into multiple lines or to inherit tags from parent headline, see Org manual for reference.