For the first part of the question, it is a little confusing for me to 
understand what you want.

This should work to see the text of your tiddler tagged 123 with a title 
that contains 456 - in a tiddler that has the below code:

<$list filter="[tag[123]search:title[456]]">

<$view field="text"/>
</$list>

And this should load the text of tiddler [[Load content of Tiddlers]] into 
a tiddler with the below code, if it has tag 123 and title containing 456 :

<$list filter="[all[current]tag[123]search:title[456]]">

<$view tiddler="Load content of Tiddlers" field="text"/>
</$list>

Hope one if them is what you wanted!


On Sunday, April 14, 2019 at 3:11:57 PM UTC+7, Vincent vd B wrote:
>
> Hey,
> I want to do the following:
>
> ----
> {{Load content of Tiddlers}} in Tiddler with:
> Tag: 123 
> and 456 in Tiddler title 
> ----
> Or:
> [[Show list of tiddlers]] with:
> Tag: 123 
> and 456 in Tiddler text
> ----
>
> How can I do that?
> Thank you,
>

-- 
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/4e1e41b5-4414-489d-bd18-ef2dd005d6a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to