1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-05 13:40:02 +00:00
Jermolene 534f5e7c13 Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)"
This reverts commit 7436fc7374478de34f25abbd549d80436ac6e303.
2017-06-24 17:48:32 +01:00

14 lines
639 B
Plaintext

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
* `bibtex-entry-type` comes from entryType
* all `entryTags` are assigned to fields with the prefix `bibtex-`
The BibTeX plugin is based on the library [[bibtexParseJs by Henrik Muehe and Mikola Lysenko|https://github.com/ORCID/bibtexParseJs]].