You can define a custom editTemplate element triggered by the tag. Create a new (system) tiddler tagged with "$:/tags/EditTemplate". You can give it a field "list-after" set to "$:/core/ui/EditTemplate/body" (the fields you want with dropdown will be located after the body editing window, before the dropdown for the type field). This tiddler will contain something like that (see the SelectWidget <http://tiddlywiki.com/#SelectWidget> documentation for the options of the dropdown):
<$list filter="[all[current]tag[some tag]]"> Field name 1:</em> <$select field="field name 1"><option>default value </option><option>value 1</option><option>value 2</option><option>value 3 </option></$select> Field name 2:</em> <$select field="field name 2"><option>default value </option><$list filter='[...(filter that selects the values)...]'><option><$view field='title'/></option></$list></$select> </$list> Le lundi 28 septembre 2015 10:24:03 UTC+2, Bob Flandard a écrit : > > Hello, > > Is this possible? > > When a tiddler is tagged with "some tag" and opened in edit mode, there > will automatically be defined some fields with default values and each > field value has a drop-down list of allowed values which can be chosen from. > > Thanks, Bob > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/694b8c70-2c99-40e6-9b48-9fc87e4a390f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

