From c415af13f1a7e949782978b468aea72abee6633f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 19 Oct 2016 10:16:35 +0100 Subject: [PATCH] bibtex plugin updates --- editions/prerelease/tiddlers/Release 5.1.14.tid | 1 + plugins/tiddlywiki/bibtex/doc/readme.tid | 2 ++ plugins/tiddlywiki/bibtex/plugin.info | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/editions/prerelease/tiddlers/Release 5.1.14.tid b/editions/prerelease/tiddlers/Release 5.1.14.tid index 6a4cb14d2..f1ed54155 100644 --- a/editions/prerelease/tiddlers/Release 5.1.14.tid +++ b/editions/prerelease/tiddlers/Release 5.1.14.tid @@ -10,6 +10,7 @@ type: text/vnd.tiddlywiki !! New Plugins * [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/22c1b04ee79a5ccc25cbc33cc91bf5daac1df831]] QR code generator plugin +* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/7f11c151f06cd039d1887a6940075237ccb4b7a9]] BibTeX importer plugin !! Performance Improvements diff --git a/plugins/tiddlywiki/bibtex/doc/readme.tid b/plugins/tiddlywiki/bibtex/doc/readme.tid index 2f7769517..619733d51 100644 --- a/plugins/tiddlywiki/bibtex/doc/readme.tid +++ b/plugins/tiddlywiki/bibtex/doc/readme.tid @@ -2,6 +2,8 @@ title: $:/plugins/tiddlywiki/bibtex/readme The BibTeX plugin provides a deserializer that can convert bibliographic entries in `.bib` files into individual tiddlers. +You can use it in the browser by dragging and dropping a `.bib` file into the TiddlyWiki window. Under Node.js, use the `--load` command to load a `.bib` file. + The conversion is as follows: * `title` comes from citationKey diff --git a/plugins/tiddlywiki/bibtex/plugin.info b/plugins/tiddlywiki/bibtex/plugin.info index 9031d971b..4b88be21e 100644 --- a/plugins/tiddlywiki/bibtex/plugin.info +++ b/plugins/tiddlywiki/bibtex/plugin.info @@ -3,5 +3,5 @@ "description": "BibTeX importer", "author": "Henrik Muehe and Mikola Lysenko, adapted by Jeremy Ruston", "plugin-type": "plugin", - "list": "readme usage examples license" + "list": "readme license" }