I have found out that:
This will load a list of tiddlers with:
Tag: 123
Text: 456
<<list-links "[tag[123]search:text[456]]">>
Do you know a way to {{import}} the tiddlers based on above criteria?
Op zondag 14 april 2019 12:18:47 UTC+2 schreef Vincent vd B:
>
> Sorry S.S., that's not exactly what I meant.
> I think the biggest challenge for me is to clearly describe what I mean.
> Thanks for your 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/0c11367e-27a6-4488-b67e-90bc2bcf1156%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.