Hi Cid, I'll be doing a tutorial on data bindings soon. Unfortunately it's not as easy just replacing the name of the binding, as there has to be a property in the model (the code) that matches up to the binding. It sounds like we may need some new properties in the code itself in order to get you what you need (until we add proper plugin support, at least). I think all you'll really need though is a property for the Notes as well as the Details, which is really easy to add. I've put that on my short list.
I also need to figure out how you'd be able to call your own .xaml files, as I don't think the binding method will work. That's gonna take some further research I think.