Hi,
thanks for the plugin @jgauthier, it makes obsidian so much more useful.
I just encountered a small problem: For the template, I access author names by {{#each entry.author}}…{{/each}} which works perfectly fine. Doing exactly the same for editor names (e.g., for books), like this {{#each entry.editor}}…{{/each}}, does not work. In the bibtex (and the json) file from betterbibtex the structure of editor entries is exactly the same as for authors.
Any ideas?