Ciao Mark S & RichardWS
I want to both thank both of you, report back, and seek a bit more help.
After trail and error I found Mark's version below the most pertinent to my
needs. On reflection, I realised its better as a stand alone tool for
occasional use, rather than embedded via an icon on all Tiddlers.
It works well. But I want to, ideally, upgrade the filter to have an input
field so I'd enter the Title of the Tiddler I need a snapshot of, so I
don't have to manually edit the macro everytime I use it. How do I do that?
Is it difficult? Would the recursion problem come back?
Best wishes
Josiah
Mark S. wrote:
>
> Hmm... You can try this version
>
> \define report()
> Report: {{$:/temp/reporttitle}}
>
> <$list filter="[tag[HelloThere]]">
>
> ! <$view field="title"/>
>
> {{!!text}}
> </$list>
> \end
>
> <$edit-text tiddler="$:/temp/reporttitle" tag="input" size="50" default="
> Your Title Here"/>
>
> <$wikify name="snapshot" text="<<report>>" output="html">
> <$button>
> <$action-sendmessage $message="tm-new-tiddler"
> title={{$:/temp/reporttitle}} tags="Snapshot" text=<<snapshot>>/>
> Make Snapshot
> </$button>
> </$wikify>
>
> Your report will look something like the information below:
>
>
> ----
>
> <<report>>
>
>
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/340dfd43-86df-415a-8da6-218bdb1947c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.