Customizable drag & drop export?
I use a trick for google doc. It is a simple trick but works great I think based on HTML.
<"A src="https://scholar.google.com/scholar?q={{Bibliographic here}}#{{DOI here}}">{{Citation here}} <"/A>
when I drag drop this to google drive it give me a link like "(AAA, 2018)".
good part is when focus on this link with mouse I can either open scholar with Bibliographic or drag drop link in google doc for a second time as link like this "https://scholar.google.com/scholar?q={{Bibliographic here}}#{{DOI here}}".
All all need is "CTRL+H" "https://scholar.google.com/scholar?q=" to "" at the end. or some simple script.
is it possible something like this, a Customizable export option for quick copy?
<"A src="https://scholar.google.com/scholar?q={{Bibliographic here}}#{{DOI here}}">{{Citation here}} <"/A>
when I drag drop this to google drive it give me a link like "(AAA, 2018)".
good part is when focus on this link with mouse I can either open scholar with Bibliographic or drag drop link in google doc for a second time as link like this "https://scholar.google.com/scholar?q={{Bibliographic here}}#{{DOI here}}".
All all need is "CTRL+H" "https://scholar.google.com/scholar?q=" to "" at the end. or some simple script.
is it possible something like this, a Customizable export option for quick copy?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
emilianoeheyns: you can copy&paste or drag&drop or selectText&drag&drop text and link from any web page to google doc(with style). it is quite same as Export as HTML. google doc convert it to styled text.
<a href="...">...</a>
. Thehref
part would be converted to a link, but I took it you'd rather not see the<a>
part.I mean this <"A src="https://scholar.google.com/scholar?q={{Bibliographic here}}#{{DOI here}}">{{Citation here}} <"/A> as {{Citation here}}