@saq kudos to you for the excellent architecture. Makes it easy to integrate. No issues adjusting to upcoming changes, thanks for the heads up.
I may seek your advice for one feature I have not managed to make work yet; The context menu includes keyboard shortcuts that are active when editing a node. So far so good. When merging a branch *and* the option to enter edit mode after the merge is enabled, I would like to toggle the node's edit mode to edit in place (within the steam) instead of opening the node tiddler on its own. It would be a bit nicer I think, from a UX perspective.. 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? Thanks much! On Sun, Aug 1, 2021, 14:59 Saq Imtiaz, <[email protected]> wrote: > @Fred +1 for making use of the settings UI templates > > Note that the settings UI code might change at some point in the future. > The settings related stuff might get split off into its own plugin that any > other plugin can make use of if its present, but it shouldn't be a big > change adapting to that. > > On Friday, July 30, 2021 at 5:57:27 PM UTC+2 [email protected] wrote: > >> @walt please give 0.0.7-beta a try; apologies for the poor release >> quality: http://fastfreddy.gitlab.io/streams-fusion/ >> >> @tones to answer your earlier question; the button display logic is >> provided by Saq (in response to Jan initially I think) in this tiddler >> $:/plugins/sq/streams/nodes-list-template using this snippet >> >> <$list filter="[all[shadows+tiddlers]tag[$:/tags/streams/root-buttons]]" >> variable="btnTiddler"> >> <div class="stream-node-handle"> >> <$transclude tiddler=<<btnTiddler>>/> >> </div> >> </$list> >> >> my $:/plugins/phiv/streams-fusion/fuse-button button has the >> $:/tags/streams/root-buttons; please note the snippet above is only >> displayed on a stream root node. >> >> Were you able to try an import on a plain Streams-enabled notebook? >> >> On Fri, 30 Jul 2021 at 10:47, Frédéric Demers <[email protected]> wrote: >> >>> @walt; that is an oversight. I clearly didn't test well enough. I'll try >>> to fix ASAP. >>> >>> On Fri, 30 Jul 2021 at 10:37, ludwa6 <[email protected]> wrote: >>> >>>> Hey @fred: That's a significant upgrade, in terms of functionality and >>>> polish -all good, except: >>>> >>>> I seem to have lost the nifty functionality that came with v0.0.3-beta, >>>> which was handling cleanup of superflous node tiddlers so nicely as part of >>>> fuse process. >>>> >>>> Unfortunately: i can't say for sure if this is directly attributed to >>>> v0.0.6-beta upgrade, because -prior to upgrade- i took the step of deleting >>>> those 5 tiddlers related to the streams-to-text addon >>>> <https://szen.io/stream/>. Was that a mistake i wonder? >>>> >>>> Anyway Fred: would love to have that lost cleanup function back, if >>>> there's anything you can do for me - much obliged! >>>> >>>> /walt >>>> >>>> >>>> On Friday, July 30, 2021 at 12:56:53 PM UTC+1 [email protected] wrote: >>>> >>>>> >>>>> Greetings everyone, version 0.0.6-beta of Streams-fusion >>>>> <https://fastfreddy.gitlab.io/streams-fusion/> is out. It's quite a >>>>> bit more flexible and can output raw HTML and/or directly to clipboard. >>>>> Quick settings available directly from the popup menu (more settings at >>>>> the >>>>> bottom of the Streams settings screen, including a fused stream name >>>>> template option). >>>>> >>>>> Be careful with the "overwrite stream" option. It seems to work well >>>>> in full trees or in branches (via node context menu), but nonetheless, >>>>> backups are recommended.... >>>>> >>>>>> ... >>>>> >>>>> To view this discussion on the web visit >>>>>> https://groups.google.com/d/msgid/tiddlywiki/1f745482-a72b-4d81-a8ef-878beaaecc9cn%40googlegroups.com >>>>>> <https://groups.google.com/d/msgid/tiddlywiki/1f745482-a72b-4d81-a8ef-878beaaecc9cn%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>>> . >>>>>> >>>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "TiddlyWiki" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/tiddlywiki/-xTFWPwzq6g/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/tiddlywiki/553fc5ae-a897-42c3-a653-6f32b2a58118n%40googlegroups.com >>>> <https://groups.google.com/d/msgid/tiddlywiki/553fc5ae-a897-42c3-a653-6f32b2a58118n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/-xTFWPwzq6g/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/2d073e79-1f96-4c1c-b931-e37faa6f8f1cn%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/2d073e79-1f96-4c1c-b931-e37faa6f8f1cn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAAY2DnPgwX6UeSO%3DSdQ2xjOyYfEPXBHSEvSv3Fit7Od_4FqjgQ%40mail.gmail.com.

