Hello,
I would like to use Refnotes (by @Mohammad) to cite sources which where imported with the official bibtex-importer. I’m using TiddlyWiki 5.2.0 with node.js. Some questions:
-
How do you handle websites? I want not only save “classic” bibtex entries like books etc., but I also want to save websites in bibtex entries. I saw in the Refnotes demo website that there is a tiddler wikipedia_2021 with the field
bibtex-entry-type = website
, butwebsite
is not a official bibtex entry type. So I would guess that @Mohammad did a custom bibtex entry called website. Could you @Mohammad share how you generatewebsite
bibtex entries? -
Is there a good way to automatically fetch new bibtex entries from a .bib file? Right now, I use JabRef to save my sources. JabRef saves by default everything in a .bib file. It would be nice if there would be a method with node.js to automatically load the .bib file everytime I save a new entry in JabRef. This would save me the time to call manually
tiddlywiki --load sources.bib
everytime I add a new source. -
Any additional tips? Does anyone use a complete different workflow to save sources and cite it?