Hi Tom, One essential aspect of TiddlyWiki you must always keep in mind is that the *title* of a tiddler is its *ID*.
So, if you want to work with some template (or temporary state tiddler), then you should sure place it somewhere where it can act as such, namewise... preferably a SystemTiddler <http://tiddlywiki.com#SystemTiddlers>, e.g. - $:/temp/MyTemporaryBusinessObjectTemplateForEditingOneOfThisKind - $:/.tom/templates/MyBusinessObjectTemplateForCloning - $:/.tom/macros/MyBusinessObjectMacro Something I still need to get started with is creating a plugin. Here you are advised to place your components in a namespace under your plugin... - $:/plugins/githubusername/myplugin/templates/foo - $:/plugins/githubusername/myplugin/macros/bar As for StateTiddlers <http://tiddlywiki.com/#StateMechanism>, you could create them under something like... - $:/temp/tom-businessobject-foo The crucial thing is that you make sure of using a unique name where you rely upon it, so you could even create your temp tiddler under the above plugin namespace, if you want to be 100% sure. Best wishes, Tobias. -- 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.

