This is an experimental version of BibtexFormfieldPlugin.

To configure your Foswiki to install from this repository, modify the
{ExtensionsRepositories}
setting in your
lib/LocalSite.cfg
like this:
$Foswiki::cfg{ExtensionsRepositories} = 'Foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/);Local=(http://foswiki.org/Extensions/Testing/,http://foswiki.org/pub/Extensions/Testing/)';
Read more about configuring Extension repositories
Adds a bibtex formfield type, which parses the field and extracts the keys into other formfields on the topic
Learn how to create your own plugin in
DevelopingPlugins.
Preferences
Plugin preferences should be set using
configure
, as described in
DevelopingPlugins. You can also use
preference settings to define any
user-controllable configuration. You are strongly advised
to use the name of the plugin as a prefix, to avoid the risk of namespace
clashes with other extensions that may try to use the same name.
BAD
- Set EXAMPLE = Example setting
- Set FORMAT = %d-%m-%y
Good
Installation
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".
If you have any problems, or if the extension isn't available in
configure
, then you can still install manually from the command-line. See
http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Info