readwiseio / logseq-readwise-official-plugin

GNU General Public License v3.0
56 stars 3 forks source link

Books with multiple authors #12

Open IvanMM-TheBreachStudios opened 1 year ago

IvanMM-TheBreachStudios commented 1 year ago

When a book has multiple authors, you get a page link to a concatenated list of the authors instead of a link to each one.

For example for the book Fifty Quick Ideas to Improve Your User Stories you get: author:: [[Gojko Adzic, David Evans, and Nikola Korac]]

Instead of: author:: [[Gojko Adzic]], [[David Evans]], [[Nikola Korac]]

Consequently, your graph is not connected to other books by the same author.

pstuifzand commented 1 year ago

Perhaps you can change the template and remove the [[...]] around author. The Logseq parser is able to look at the comma separated line and makes links from that.