- Reenable support for setting tags with
ANKI_TAGSproperty - Add a variable
anki-editor-org-tags-as-anki-tagsto make it able to not use Org tags as Anki tags - Add a variable
anki-editor-protected-tagsto protect certain tags from being delete - Add a variable
anki-editor-ignored-org-tagsto ignore special Org tags
- Fixes issue #19
- Fixes issue #20
- Advising and hook functions execute only when this mode is turned on for current buffer
- Exposes two functions:
anki-editor-map-note-entriesandanki-editor-note-at-point
- Fixes issue #17
- Removed the concept of “deck heading”, decks now are set via
ANKI_DECKproperty - Note tags now are set via Org tags
- Turned this package into a minor mode, when turned on it extends
some Org functions to provide auto-completion for tags,
ANKI_DECKvalues etc. anki-editor-submitis renamed toanki-editor-push-notesand supports additional parameters to restrict the range of notes to be pushed.- Other internal changes
There’s a fix-notes-0.3.el in this repo for migrating old notes.
- Adds optional tag inheritance.
- Adds optional deck creation.
- Fixes issue #15 (url-encoded file path isn’t recognized by shell commands).
- Automatically store media files for links to file when submitting.
anki-editor-insert-tagsrenamed toanki-editor-add-tags, with behavior slightly changed.anki-editor-export-heading-contents-to-htmlrenamed toanki-editor-export-subtree-to-html.
- Fix
org-elementnot functioning correctly in temp buffer. - Add a command to cloze region.
- Refactor the code to do the translation with Org’s exporting framework.
- Add a customization variable to break consecutive braces in latex.
- Make deck/note insertion commands smarter on choosing insertion point.
- Fix latex environments being joined with the elements following it.