I have been a bit inconsistent in my naming schemes, I am slowly getting around to updating everything. The ContactTemp tiddler holds the information currently entered in the new contact form before the actual contact tiddler is created. It doesn't need to be persistent which is why I put temp in the title. It doesn't actually follow the <a href='http://inmysocks.tiddlyspot.com/#Naming%20Conventions'>naming conventions</a> I am trying to use and I should update it at some point.
As for plug-ins, they are only really useful for non-javascript things if you are going to be sharing them. I don't know if there is a benefit to packing tiddlers together otherwise. Namespaces don't really mean anything for tiddlywiki at the moment aside from this with names prefixed by $:/ are system tiddlers that don't show un in normal searches and tiddlers prefixed by $:/temp/ or $:/state/ are ignored when upgrading our importing tiddlers into a wiki. If a tiddler called Contacts is packed in a plugin it is still referenced by [[Contacts]] unless you change the content of the tiddler, in which case the modified one takes precidence, but deleting the modified version brings back the original. For this reason in many plugins the tiddlers in the plugin have $:/plugin/(username)/(pluginname)/ added as a prefix to avoid naming conflicts, but this is done by the plugin author and isn't required. -- 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. For more options, visit https://groups.google.com/d/optout.

