Hi Mohammad, > Lovely! This is one of my favorite use case! At the end I normally merge > the notes! >
I need to develop my workflow further but so far I've been dragging and dropping to an actions items tiddler or other tiddlers that are relevant to the topic. At the end there are no nodes left in the original conference call notes. > I use this solution! Assume I want to put note or discuss a slide or > report in an online meeting! > Say tiddler is $:/kookma/courses/CHE403/rk45 > > Yes your way of doing things is one option. What I am considering is this: imagine that you want to take notes using Streams on $:/kookma/courses/CHE403/rk45 If you add nodes, directly streams will edit this tiddler's stream-list field. This is a problem if you want to maybe synchronize this tiddler with another wiki later, you will get a merge conflict. So there should be a way to use Streams to take notes on a tiddler without having to modify it. So the idea is, instead of saving the list of nodes in the stream-list field of the tiddler $:/kookma/courses/CHE403/rk45, we can save them in a config tiddler called something like $:/streams/sidecar/$:/kookma/courses/CHE403/rk45 Streams can then read the list of nodes from this tiddler, instead of from the stream-list field in the $:/kookma/courses/CHE403/rk45 tiddler. We would not need to do this for every node, just the stream root tiddler. -- 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/69d59597-5fe1-4baa-9f8f-0e82c3918761n%40googlegroups.com.

