Hi Tierney, I have used this parser: https://github.com/mikolalysenko/bibtex-parser. (mit license)
Which I have used to make a simple action widget to convert a single bibtex entry, the code (what little there is!) is here: https://github.com/buggyj/tw5-plugins/blob/master/bibtek/BibTex.js I don't plan on adding to this in the near future. I think Felix's idea of importing is good, but i would suggest you to write an upgrader module - these are run when stuff is imported. all the best BJ On Tuesday, September 8, 2015 at 12:13:09 AM UTC+1, Tierney Coren wrote: > > This looks like it might be good, if converting to JSON is the right way > to handle it: https://www.npmjs.com/package/bib2json > > On Monday, September 7, 2015 at 7:11:16 PM UTC-4, Tierney Coren wrote: >> >> Hello! >> >> I've taken on some work using tiddlywiki. One of the components of it is >> to convert BibTeX documents into tiddlers. >> >> I'm thinking I can do this via a npm module, but I'd like to know if >> there's a more simple way to do the conversion in TW5, without relying on >> an external source (Node). I'm not afraid of using Node in any capacity, so >> if there are modules I could build upon, I'd love to hear about them. >> >> In regards to the actual conversion, would converting it to JSON be >> enough to import the BibTeX as tiddlers with tags, names, and content? >> >> Thanks, >> Tierney C. >> > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bdc71fc8-5eb9-4505-8107-3be70ca071dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

