Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread TW Tones
Fred, Thanks. I discovered the tiddler and $:/plugins/phiv/streams-fusion/fuse-button button with the $:/tags/streams/root-buttons. Yes it works elsewhere buit somehow not on my key wiki, I will do further debugging and post about it if it lloks like it may apply to others. Tones On

[tw5] Unable to start tiddly server: "RangeError: Invalid string length"

2021-07-30 Thread Matt Feldman
Hi. I am getting this error when I try to start tiddly with `tiddlywiki Tiddly --listen` and open up the page in a browser. I have my tiddly files on dropbox so that I can read and write on two different computers (and I try not to make updates from both computers too closely in time). I

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread ludwa6
YES @fred: that fixed the problem. Haven't yet tested all other functions, but will do over weekend. Great productivity booster, this plugin! /walt On Friday, July 30, 2021 at 4:57:27 PM UTC+1 fred@gmail.com wrote: > @walt please give 0.0.7-beta a try; apologies for the poor release >

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread Frédéric Demers
@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

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread Frédéric Demers
@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 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

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread ludwa6
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

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread Frédéric Demers
Hi Tones; I am interested in getting to the bottom of this. Can you try and drag the plugin onto the main Streams page (plugin does not require reload). Do tiddlers with stream nodes display the icon? Thanks On Fri, 30 Jul 2021 at 08:40, TW Tones

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread TW Tones
Fred, Thanks for this, it is a nice addon to the powerful streams. You make an understandable assumption about streams, I am not sure what is is, but when I installed it in my working tiddlywiki the icon did not appear. I see you use streams v 1.2.22 and I use 0.2.19 and it does not work. I

[tw5] Re: Highlighting duplicates in lists

2021-07-30 Thread TW Tones
I can see by other replies that my example that showed the logic was not enough for the OT Here I turn it into an unordered list with duplicates in red. <$list filter="[all[]prefix[New]has[field]]"> get[field]match{!!field}then[color: red;]] }}}> <> {{!!field}} Have I fully addressed

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-30 Thread Frédéric Demers
Greetings everyone, version 0.0.6-beta of 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

[tw5] Re: Highlighting duplicates in lists

2021-07-30 Thread Mat
I would say it is possible with this general idea: <$list filter="[tag[tests]]"> {{!!title}} .mywrap.{{!!title}}:not(:first-of-type) {background:yellow} The above will likely *not* work right away but it shows the idea. For example, for the title to work as a class name it must follow css

[tw5] Re: Highlighting duplicates in lists

2021-07-30 Thread PMario
Hi, Your construction should look like this, if you want to have a UL list <$list ...> ... your code Otherwise you will create invalid HTML code. On Friday, July 30, 2021 at 1:03:33 AM UTC+2 mohamed...@hotmail.com wrote: can i highlight tiddler 1 and tiddler 4 maybe in red ? > You