Hello All,
I am trying to get the contenst of the open tab into a new tiddler. Temp list of open contains <$list filter="[list[$:/StoryList]]">
<$set name="myVariable" value={{Temp list of open}}>
<$button>
<$action-sendmessage $message="tm-new-tiddler" title="" tags="from Open" text=<<myVariable>> />
New Tiddler with open
</$button>
*Text:<$text text=<<myVariable>>/>
*Contents: <<myVariable>>
</$set>
I can't work out how to get hold of the output of the filter and put it into a tiddler, then a tiddler's list field
All help appriciated
Alex