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.
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.