Hi UBi At the moment I feel like not seeing the wood for the trees. > If I'd like to have a status field in every newly created tiddler, how > would I accomplish that? > Extend a shadow tiddler? Maybe $:/core/ui/EditTemplate/fields? > Or tag *something *with $:/tags/EditTemplate? > > Hints, anybody? Maybe even a tiny step-by-step guide? >
The best way to do this would be to add a new slice to the edit template containing an edit widget for the status field, and (optionally) to remove the "status" field from the usual. Step-by-step: 1. Create a tiddler titled "$:/MyStatusEditor" and tagged "$:/tags/EditTemplate" containing: Status: <$edit-text field="status" tag="input"/> 2. Create a tiddler titled "$:/config/EditTemplateFields/Visibility/status" with the text: "hide" Hope that helps, Best wishes Jeremy. > > Thanks in advance > UBi > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

