cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
220 stars 28 forks source link

Better control over formatting #56

Open cboettig opened 10 years ago

cboettig commented 10 years ago

A user asks:

Is there a way to create links in the plain text which links to the bibliography at the end of my document instead of creating a link which will follow the DOI? I.e. when I click on the citation in the text it will hop to the end of my .Rmd where my bibliography is.

Secondly, is there a way of changing the listing of points to dashes (or with no symbol at all or numbers) regarding the bibliography?

cboettig commented 10 years ago

Both of these now on the to-do list.

A caveat to this is that I think knitcitations needs to do a more transparent job of separating content from appearances. For instance, how the bullets look is really a job for CSS that you would wrap around the HTML, while the citation manager should be focusing on content. Abstracting these two things properly should make it easier for you to adjust the appearance in the end without having to go back and change the code. Anyway, sorry this isn't higher on my priority list, but keep an eye on the github repo for the changes.