l1xnan / obsidian-better-export-pdf

Obsidian PDF export enhancement plugin
MIT License
362 stars 22 forks source link

Error when exporting PDF with a list of authors #357

Open osnofa opened 5 days ago

osnofa commented 5 days ago

I get the following error when the 'author' property is of type 'List': TypeError: 'author' must be of type 'string', but was actually of type 'NaN'

This became relevant after the Obsidian Web Clipper browser extension was released, since the default behaviour for 'author' when saving webpages is to generate a 'List' instead of a 'Text'.

Maybe a quick patch would be to get the first author when the property is a list.