Hi Rick, > Is there a way to have a selection box, drop-down box, slider - call it > what you will - that will contain a pre-selected group of tiddlers to > choose from for each field? >
Are you perhaps asking for is something like *typed fields* whereas TiddlyWiki would know that *field-x* is intended as being of *type=select* and that for tiddlers matching *[filter[foo]]* the options to be displayed would be taken from ...somewhere (?) ...so as to prepopulate a (currently not existing) select box in edit mode? Or would it rather be that your template already contains and thus shows some select widget code in view-mode? It could be possible to define a Conditional ViewTemplate Section <http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section> which would display all your desired select-widgets, radio-buttons, checkboxes, inputs, etc... for tiddlers that match a given filter, e.g.:... title: $:/_ui/ViewTemplate/journal-options tags: $:/tags/ViewTemplate list-before: $:/core/ui/ViewTemplate/body <$list filter="[<currentTiddler>tag[Journal]]"/> <$select> do magick </$select> </$list> 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.

