Saq Is there a way to split long text within a tiddler into a streams tree. I am aware of the alt+enter shortcut in streams, but it works only in the child nodes. Is there a way to make it work for the parent streams tiddler? What I want is the the exact opposite of what streams-fusion plug in does.
My use case is here: When I clip text from a website or pdf using tiddlyclip plug in, the clipped text gets saved into a single tiddler. I want to convert it into a streams tree. Currently I have to cut the whole text and paste it as the fist child node and then use the alt+enter shortcut to split it into multiple child nodes. If I could split the text from the parent tiddler itself it would be great and will reduce my work. On Monday, August 2, 2021 at 4:25:26 PM UTC+5:30 [email protected] wrote: > @fred > > >> Everything I have tried works but it seems the node still doesn't reflect >> its new (merged) content; escaping and double clicking to edit again then >> reflects the new content. It feels like I activate the node's edit mode >> before the changes have taken place even if the code had the sequence in >> the right order. Is it a rendering timing issue? >> > > When a streams node is presented in edit mode, the core edit-widget that > creates the input field gets focus. The edit-widget will not update its > content while it has focus. This I believe was implemented in this manner > in the core so that refreshes while typing would not lead to data loss or > the input field suddenly changing while typing. > > So it does sound like the node is switched to edit mode too early. The > timing of actions within a single block of action strings is a bit tricky > to work with in such situations. I have had issues in the past with the > opposite, where the editing input field doesn't yet exist when I try to > focus it with an action string. If you have code that I can look at, I may > be able to suggest workarounds. > > Saq > > > -- 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/c6643d97-3186-48cf-b729-642ed21256bdn%40googlegroups.com.

