mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-05 21:33:52 +00:00
parent
a8fe653e3c
commit
55735d7552
@ -28,7 +28,8 @@ exports["application/x-bibtex"] = function(text,fields) {
|
|||||||
}
|
}
|
||||||
if(typeof data === "string") {
|
if(typeof data === "string") {
|
||||||
return [{
|
return [{
|
||||||
title: "BibTeX import error: " + data,
|
title: "BibTeX import error",
|
||||||
|
text: data
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
// Convert each entry
|
// Convert each entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user