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