bpiwowar / papercite

Bibtex plugin for wordpress
http://www.bpiwowar.net/software/papercite/
GNU General Public License v2.0
42 stars 47 forks source link

Import and manipulate bibtex entries #24

Open scoskey opened 12 years ago

scoskey commented 12 years ago

This is a large feature request.

It would be nice to have an administrative panel for importing, creating, editing, and exporting bibtex entries. This is done for instance by the plugin teachpress. Unfortunately, teachpress tries to accomplish too much, with the end result being unsatisfactory. Here are some things that teachpress does right:

Here are some things that teachpress does wrong, but which could be easily remedied by making the plugin simpler:

i2000s commented 8 years ago

To me, for the minimum work, we may only need an interface to allow users to input a bibtex code, then a button to append the bibtex code (after automatic checking, permission verification and so on) to the centralized .bib file on the server, and a button to show the .bib file on a webpage and allow users to make changes online. Certainly, users can select a different .bib file to manipulate if available. I think this feature is very useful!