bpiwowar
Forum Replies Created
-
Forum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] Feature ProposalsHi Raphael,
you can send me the patch directly benjamin / bpiwowar.net
for the shortcodes, yes, they are evaluated in document order (left to right)
I was quite busy the last months and did not start to work on big changes.
For bug/enhancements reports, I set up a tracker tool in order to be more organised:
https://trac.bpiwowar.net/papercitethanks!
benjaminForum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] Cache issueNo problem – I will add the time between updates as an option, and also give the possibility to flush caches (more easily that by deleting a file) in the future.
thanks
benjaminForum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] Feature Request: Grouping of entrieshi,
this patch will be included in the next version of papercite.
thanks
benjaminForum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] pdf and other stuffit must be a problem with javascript not being loaded properly – I am not sure how compatible the code is with WP 2.8.5
You can fix this for the moment by editing file
bibentry-html.tpl
:
just remove the line
<div><a href="#{key}">Show bibtex</a></div>
benjamin
Forum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] Feature Proposalsok, this makes sense.
I added this to the to-do list.
best,
benjaminForum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] Breaks image inserterHi,
this was a bug (name clash in the javascript) – I fixed it in 0.2.11 that should be available in less than one hour.
thanks for spotting this bug!
best,
benjaminForum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] pdf and other stuffHi,
this should have worked, but it is a bug in 0.2.9 – I just put up a new version (0.2.10) that works as expected.
For generating a link, you can use either the fields url or doi (the latter should be the DOI reference, not the URL to the DOI entry). If an URL is present, then DOI is ignored for the moment (this might change because it is not really logical to do so).
best,
benjaminForum: Plugins
In reply to: [PAPERCITE] [Plugin: papercite] Bibshow doesn't workHi,
Could you give me a link to the page where too much information is lifted from your bibtex file?
For downloadable PDFs, you have to follow the instructions:
1. Create a folder in wp-content/papercite-data, with two subfolders: bib (this will contain the bibtex files) and pdf (this will contain the PDF files).
2. Copy your bibtex files into the bib folder, and your pdf files into the pdf folder. To match a bibtex entry with a PDF file, the PDF file should have be named KEY.pdf where KEY is the bibtex key in lowercase, where : and / have been replaced by -.benjamin