1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 01:03:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/bibtex/doc/readme.tid

14 lines
639 B
Plaintext
Raw Permalink Normal View History

2016-10-18 17:00:01 +00:00
title: $:/plugins/tiddlywiki/bibtex/readme
The BibTeX plugin provides a deserializer that can convert bibliographic entries in `.bib` files into individual tiddlers.
2016-10-19 09:16:35 +00:00
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.
2016-10-18 17:00:01 +00:00
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]].