Hello,
I made a tiny button which inserts the Tiddlers of the storylist
into the defaultTiddlers-Field.
<$set name="myStory"
filter="[list[$:/StoryList]!tag[excludeStory]]">
<$button>{{$:/core/images/save-button}} Story to Default
<$action-setfield $tiddler="$:/DefaultTiddlers"
$value=<<myStory>>/>
</$button>
</$set>
I think this is very practical because you may not want to have
dynamic defaultTiddlers all the time but consolidate a special
moment.
Because there is enough space in the
$:/core/ui/ControlPanel/Basics
below the defaultTiddlers-Field I would like to put it there.
And I would call the other button which sets the field to storyList
Dynamic Default Tiddlers.
Does anyone else think this might be practical.
Best wishes Jan