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