General settings [display ]Field delimiter {} “”Indentation4 Default entry type Empty line between entries Store settings on this computer Custom fields (space separated) Custom entry types (space separated)Important fields (space separated)Paste file Entry keyEntry typeFields Delimiter =––/––Display current entry only This BibTeΧ editor was made to speed up manipulation of entries that need a lot of manual processing. This happens fairly often in humanities where you frequently deal with historical or grey literature or archive records that are not delivered in BibTeΧ or any other common database format or at least not in satisfying quality (as fi. the BibTeΧ export of Google Books). It was never meant as a replacement for reference managers like JabRef and very likely will never be. There are a few things I am going to add in near future as they fit perfectly to the data structure:On the fly character substititionFile upload through HTML5 file APIRenaming entry fieldsReplace field name aliases of the old plain BibTeΧ stylesThere are a few caveats, though. The biggest problem is the BibTeΧ parser needed for uploads. I tested several pure JavaScript libraries, but none of them proved flawless. I finally relied on BibTex.js by Steve Hannah. @STRING, @PREAMBLE and @COMMENT are simply ignored. Another problem is that I have no solution for how to design a special interface for the keyword field? Some hints:If you click into a line with an entry key in the output textarea, the corresponding entry gets loaded.If you click into a line with a field name, this particular field gets loaded (but the entry itself will not refresh!).Be careful with entry cloning! One often forgets to update all relevant data. If you are going to record a lot of similar entries, create a template for cloning.
General settings [display ]Field delimiter {} “”Indentation4 Default entry type Empty line between entries Store settings on this computer Custom fields (space separated) Custom entry types (space separated)Important fields (space separated)Paste file Entry keyEntry typeFields Delimiter =––/––Display current entry only This BibTeΧ editor was made to speed up manipulation of entries that need a lot of manual processing. This happens fairly often in humanities where you frequently deal with historical or grey literature or archive records that are not delivered in BibTeΧ or any other common database format or at least not in satisfying quality (as fi. the BibTeΧ export of Google Books). It was never meant as a replacement for reference managers like JabRef and very likely will never be. There are a few things I am going to add in near future as they fit perfectly to the data structure:On the fly character substititionFile upload through HTML5 file APIRenaming entry fieldsReplace field name aliases of the old plain BibTeΧ stylesThere are a few caveats, though. The biggest problem is the BibTeΧ parser needed for uploads. I tested several pure JavaScript libraries, but none of them proved flawless. I finally relied on BibTex.js by Steve Hannah. @STRING, @PREAMBLE and @COMMENT are simply ignored. Another problem is that I have no solution for how to design a special interface for the keyword field? Some hints:If you click into a line with an entry key in the output textarea, the corresponding entry gets loaded.If you click into a line with a field name, this particular field gets loaded (but the entry itself will not refresh!).Be careful with entry cloning! One often forgets to update all relevant data. If you are going to record a lot of similar entries, create a template for cloning.