What you suggest may work, but in which tiddler am I to put it? Also, I won't go into an in-depth explanation, but the tiddlers that need the form fields will have one of the letters of the alphabet from A- Z. Would there be a way to list multiple tags in your showWhenTagged example?
On Feb 8, 5:33 pm, Simon Baird <[email protected]> wrote: > How do you decide when the fields should appear or not appear? One common > way to do that is based on a tag in the tiddler. > > For example: > > <div macro='showWhenTagged NameAddress'> > <div>Name 2: <span macro="edit name2"></span></div> > <div>Address: <span macro="edit address"></span></div> > </div> > > This will make the fields appear in tiddlers tagged with 'NameAddress'. > > Simon. > > > > > > On Tue, Feb 9, 2010 at 4:48 AM, Jen <[email protected]> wrote: > > I can't tell if HideWhenPlugin is what I need or not. I have tried > > working with it and cannot come up with anything that works. The > > custom form fields continue to show up in every single tiddler. I > > looked at what is in both links, but I feel that I do not have a good > > grasp on how to use this plugin. Also, the suggestion were only for if > > I want to show something, not hide something. If I have: > > <div>Name 2: <span macro="edit name2"></span></div> > > <div>Address: <span macro="edit address"></span></div> > > in the EditTemplate and: > > <div>Name 2: <span macro="view name2"></span></div> > > <div>Address: <span macro="view address"></span></div> > > in the ViewTemplate, I can't figure out the correct combination that > > will make those fields disappear in the desired tiddlers. Is it > > possible that the HideWhen plugin will not work with what I have in > > the Edit and View Template? I so far don't know if tiddlers can be > > used together. > > > Chris, if you remember to check this query, I would still like to know > > how to use the FormTiddlersPugin as maybe that is less complicated > > than my other option. > > > Thanks, > > > jen > > > -- > > [email protected] Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.

