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
As a new workaround, I decided to remove headers of empty fields so I get no error. However, that does not empty the field in Anki, but preserves its current Anki value.
EDIT: [...] However, that does not empty the field in Anki. Indeed, it may set the value of the field to the upper org header.
I was getting an error until I upgraded anki-editor to leoc@c68beb4.
Then, I got a new error imho motivated from commit b2cbf48 (develop branch of this repo):
After some debugging, it looks that the new code from b2cbf48 (refactor of
anki-editor--build-fields
) can not handle empty fields.As a workaround, I have set just a dash (
-
) as field value, but I think this should be fixed.The text was updated successfully, but these errors were encountered: