You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when inserting a new note from Anki, the first ankiorg-truncate-headings-at characters from the first field are used as note heading. If this fits the whole contents of the first field, nothing further is inserted for the first field. Howoever, if it doesn't fit, the whole contents of the first field are inserted after the note heading, but before the first subheading. Subsequent fields are inserted under separate subheadings.
On the other hand, when an existing note is updated from Anki each field is inserted under a separate subheading, even if the whole first field fits in the heading.
Preferably how the notes are inserted should be controlled by two user options (one option to skip first field if it fits in heading, one option whether it should be put in contents before first subheading or in separate subheading if it doesn't fit), and then adding and updating should adhere to these. ankiorg--update-org-note-fields and ankiorg--insert-note-fields-from-alist need to be changed to fix this.
The text was updated successfully, but these errors were encountered:
Currently, when inserting a new note from Anki, the first
ankiorg-truncate-headings-at
characters from the first field are used as note heading. If this fits the whole contents of the first field, nothing further is inserted for the first field. Howoever, if it doesn't fit, the whole contents of the first field are inserted after the note heading, but before the first subheading. Subsequent fields are inserted under separate subheadings.On the other hand, when an existing note is updated from Anki each field is inserted under a separate subheading, even if the whole first field fits in the heading.
Preferably how the notes are inserted should be controlled by two user options (one option to skip first field if it fits in heading, one option whether it should be put in contents before first subheading or in separate subheading if it doesn't fit), and then adding and updating should adhere to these.
ankiorg--update-org-note-fields
andankiorg--insert-note-fields-from-alist
need to be changed to fix this.The text was updated successfully, but these errors were encountered: