Hi,
I’m looking for help ‘unpacking’ shadow tiddlers.
I’ve read Export Discourse content as a CSV and import into TiddlyWiki after trying the following from [tw5] Re: Help to import .csv as separate tiddlers in Jsonmangler.
- Can’t get this to work.
\define plugin-target() Data/vgsales
\define unpack-actions()
<$list variable="shadowtiddler"
filter="[<plugin-target>indexes[/tiddlers]]">
<$action-setfield $tiddler=<<shadowtiddler>>
$field="does.not.exit.in.this.wiki452369084306093845760894253" />
</$list>
\end
<$button actions=<<unpack-actions>> >
Press here to unpack <<plugin-target>>
</$button>
<$list variable="test" filter="[<plugin-target>indexes[/tiddlers]]">
</$list>
Thanks
SteveH