mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
BibTex plugin: Fix obsolete comments
This commit is contained in:
parent
0b1a4f3a4d
commit
9160d81cc6
@ -3,7 +3,7 @@ title: $:/plugins/tiddlywiki/bibtex/deserializer.js
|
|||||||
type: application/javascript
|
type: application/javascript
|
||||||
module-type: tiddlerdeserializer
|
module-type: tiddlerdeserializer
|
||||||
|
|
||||||
XLSX file deserializer
|
BibTeX file deserializer
|
||||||
|
|
||||||
\*/
|
\*/
|
||||||
(function(){
|
(function(){
|
||||||
@ -15,7 +15,7 @@ XLSX file deserializer
|
|||||||
var bibtexParse = require("$:/plugins/tiddlywiki/bibtex/bibtexParse.js");
|
var bibtexParse = require("$:/plugins/tiddlywiki/bibtex/bibtexParse.js");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Parse an XLSX file into tiddlers
|
Parse an BibTeX file into tiddlers
|
||||||
*/
|
*/
|
||||||
exports["application/x-bibtex"] = function(text,fields) {
|
exports["application/x-bibtex"] = function(text,fields) {
|
||||||
var data,
|
var data,
|
||||||
|
Loading…
Reference in New Issue
Block a user