The title field is special. It must be unique withing TiddlyWiki. It can 
not be generated dynamically.

But you can display a generated title wherever needed

Make a tiddler and tag it $:/tags/ViewTemplate

with content

<$list filter="[all[current]has[Distributionsname]]">
{{!!Distributionsname}} {{!!Distributionsversion}} --- {{!!Architektur}} 
Bit --- Heft: {{!!Quelle}} --- DVD-Nr. {{!!DVD-Nr.}}
</$list>

This can be moved to the top, if needed.

You can then perhaps use CSS to hide the real title if desired.

The other way to do this is to hack the tiddler 
$:/core/ui/ViewTemplate/title so that it displays a generated title as you 
want (though the actual title must stay the same).
But this is not a good thing to do, because it may interfer with TW 
upgrades and with getting help from the TW community.

Good luck!


On Wednesday, January 22, 2020 at 12:25:07 AM UTC-8, Gerald Weis wrote:
>
> Hallo Leute,
>
> ich habe folgendes Problem:
> Ich möchte den Titel von Tiddlern aus Eingabefeldern zusammenstellen 
> lassen, da die Reihenfolge der Angaben immer gleich ist.
> Der Titel des Tiddler soll folgende Struktur haben
>
> Nr. Feldname                   Feldinhalt
> 1.      Distributionsname:  UBUNTU
> 2.   Distributionsversion:  19.04
> 3.                  Architektur: 64
> 4.                         Quelle:  LINUX User 2019/12
> 5.                       DVD-Nr.: 38
>
> die Eingabe ins Titelfeld:
>
> {{!!Distributionsname}} {{!!Distributionsversion}} --- {{!!Architektur}} 
> Bit --- Heft: {{!!Quelle}} --- DVD-Nr. {{!!DVD-Nr.}}
>
> funktioniert leider nicht.
>
> Wie bringe ich einen Titel mit dieser Struktur ins Titelfeld?
>
> Danke
>
> Hello Guys,
>
> i have the follow Problem: I want create the title of Tiddlers from 
> Inputfields. The Order of fiels ist everytime equal.
> The tiddler must have this stucture:
>
> No. Fieldname                  Fieldcontent
> 1.      Distributionsname:  UBUNTU
> 2.   Distributionsversion:  19.04
> 3.                  Architektur: 64
> 4.                     resource:  LINUX User 2019/12
> 5.             DVD-Number.: 38
>
> the input in the tiddlertitle:
>
> {{!!Distributionsname}} {{!!Distributionsversion}} --- {{!!Architektur}} 
> Bit --- Heft: {{!!Quelle}} --- DVD-Nr. {{!!DVD-Nr.}}
>
> do not work.
>
> How can i do it that the tiddlertile with this structure come in
>
> thanks
>
> Danke
>
> Update:
> Ich habe jetzt etwas eiter experimentiert und habe mein Ergebnis, das 
> ebenfalls nicht so funktioniert wie ich es gerne hätte, mal angehängt
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3a2d0041-63da-417e-8785-3ecd0658519f%40googlegroups.com.

Reply via email to