leonkt / zotero-memento

Zotero extension that combats link rot by archiving webpages and journal articles.
MIT License
280 stars 15 forks source link

Supress URL note #14

Open simbru opened 2 years ago

simbru commented 2 years ago

Hi,

I have been using this plug-in, but it is somewhat interfering with how I use Zotero to take notes (e.g., I sort by number of notes to see which citation I have written notes for). Therefore, I wish to supress the following function:

Attaches a note with an anchor tag to the archived resource to the item.

Is there anyway to deselect or supress this behaviour?

To be clear, the other functions in the plugin are great.

Cheers!

shoeper commented 2 years ago

You could remove the code doing that. I think you can find it here: https://github.com/leonkt/zotero-memento/blob/master/chrome/content/scripts/IaPusher.js#L153 (just replace with an empty method).