1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 16:00:46 +00:00
TiddlyWiki5/plugins/tiddlywiki/bibtex/doc/readme.tid
2016-10-18 18:00:01 +01:00

12 lines
478 B
Plaintext

title: $:/plugins/tiddlywiki/bibtex/readme
The BibTeX plugin provides a deserializer that can convert bibliographic entries in `.bib` files into individual tiddlers.
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]].