Saq, I created a quick empty.html with the relevant plugins. It's actually an instance of the TiddlyResearch edition. I know it has modified core tiddlers, but decided to take it for a test drive. Though, I don't believe that is relevant to this specific question.
In the file, you'll see I've loaded a number of tiddlers from a bibtex import. The bibtex plugin parses a bibtex file and creates a tiddler for each reference with the corresponding bibliographic fields filled out in the tiddler.
The refnotes plugin takes these fields and styles them in the reference tiddlers created by importing the file. So, if you open one of these reference tiddlers you see at the bottom, under where the text field contents are displayed, the title, date of publication, etc. The plugin appears to be doing this with $:/plugins/kookma/refnotes/viewtemplate/bibtex. What I would like to do is take this styled information and move it into the text field contents itself instead of it showing up below it.
With the TiddlyResearch plugins, holding shift will cause a popup on mouseover that reveals the text field of a linked tiddler. However, with this styled information showing up where it does, it will not show up in the popup. That's why I want to move it.
Let me know if you have additional questions or need anything else to give it a look. Again, thanks for the help!
Keelan