I thought there would be something like EditTemplate that could be edited (like in TWC, I think), but can't find the equivalent in TW5.
So is there a special tag to add new variables? As best I understand it, new variables for a *particular* tiddler go into some type of list. So I assume there must be some way to insert field names into that list??
I'm surprised this hasn't come up before. If you want a TW to track your bookmarks, then you know every tiddler is going to need a url. If you want a Photo Gallery TW, then every tiddler is going to need an image path and a thumbnail path.
Thanks!
Mark
On Saturday, June 6, 2015 at 2:03:19 PM UTC-7, Eric Shulman wrote:On Saturday, June 6, 2015 at 1:53:54 PM UTC-7, Mark S. wrote:I thought there would be something like EditTemplate that could be edited (like in TWC, I think), but can't find the equivalent in TW5.In TWC, configuration is done by editing specially-named tiddlers (e.g. EditTemplate, ViewTemplate, Stylesheet, etc.)In TW5, configuration is done by tagging a tiddler with a specially-named tag. Thus, to add something to the tiddler editor, you simply create a tiddler with the additional editing controls, and then tag that tiddler with "$:/tags/EditTemplate".-e
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a7db3b8e-f0c3-42ca-a1f5-f94a29a828a1%40googlegroups.com.
Hi MarkSo is there a special tag to add new variables? As best I understand it, new variables for a *particular* tiddler go into some type of list. So I assume there must be some way to insert field names into that list??I think you mean "fields" not "variables"?
The hope was to avoid having the user remember to create the field every time.
I'm not sure how this is easier than simply modifying one template and ... ta-dah! ... you're done.
I guess the solution for TW5 is to roll your own new tiddler button, and then take away all the other "new tiddler" options.