I use an edit template to provide useful editing structure when I edit tiddlers. The template consists of a filter-customization pairs for various types of tiddders.
I have come to realize that I use the same code snippets several times. For instance,
<$button> {{$:/core/images/close-button}} <$action-setfield published-on=""/></$button>
Is used multiple times.
Is there a way I can define such things once and use that definition everytime I need to use this?
I might have to use it $detail widget or in a table, etc.