On Apr 4, 5:15 pm, Faulk28 <[email protected]> wrote: > I'm trying to create a TiddlyWiki with a list of medications. Each > medicine has a trade name and a generic name. For example, the > cholesterol lowering drug Prinivil is also named lisinopril. >
If each medicine has a rade name and a generic name you could store one of these names as a field. This would allow you to update your edit template so that when you edit a medicine tiddler both fields/ names are editable in one place. To do this, in the EditTemplate add <div class='editor' macro='edit genericname'></div> under <div class='editor' macro='edit title'></div> Then where ever you refer to a generic name instead of the trade name you can use the pretty links formatting like p mario suggests. Hope that helps, Colm Pretty Link Formatting - http://wikitext.tiddlyspace.com/#[[Links%20formatting]] -- You received this message because you are subscribed to the Google Groups "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/tiddlywiki?hl=en.

