Why is there always a google schalor link after refernece item?
After I insert a refernece item, there will be a google schalor link. It is not necessary to use this google schalor and I want to remove it.
Can I remove the google schalor link by default?
I wondered the same thing. It seems as if the plugin checks if there is a DOI or URL defined (in that order). It it is, a link is generated based on these. If that is not the case a google scholar link is created (see getLink() in src/util/format-ref.util.ts). Currently, this behaviour cannot be changed with any setting/option.
I also do not like the scholar links. I would actually prefer if the plugin first checked if there is a file linked in the bibtex entry (which in most cases would be a pdf of the paper) and would link to that.