Streams question actual text be the title?

Hi,

i am using streams, currently the default behavior for any created node inherits the parent root tiddler name and a time stamp.

i know from the streams plugin settings i can change that from [Template wikified for node title]

I want to change it , to have the actual text be the title

so if first node has “A” , and the one indented underneath has “B” , and then the one underneath has “C” , i want all tiddlers created to have their titles as A ,B and C respectively

is this possible ?

1 Like

I just edited the title for a typo and meaningfulness

Short – No.


In TW tiddler titles have to be unique.

Streams it optimized for “fast input”, so tiddler titles are created automatically and to do so, they need an algorithm to create unique titles.

One way to do this, is to use the <<now -macro>> using a high resolution.

You can try and test my tocP-plugin, which contains some streams related examples, that may be interesting for you.

I do not know if they solve your problem, but they can help to show you the existing structure of your stream and also show a text representation of the stream.

Open the link above and drag and drop import the

  • tocP-plugin and
  • the (streams-example) tag pill

into Streams — on TiddlyWiki 5.2.2 – to test the stuff.

Have fun!
Mario

It should look like this:

1 Like

@pmario Thankyou

this was very informative and helpful