mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	| @@ -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); | ||||
| 	}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jeremy@jermolene.com
					jeremy@jermolene.com