It would take too long to set up the experimental environment.
What I would start by trying is, like Tony mentioned, removing the triple
brackets and quotes.Then wikify mylist2 and inside the wikify tabs pass the
result to the button param. e.g.
<$wikify text=<<mylist2>> name="wikidcounts">
<$button message=tm-copy-to-clipboard param=<<wikidcounts>>>Button</button>
</$wikify>
Good luck!
-- Mark
On Friday, November 16, 2018 at 9:56:39 PM UTC-8, Dave wrote:
>
> Hi, I'm trying to get two things that work to "combine":
>
> this is a wikify widget that works (Thanks Mark S.)
> <$wikify text="<<get-wikified-counts2>> +[!nsort[]limit[5]]"
> name="filter-counts"><$list filter=<<filter-counts>>
> variable="count-indications"><<count-indications>><br/></$list></$wikify>
>
> it gives one or more lines of text
>
> and this puts something on the clipboard:
> <$button message="tm-copy-to-clipboard" param="some text">
> to clipboard
> </$button>
>
> I want to be able to put the wikify results in another program via the
> clipboard,
> but when I put the first as a param of the second it doesn't work, and
> I've tried it with triple quotes, and """{{{ brackets,
>
> and I set it as a macro like this:
> \define mylist2()
>
> """{{{<$wikify text="<<get-wikified-counts2>> +[!nsort[]limit[5]]" name="
> filter-counts"><$list filter=<<filter-counts>> variable="count-indications
> "><<count-indications>><br/></$list></$wikify>}}}"""
>
> \end
>
> which works in the normal tiddler as <<mylist2>>
> but when I put it as <<mylist2>> and "<<mylist2>>" as the param in the
> button widget that didn't work either.
>
> Then I thought maybe the button should be within the wikify widget, but
> the button widget should kind of be where the list widget is, so, I'm not
> sure where to go with it next.
>
> Any suggestions?
>
>
>
>
>
--
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/ba713f0d-8841-479c-8d54-020c363cf16b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.