mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
parent
e2d35751e2
commit
953fb9f237
@ -39,7 +39,7 @@ exports["application/x-bibtex"] = function(text,fields) {
|
|||||||
"bibtex-entry-type": entry.entryType
|
"bibtex-entry-type": entry.entryType
|
||||||
};
|
};
|
||||||
$tw.utils.each(entry.entryTags,function(value,name) {
|
$tw.utils.each(entry.entryTags,function(value,name) {
|
||||||
fields["bibtex-" + name] = value;
|
fields["bibtex-" + name.toLowerCase()] = value;
|
||||||
});
|
});
|
||||||
results.push(fields);
|
results.push(fields);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user