GitMurf / roam-highlighter

Chrome highlighter that quickly and easily puts your highlights into Roam format for easy pasting into your notes.
MIT License
340 stars 28 forks source link

Pass through common academic publication metadata as tokens #126

Closed XZF0 closed 3 years ago

XZF0 commented 3 years ago

... at least the citation_* namespace; possibly others as well, prism in particular.

Simply passing them through will be excellent.

No need to integrate / coerce into a single namespace, except that the two de-facto universal IDs: DOI and PMID (PubMed ID); these probably deserve their own standard tokens, regardless of how they are represented on the page.

The utility: the header / title line could be configured to include publication year and authors, and outgoing links not only to the source page but to the "canonical" home page (DOI crossref) and to the PubMed page. The DOI link could be intercepted locally to open the corresponding PDF.

Metadata tags are described here

GitMurf commented 3 years ago

@DmitriR I am merging this with another issue opened similar to this. I put a few ideas I'm working on in it.

GitMurf commented 3 years ago

Duplicate of #119