Hello TW-Experts,
My problem is a little bit more complex and I fail to solve it my myself.
It is a mixture of usage of fields, tags, list and other commands.
I want to generate a Tiddler by using a $list
and to display the content of the results. The content of the filtered tiddlers is formatted or generated.
Here an example of tiddlers in my wiki.
- All tiddlers have a tag “visible” if they are allowed to be shown.
- All tiddlers have a field named
Search Field
as selector - There are different other fields to use as
Sort Field
but in my example here I have only sort field but this must be flexible
Search field: 1
Sort Field: C
created: 20250428064557977
modified: 20250512055900342
tags: Visible
title: Tiddler A
type:
"""
Information is an abstract concept that refers to something which has the power to inform. At the most fundamental level, it pertains to the interpretation (perhaps formally) of that which may be sensed, or their abstractions. Any natural process that is not completely random and any observable pattern in any medium can be said to convey some amount of information. Whereas digital signals and other data use discrete signs to convey information, other phenomena and artifacts such as analogue signals, poems, pictures, music or other sounds, and currents convey information in a more continuous form.[1] Information is not knowledge itself, but the meaning that may be derived from a representation through interpretation.[2]
The concept of information is relevant or connected to various concepts,[3] including constraint, communication, control, data, form, education, knowledge, meaning, understanding, mental stimuli, pattern, perception, proposition, representation, and entropy.
Information is often processed iteratively: Data available at one step are processed into information to be interpreted and processed at the next step. For example, in written text each symbol or letter conveys information relevant to the word it is part of, each word conveys information relevant to the phrase it is part of, each phrase conveys information relevant to the sentence it is part of, and so on until at the final step information is interpreted and becomes knowledge in a given domain. In a digital signal, bits may be interpreted into the symbols, letters, numbers, or structures that convey the information available at the next level up. The key characteristic of information is that it is subject to interpretation and processing.
"""
Search field: 1
Sort Field: B
created: 20250428064928504
modified: 20250512055916538
tags: Visible
title: Tiddler B
Here is a Table
|1a|1b|1c|
|2a|2b|2c|
|3a|3b|3c|
Address: On the road
Name: Stefan
Search field: 1
Sort Field: A
created: 20250428065118017
modified: 20250512055930130
tags: Visible
title: Tiddler C
Name: {{!!Name}}<br>
Address: {{!!Address}}
Search field: 2
Sort Field: A
created: 20250428070102836
modified: 20250512055938663
tags: Visible
title: Tiddler D
This is another content
I want to use this kind of tiddler to generate my result
- tag{Visible]
- Content of
Search Field
= Content ofSearched_by
- Sorted by the field given as content in
Sorted_by
Searched_by: 1
Sorted_by: Sort Field
created: 20250512061026309
modified: 20250512061209795
tags:
title: Generated Tiddler
The result should look like this
Name: Stefan
Address: On the roadHere is a Table
1a 1b 1c 2a 2b 2c 3a 3b 3c Information is an abstract concept that refers to something which has the power to inform. At the most fundamental level, it pertains to the interpretation (perhaps formally) of that which may be sensed, or their abstractions. Any natural process that is not completely random and any observable pattern in any medium can be said to convey some amount of information. Whereas digital signals and other data use discrete signs to convey information, other phenomena and artifacts such as analogue signals, poems, pictures, music or other sounds, and currents convey information in a more continuous form.[1] Information is not knowledge itself, but the meaning that may be derived from a representation through interpretation.[2]
The concept of information is relevant or connected to various concepts,[3] including constraint, communication, control, data, form, education, knowledge, meaning, understanding, mental stimuli, pattern, perception, proposition, representation, and entropy.
Information is often processed iteratively: Data available at one step are processed into information to be interpreted and processed at the next step. For example, in written text each symbol or letter conveys information relevant to the word it is part of, each word conveys information relevant to the phrase it is part of, each phrase conveys information relevant to the sentence it is part of, and so on until at the final step information is interpreted and becomes knowledge in a given domain. In a digital signal, bits may be interpreted into the symbols, letters, numbers, or structures that convey the information available at the next level up. The key characteristic of information is that it is subject to interpretation and processing.
I really need help get this filtered and displayed.
Thank you in advance for your help
Stefan