Yes, this generates a list of Tiddlers based on criteria: Tag: 123 with
text 456 in the title.
Do you also know a way to {{import content}} of all tiddlers with
Tag: 123 with 456 in the text field?
Thanks for your quick reply
Op zondag 14 april 2019 11:45:58 UTC+2 schreef S. S.:
>
> 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/06abf774-461f-4aaa-b6d7-444ec9a5a5f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.