[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 think 
my dropbox ran out of space recently, which probably caused some corruption 
with temp files, but I'm lost as to where to begin to debug this.  Any tips 
would be great, because grepping and vimming through my notes is not 
pleasant.  Thanks!

Exact error:


```

 syncer-server-filesystem: Dispatching 'save' task: $:/StoryList 

Serving on http://127.0.0.1:8080

(press ctrl-C to exit)

$:/core/modules/utils/fakedom.js:254

return b.join("");

^


RangeError: Invalid string length

at Array.join ()

at TW_Element.get ($:/core/modules/utils/fakedom.js:254:13)

at $:/core/modules/utils/fakedom.js:252:17

at Object.$tw.utils.each 
(/usr/local/lib/node_modules/tiddlywiki/boot/boot.js:126:12)

at TW_Element.get ($:/core/modules/utils/fakedom.js:251:14)

at $:/core/modules/utils/fakedom.js:252:17

at Object.$tw.utils.each 
(/usr/local/lib/node_modules/tiddlywiki/boot/boot.js:126:12)

at TW_Element.get ($:/core/modules/utils/fakedom.js:251:14)

at $tw.Wiki.exports.renderTiddler ($:/core/modules/wiki.js:1092:144)

at Object.exports.handler 
($:/core/modules/server/routes/get-index.js:26:24)

```

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ff966924-c092-4808-9000-c8f0d379b480n%40googlegroups.com.


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 
> 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">
> 
> <$transclude tiddler=<>/>
> 
> 
>
> 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  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  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 
>>> . 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 fred@gmail.com wrote:
>>>

 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 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
>  
> 
> .
>
 -- 
>>> 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 
>>> tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/553fc5ae-a897-42c3-a653-6f32b2a58118n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb1685a2-5fd9-49c2-9429-076a9ea8c110n%40googlegroups.com.


[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 can't do this with 1 list widget.

TW loops evaluate each element in turn. So when tiddler 1 is evaluated, how 
should the loop know, that there will be a second element in the future, 
that will have the same name. ... Except you know, how to time-travel you 
will need 2 lists. 

The first list will need to evaluate the list of duplicates and the second 
run will need to add an eg: .duplicate-element class to every element that 
is there multiple times. 

I could think of a construction in wikitext, but it would be complex and 
time consuming. I personally would create a javascript macro, that returns 
a list of duplicates, or even better a data-tiddler with the duplicates as 
index and the color as a value. 

So it would be simple to assign a class to the elements. ... 

just some thoughts. I also think it's a valid request, and we should think 
about it in more detail.

So if you raise an issue with a link to this thread at github, we won't 
forget it. ..

-mario

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1197881d-4a89-453c-aaa0-9a688dec910en%40googlegroups.com.


[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 naming 
conventions (and you can use some modifying filters in a $vars or $set to 
make it be so). And you might have to split out the content of the 
listwidget into a separate macro.

<:-)


On Friday, July 30, 2021 at 1:03:33 AM UTC+2 mohamed...@hotmail.com wrote:

> Hi ,
>
> is it possible to highlight duplicates in a list , or make them stand out 
> in a different format/color , you know similar to excel 
>
> so in the below example ,i have a list that returns tiddlers matching a 
> certain criteria , and then displays their title field value , and also the 
> value in a custom field i named "field_example"
>
> tiddler1 and tiddler4 have the same value in the custom field and the 
> value is "X"
>
> can i highlight tiddler 1 and tiddler 4 maybe in red ?
>
> [image: duplicates.PNG]
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/620a5821-8762-4398-b898-44843722c90bn%40googlegroups.com.


[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 the Original Post?
Tones
On Friday, 30 July 2021 at 21:28:43 UTC+10 Mat wrote:

> 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 naming 
> conventions (and you can use some modifying filters in a $vars or $set to 
> make it be so). And you might have to split out the content of the 
> listwidget into a separate macro.
>
> <:-)
>
>
> On Friday, July 30, 2021 at 1:03:33 AM UTC+2 mohamed...@hotmail.com wrote:
>
>> Hi ,
>>
>> is it possible to highlight duplicates in a list , or make them stand out 
>> in a different format/color , you know similar to excel 
>>
>> so in the below example ,i have a list that returns tiddlers matching a 
>> certain criteria , and then displays their title field value , and also the 
>> value in a custom field i named "field_example"
>>
>> tiddler1 and tiddler4 have the same value in the custom field and the 
>> value is "X"
>>
>> can i highlight tiddler 1 and tiddler 4 maybe in red ?
>>
>> [image: duplicates.PNG]
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9624fc0-5fe7-40fa-8278-d478b5649053n%40googlegroups.com.


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  wrote:

> 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 upgraded to streams v 1.2.22 and the icon still does not appear.
>
> Can you please tell me the mechaisium you use to display the fusion Icon
> so I can try and fix it on my wiki?
>
> Thanks
> Tones
> On Friday, 30 July 2021 at 21:56:53 UTC+10 fred@gmail.com wrote:
>
>>
>> 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 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
>>
>> On Wed, 28 Jul 2021 at 10:05, arun babu  wrote:
>>
>>> How to get the newly added nodes to be in markdown format instead of the
>>> default tiddlywiki format? I tried using the template option in streams
>>> settings. But I am getting "Internal JavaScript Error" message. Any help?
>>> On Wednesday, July 28, 2021 at 10:21:52 AM UTC+5:30 TW Tones wrote:
>>>
 Mark,

 Yes, there is a setting in  $:/plugins/sq/streams/Settings/config

 Regards
 Tones

 On Wednesday, 28 July 2021 at 13:53:50 UTC+10 Mark S. wrote:

> Answering my own question, apparently they need two line feeds between
> each text line.
>
> On Tuesday, July 27, 2021 at 8:52:09 PM UTC-7 Mark S. wrote:
>
>> I was trying the split feature with alt+enter. The dialog asks if I
>> want to split the text into separate tiddlers, but it doesn't actually
>> perform the split. Is there any special way that I need to format the 
>> text
>> before attempting the split?
>>
>>
>> --
>>> 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
>>> tiddlywiki+...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/1f745482-a72b-4d81-a8ef-878beaaecc9cn%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/4dc9c734-cd1c-4f9b-bc76-69045f8bd57an%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAY2DnNm7-pzkghXDJUS9-Vtksxvfc%3DVkPS06xdfUHC7ADWqiw%40mail.gmail.com.


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 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

On Wed, 28 Jul 2021 at 10:05, arun babu  wrote:

> How to get the newly added nodes to be in markdown format instead of the
> default tiddlywiki format? I tried using the template option in streams
> settings. But I am getting "Internal JavaScript Error" message. Any help?
> On Wednesday, July 28, 2021 at 10:21:52 AM UTC+5:30 TW Tones wrote:
>
>> Mark,
>>
>> Yes, there is a setting in  $:/plugins/sq/streams/Settings/config
>>
>> Regards
>> Tones
>>
>> On Wednesday, 28 July 2021 at 13:53:50 UTC+10 Mark S. wrote:
>>
>>> Answering my own question, apparently they need two line feeds between
>>> each text line.
>>>
>>> On Tuesday, July 27, 2021 at 8:52:09 PM UTC-7 Mark S. wrote:
>>>
 I was trying the split feature with alt+enter. The dialog asks if I
 want to split the text into separate tiddlers, but it doesn't actually
 perform the split. Is there any special way that I need to format the text
 before attempting the split?


 --
> 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
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/1f745482-a72b-4d81-a8ef-878beaaecc9cn%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAY2DnPTtASVKYuFma3q4LiD6rAosqQhu1BmGvyh9ehpdYPpqQ%40mail.gmail.com.


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 upgraded to streams v 1.2.22 and the icon still does not appear.

Can you please tell me the mechaisium you use to display the fusion Icon so 
I can try and fix it on my wiki?

Thanks
Tones
On Friday, 30 July 2021 at 21:56:53 UTC+10 fred@gmail.com wrote:

>
> 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 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
>
> On Wed, 28 Jul 2021 at 10:05, arun babu  wrote:
>
>> How to get the newly added nodes to be in markdown format instead of the 
>> default tiddlywiki format? I tried using the template option in streams 
>> settings. But I am getting "Internal JavaScript Error" message. Any help?
>> On Wednesday, July 28, 2021 at 10:21:52 AM UTC+5:30 TW Tones wrote:
>>
>>> Mark,
>>>
>>> Yes, there is a setting in  $:/plugins/sq/streams/Settings/config 
>>>
>>> Regards
>>> Tones 
>>>
>>> On Wednesday, 28 July 2021 at 13:53:50 UTC+10 Mark S. wrote:
>>>
 Answering my own question, apparently they need two line feeds between 
 each text line.

 On Tuesday, July 27, 2021 at 8:52:09 PM UTC-7 Mark S. wrote:

> I was trying the split feature with alt+enter. The dialog asks if I 
> want to split the text into separate tiddlers, but it doesn't actually 
> perform the split. Is there any special way that I need to format the 
> text 
> before attempting the split?
>
>
> -- 
>> 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 
>> tiddlywiki+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/1f745482-a72b-4d81-a8ef-878beaaecc9cn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4dc9c734-cd1c-4f9b-bc76-69045f8bd57an%40googlegroups.com.


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 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 
. 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 fred@gmail.com wrote:

>
> 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 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
>>  
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/553fc5ae-a897-42c3-a653-6f32b2a58118n%40googlegroups.com.


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 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
> . 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 fred@gmail.com wrote:
>
>>
>> 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 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
>>> 
>>> .
>>>
>> --
> 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
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/553fc5ae-a897-42c3-a653-6f32b2a58118n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAY2DnP%2BPgGdPbu3FVxTx7RtewKgJMhG44-73EeFuxnS%3DF-F7w%40mail.gmail.com.


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 Saturday, 31 July 2021 at 01:57:27 UTC+10 fred@gmail.com 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">
> 
> <$transclude tiddler=<>/>
> 
> 
>
> 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  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  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 
>>> . 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 fred@gmail.com wrote:
>>>

 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 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
>  
> 
> .
>
 -- 
>>> 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 
>>> tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/553fc5ae-a897-42c3-a653-6f32b2a58118n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae4225b9-82d5-476a-a87d-5e930a9b8895n%40googlegroups.com.


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
$:/plugins/sq/streams/nodes-list-template using this snippet

<$list filter="[all[shadows+tiddlers]tag[$:/tags/streams/root-buttons]]"
variable="btnTiddler">

<$transclude tiddler=<>/>



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  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  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
>> . 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 fred@gmail.com wrote:
>>
>>>
>>> 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 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
 
 .

>>> --
>> 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
>> tiddlywiki+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/553fc5ae-a897-42c3-a653-6f32b2a58118n%40googlegroups.com
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAY2DnM%2B8Q8s%3DtfphZF3x9-dbBppOy42nsk-NDQ6%3DEhKAYTh4Q%40mail.gmail.com.