Added
quikchat.tempMessageGenerator() -- allows creation of temporary message so that one can write a placeholder content (with timer update) but then blow it away with .messageReplaceContent( ....) such as when waiting for an LLM to respond
Also add
.messageGetContentDOMElement(index) : returns the actual DOM element of the content area of the given message.