Re: [tw5] Re: Relink Plugin Performance

2021-07-02 Thread Flibbles
I don't know of a way to get Google to tell me when conversations come up 
concerning Relink, so I'm always late to the party.

PMario is right. Relink has to scrutinize every tiddler when it looks for 
relinking, but it does have an indexer, and that indexer tries to reduce 
the need for a "full tiddlywiki check" as much as possible.


   - The first rename you make after loading your tiddlywiki will take a 
   while. All the subsequent ones will be much quicker, since it will have a 
   shortlist of which tiddlers are relevant.
   - The first keystroke you make when typing in a new title (or looking at 
   the Relink References tab) will also cause a delay. This too is cached, so 
   it should only happen once per browser tab (or once per $:/tags/Macro 
   change).

Hope this helps! You aren't completely wrong that Relink might seem slower 
in certain respects in V2. I had to scrap a ton of old optimizations I had, 
but I got the indexing working as best I could to compensate.

-Flibbles

On Monday, June 7, 2021 at 12:40:04 AM UTC-4 PMario wrote:

> On Monday, June 7, 2021 at 6:26:01 AM UTC+2 History Buff wrote:
>
>> Thanks. That explains it. I’m assuming that’s why Relink performs 
>> similarly since it’s has to calculate backlinks. Would that be a correct 
>> assumption?
>>
>
> Yes, It's not only backlinks. The relink plugin does a lot more checks, if 
> you change the tiddler title. ... It checks all the tags-fields in all 
> tiddlers. It checks all the list-fields and then it checks all the texts, 
> if there are macros, widgets and so on using this tiddler as a parameter. 
> .. So there is a lot of work to do.
>
> If you change the title of a tiddler, the relink-mechanism is activated. 
> It creates the "The following tiddlers will be updated" "dropdown" element. 
> ... If you don't save the tiddler, this list will probably be recalculated 
> with every edit key-stroke . 
>
> So if you change the title, it may be best to save the tiddler and then 
> edit the text afterwards if needed.
>
> -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/1f5ea3b0-e5f9-4804-9044-6af6376c45a4n%40googlegroups.com.


Re: [tw5] Re: A weird request

2021-07-02 Thread Flibbles
Hey. I'm unsure why Relink isn't able to address this. It should be able to 
rename, AND it should be able to show you all references where that macro 
is used.

Are you saying that the macro argument to mapline isn't getting relinked?

I'm looking at your showModal(tid) that you posted. That would easily be 
able to relink "tid" if you include a relink declaration

\relink showModal tid
\define showModel(tid)
blah blah blah
\end

Am I misunderstanding your problem?
On Thursday, July 1, 2021 at 9:22:49 PM UTC-4 David Gifford wrote:

> Hi Tones thanks for the response. See replies below
>
> On Thu, Jul 1, 2021 at 7:21 PM TW Tones  wrote:
>
>> David,
>>
>> I think I have a possible answer, but can not yet repeat your code and 
>> see what is actually does as a start. Can you share the showModal macro and 
>> any other dependencies please?.
>>
>
> This isn't the file I am referring to, but it is the same showmodal code: 
> https://giffmex.org/wiki/nt1.a.html#%24%3A%2F.giffmex%2FEric%2FShowModal, 
> a gift from Eric, slightly modified by me.
>
>>
>> Also when you say "I can write a line in Clipboard", could you share 
>> more, because I think there may be further automation and simplification 
>> possible.
>>
>
> What I mean is, I will have an edit-text window for the tiddler Clipboard, 
> to have open in any tiddler, as an editTemlate tiddler. My hope is to be 
> able to type a phrase in the Clipboard tiddler, and click an editortoolbar 
> button to stamp the following: @@.map1 XX @@<> <$link 
> to='XX'>{{$:/core/images/link}} 
>
> Where XX = the present text of the Clipboard tiddler.
>
> Then I would clear Clipboard and add new text, and hit the editor toolbar 
> button again.
>
>>
>> Thanks
>> Tones
>>
>> On Friday, 2 July 2021 at 09:39:27 UTC+10 David Gifford wrote:
>>
>>> Hi everyone
>>>
>>> I managed to create a macro where I would add <>> delicious">> and in view mode it would show the equivalent of 
>>>
>>> <$view tiddler="$tiddler$" field="title"/> 
>>> <> <>> "$tiddler$">>
>>>
>>> It was a super fast  workflow and kept my tiddler pretty clean. I was so 
>>> happy to have figured that out on my own. But I quickly realized that the 
>>> links do not create backlinks, and te relink plugin doesn't rename them. 
>>> And searching won't show the tiddler where the macro is.
>>>
>>> Now I am wondering: Is there a better way? I am thinking an 
>>> editortoolbar button that 
>>>
>>> 1) grabs the text of another tiddler where I paste that line of text 
>>> (let's say the tiddler is titled "Clipboard" and I have written in the text 
>>> field, Ice cream is delicious
>>> 2) stamps the following:
>>> @@.map1 Ice cream is delicious. @@<> 
>>> <$link to=' Ice cream is delicious'>{{$:/core/images/link}}
>>>
>>> That way, I can write a line in Clipboard, then stamp the line as 
>>> indicated above in the tiddler I am working on, and have it show up as 
>>> simple text, modal and link. And backlinks will show in a view template 
>>> tiddler. I recognize that renaming would only update the link, not the 
>>> modal or simple text. But for what I am doing, I don't foresee needing to 
>>> rename links.
>>>
>>> Any ideas?
>>>
>>> -- 
>> 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/LPOIaGiXiPY/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/cce8881f-fd64-4a7b-9b05-f523ae960024n%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/3128d9e0-b925-47cb-aceb-e7c1efcc53c3n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread 'Mark S.' via TiddlyWiki
If you scroll down on that tiddler the section *Creating external images 
under Node.js *explains how you can export all your images into a separate 
folder using node.js. But, of course, first you have to set up and run 
TiddlyWiki on node.js. After the image files are exported then you can 
convert your node TW instance back to a single file instance.

Using the new (prerelease 24?)  and the zip plugin it might be able to come 
up with a solution that doesn't need node.js, but that would be all new 
territory.

On Friday, July 2, 2021 at 5:11:23 PM UTC-7 miket...@gmail.com wrote:

> 436 images. But I think the problem is with several very large BMP files. 
> They even take a few minutes to load like raw text. And now I want to 
> delete, and make the pictures external. 
> https://tiddlywiki.com/static/ExternalImages.html
>
>
> пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 
>
>> Congratulations -- when I imported Evernote, I didn't get any images!
>>
>> I think what's happening is that your TW is jam-packed with images. To 
>> verify this theory, go to the "Filter" tab of the advanced search and try 
>> this filter:
>>
>> [all[tiddlers]get[type]prefix[image]count[]]
>>
>> What is the number you see?
>>
>> In the meanwhile, when using the "More" tab, avoid using the "Recent" sub 
>> tab which requires a lot of rendering.
>>
>>
>>
>>

-- 
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/ec4917d9-3665-4535-a0c7-67f7252ba262n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread Mike Andyl
436 images. But I think the problem is with several very large BMP files. 
They even take a few minutes to load like raw text. And now I want to 
delete, and make the pictures external. 
https://tiddlywiki.com/static/ExternalImages.html


пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 

> Congratulations -- when I imported Evernote, I didn't get any images!
>
> I think what's happening is that your TW is jam-packed with images. To 
> verify this theory, go to the "Filter" tab of the advanced search and try 
> this filter:
>
> [all[tiddlers]get[type]prefix[image]count[]]
>
> What is the number you see?
>
> In the meanwhile, when using the "More" tab, avoid using the "Recent" sub 
> tab which requires a lot of rendering.
>
>
>
>

-- 
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/3f10cb09-85a3-4f1d-b24f-fb438f9bac80n%40googlegroups.com.


[tw5] Re: What's the issue with IDs again?

2021-07-02 Thread Mat
Much appreciated Mario. What a great reply! (did you even create that 
example? Just for me???)

So does the "ID issue" for "elements" only concern HTML elements then? I 
just posted an idea on gh:
https://github.com/Jermolene/TiddlyWiki5/discussions/5844

<:-)


On Saturday, July 3, 2021 at 1:04:37 AM UTC+2 PMario wrote:

> On Friday, July 2, 2021 at 6:56:58 PM UTC+2 Mat wrote:
>
>> In HTML one can apply an ID attribute to objects. I know this is not 
>> possible in TW... but I don't get why. Can someone explain why this is not 
>> possible or not appropriate, please.
>
>
> Hi Mat, 
>
> It is possible to use IDs with TW. ... BUT it won't be reliable. ... 
>
> HTML element IDs are per definition unique. But with TW can't guarantee 
> this uniqueness  since we have transclusions. So in the TW story-river it 
> can happen that an ID is visible 2 or more times. 
>
> The CSS definitions will most likely work. BUT depending on the browser 
> implementation we can not guarantee a consistent behaviour for all 
> elements. 
>
> Have a look at this jsFiddle: https://jsfiddle.net/fLcdq7ut/17/  
>
> The HTML code is like this:
>
> 
> 
>   getElementById example
> 
> 
>   Some ID text here
>   Some classed text here
>
>   blue
>   red
>   
>   Some ID text here
>   Some classed text here
> 
>
> The JS code is like this: 
>
> function changeColor(newColor) {
>   var elem = document.getElementById('para');
>   elem.style.color = newColor;
>   
>   var elements = document.getElementsByClassName('para');
>   for (var i=0; i   elements[i].style.color = newColor;
>   }
> }
>
> If you click the buttons you see, that the ID elements are not updated 
> both. It's only the first one, since the function 
> document.getElementById() assumes there is only 1 of them. ... By 
> definition it will return the first element it finds in the DOM tree. 
>
> document.getElementsByClassName() knows there can be many elements with 
> the same class name and it will return an array, so we can use a loop to 
> define the new color. 
>
> This is only a fast example, to show the differences in a way that should 
> be understandable. .. It would be possible to add a class to the IDs too, 
> to get them with the class name. ... BUT this would only solve this 
> particular usecase. 
>
> The browser assumes there is only 1 ID active at a time. So we just don't 
> know, what happens internally. We can't reliably guarantee that everything 
> works as expected. 
>
> hope that helps
> 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/e7d982f4-5827-49a3-b6d6-47aa66013865n%40googlegroups.com.


[tw5] How do I clear a text field?

2021-07-02 Thread Mike Andyl
In the ExternalImages documentation, I need to enter a command to clear old 
information.
*--setfield [is[image]] text "" text/plain* 
https://tiddlywiki.com/static/ExternalImages.html

But this command doesn't work! And it throws an error *ERR_INVALID_ARG_TYPE*
https://i.imgur.com/UThaiys.jpg

This is written about the setfield command.
*templatetitle* - the tiddler to wikify into the specified field. If blank 
or missing then the specified *field is deleted *
https://tiddlywiki.com/static/SetFieldCommand.html

What should be the command to remove old information in this case?

-- 
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/b65d93db-c3dd-492b-af6a-18cab68d155an%40googlegroups.com.


[tw5] Re: What's the issue with IDs again?

2021-07-02 Thread PMario
On Friday, July 2, 2021 at 6:56:58 PM UTC+2 Mat wrote:

> In HTML one can apply an ID attribute to objects. I know this is not 
> possible in TW... but I don't get why. Can someone explain why this is not 
> possible or not appropriate, please.


Hi Mat, 

It is possible to use IDs with TW. ... BUT it won't be reliable. ... 

HTML element IDs are per definition unique. But with TW can't guarantee 
this uniqueness  since we have transclusions. So in the TW story-river it 
can happen that an ID is visible 2 or more times. 

The CSS definitions will most likely work. BUT depending on the browser 
implementation we can not guarantee a consistent behaviour for all 
elements. 

Have a look at this jsFiddle: https://jsfiddle.net/fLcdq7ut/17/  

The HTML code is like this:



  getElementById example


  Some ID text here
  Some classed text here

  blue
  red
  
  Some ID text here
  Some classed text here


The JS code is like this: 

function changeColor(newColor) {
  var elem = document.getElementById('para');
  elem.style.color = newColor;
  
  var elements = document.getElementsByClassName('para');
  for (var i=0; ihttps://groups.google.com/d/msgid/tiddlywiki/540e0f00-db45-45c0-b388-75521a576cc1n%40googlegroups.com.


[tw5] Re: Streams : "strange behaviour" when transcluding a root tiddler

2021-07-02 Thread FrD
Thanks !

It works perfectly.

Best regards
FrD

Le vendredi 2 juillet 2021 à 22:25:02 UTC+2, saq.i...@gmail.com a écrit :

> Since the nodes are separate tiddlers, they don't show up with a normal 
> transclusion.
> You need to transclude through a template: 
>
> {{TiddlerTitleHere||$:/plugins/sq/streams/nodes-list-template}}
>
> On Friday, July 2, 2021 at 9:27:45 PM UTC+2 FrD wrote:
>
>> Hi (specially Saq) !
>>
>> Thank you Saq for your fine piece of sofware. Its works flawlessly for my 
>> occasionnal note taking (or organizing).
>> Recently I've being trying to organize notes from watching a video.
>> I wanted to transclude in a tiddler, below the video, the root tiddler of 
>> my notes : {{Personal Notes for Class 01}}. And nothing shows.
>> Maybe I missed something from the documentation ...
>> I've tried on your demo site to transclude the tiddler "Streams 0.2 
>> improvements" inside a new tiddler and same problem. The only tiddlers that 
>> are showing as transclusions are the "leaf" tiddlers.
>>
>> Is there a way to make a root tiddler appear when transcluded ?
>>
>> Thanks in advance
>>
>> Best regards
>> FrD
>>
>

-- 
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/c7f67420-4a06-4481-93b4-0341f3520d38n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread 'Mark S.' via TiddlyWiki
Congratulations -- when I imported Evernote, I didn't get any images!

I think what's happening is that your TW is jam-packed with images. To 
verify this theory, go to the "Filter" tab of the advanced search and try 
this filter:

[all[tiddlers]get[type]prefix[image]count[]]

What is the number you see?

In the meanwhile, when using the "More" tab, avoid using the "Recent" sub 
tab which requires a lot of rendering.



-- 
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/53393ce1-7dce-4125-abe9-e0aaab787269n%40googlegroups.com.


[tw5] Re: Streams : "strange behaviour" when transcluding a root tiddler

2021-07-02 Thread Saq Imtiaz
Since the nodes are separate tiddlers, they don't show up with a normal 
transclusion.
You need to transclude through a template: 

{{TiddlerTitleHere||$:/plugins/sq/streams/nodes-list-template}}

On Friday, July 2, 2021 at 9:27:45 PM UTC+2 FrD wrote:

> Hi (specially Saq) !
>
> Thank you Saq for your fine piece of sofware. Its works flawlessly for my 
> occasionnal note taking (or organizing).
> Recently I've being trying to organize notes from watching a video.
> I wanted to transclude in a tiddler, below the video, the root tiddler of 
> my notes : {{Personal Notes for Class 01}}. And nothing shows.
> Maybe I missed something from the documentation ...
> I've tried on your demo site to transclude the tiddler "Streams 0.2 
> improvements" inside a new tiddler and same problem. The only tiddlers that 
> are showing as transclusions are the "leaf" tiddlers.
>
> Is there a way to make a root tiddler appear when transcluded ?
>
> Thanks in advance
>
> Best regards
> FrD
>

-- 
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/23d037a7-49c3-48cc-9657-77cc57a5383fn%40googlegroups.com.


[tw5] Re: Shiraz list-content (experimental)

2021-07-02 Thread Mark
Hi Mohammad,

I could put this list-content macro to use in a project I'm working on. Is 
it available to experiment with? I could not find it at 
https://kookma.github.io/TW-Shiraz/

Thanks!

mck

On Friday, June 4, 2021 at 9:14:28 AM UTC-7 Mohammad wrote:

> Shiraz has a list-search which is very handy and list filtered tiddlers 
> with a search box lets you search in results!
> Shiraz has a lot of features that lets you create new tools with more ease!
>
> I have implemented another list macro called list-content! BUT I'm not 
> sure if it has already been published (introduced) by another 
> user/developer!
>
> The list-content is actually a search box, but instead of displaying 
> titles, it displays the tiddler with its content!
>
> As soon as it find any results it shows
>
> 1. each result as a Card
> 2. The resulting tiddler is displayed with title, subtitle, tags and text
> 3. It is possible to have multi column result or truncate the text and 
> show part of text
>
>
>
> Best wishes
> Mohammad
>

-- 
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/82b849c9-0c68-4230-9e08-bec2afd3cc91n%40googlegroups.com.


[tw5] Streams : "strange behaviour" when transcluding a root tiddler

2021-07-02 Thread FrD
Hi (specially Saq) !

Thank you Saq for your fine piece of sofware. Its works flawlessly for my 
occasionnal note taking (or organizing).
Recently I've being trying to organize notes from watching a video.
I wanted to transclude in a tiddler, below the video, the root tiddler of 
my notes : {{Personal Notes for Class 01}}. And nothing shows.
Maybe I missed something from the documentation ...
I've tried on your demo site to transclude the tiddler "Streams 0.2 
improvements" inside a new tiddler and same problem. The only tiddlers that 
are showing as transclusions are the "leaf" tiddlers.

Is there a way to make a root tiddler appear when transcluded ?

Thanks in advance

Best regards
FrD

-- 
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/6b0d7ee8-3af9-4bab-9312-101d50af92efn%40googlegroups.com.


[tw5] Re: Open Tiddler in New Window button

2021-07-02 Thread History Buff
Thanks Brian & Tones,

I haven't tried changing any of my existing styles yet, but that's next. I 
did try the json file and it only changed things up. The font sizes were 
still not the same. Some were smaller and some were larger. I just tried it 
briefly and didn't investigate further because of more pressing matters. I 
will hopefully have a chance to play with some of these over the next few 
days.


On Thursday, July 1, 2021 at 5:35:31 PM UTC-7 TW Tones wrote:

> I should have added this should fix your css issue out of the box, but may 
> introduce other viewTemplate elements you do not want in your windows, Tell 
> me and I can create a new button.
>
> Tones
>
>
> On Friday, 2 July 2021 at 10:28:42 UTC+10 TW Tones wrote:
>
>> History Buff,
>>
>> The first thing to realise is "open in new window", only renders the text 
>> field of the tiddler. So as to make full use of the view or edit templates 
>> in Windows I created the attached two buttons.
>>
>> I have not yet published this solutions but others have found them useful.
>>
>> Regards
>> Tones
>> On Friday, 2 July 2021 at 03:56:45 UTC+10 History Buff wrote:
>>
>>> All,
>>>
>>> I noticed some interesting behavior today that I don't understand. I was 
>>> playing around with the open tiddler in new window button and noticed that 
>>> the styling seems to be all messed up and not in a consistent way. I 
>>> haven't checked all styling, but font size is definitely not the same and 
>>> may be larger or smaller. Does the new window not have access to any of the 
>>> styling from my custom spreadsheets?
>>>
>>> Just curious.
>>>
>>

-- 
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/e4117284-0795-41d8-8b01-ac8f441bcd37n%40googlegroups.com.


[tw5] What's the issue with IDs again?

2021-07-02 Thread Mat
In HTML one can apply an ID attribute to objects. I know this is not 
possible in TW... but I don't get why. Can someone explain why this is not 
possible or not appropriate, please.

I have some ideas but need to understand this issue before going further.

Thanx

<:-)

-- 
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/37fdb80b-5604-4591-8982-3e160dfbc424n%40googlegroups.com.


[tw5] Re: NoteTaking in Streams

2021-07-02 Thread Si

@Zhang. I second Tones' request! Would love to see the code for that linked 
references section.

On Friday, 2 July 2021 at 01:33:42 UTC+1 TW Tones wrote:

> Zhang.
>
> Please share that solution if possible, it looks great.
>
> Tones
>
> On Friday, 2 July 2021 at 10:22:38 UTC+10 zhang...@gmail.com wrote:
>
>> @Saq
>> > One of the things I would dearly like to know is how many people are 
>> actually using Streams on a regular basis, and what their workflow looks 
>> like. My feeling is its a very small handful and I'll admit that probably 
>> influences how much time I devote to working on Streams.
>>
>> I've been using streams regularly for a bit over a month, initially as a 
>> replacement for RoamResearch.  After awhile I have to say TiddlyWiki 
>> combined with Streams is so much more flexible and "sensible" than vanilla 
>> RoamResearch.  For example, I was able to implement RoamResearch-style 
>> backlinks with Streams' macros:
>> [image: backlink.PNG]
>> So Just joined the group to say thanks to you for your marvellous work!
>>
>> On Thursday, 24 June 2021 at 15:59:33 UTC+1 saq.i...@gmail.com wrote:
>>
>>> Hi Walt, 
>>>
>>> Hopefully you will get input from people actually using Streams as to 
>>> what works for them.
>>>
>>> One of the things I would dearly like to know is how many people are 
>>> actually using Streams on a regular basis, and what their workflow looks 
>>> like. My feeling is its a very small handful and I'll admit that probably 
>>> influences how much time I devote to working on Streams.
>>>   
>>>
 But then: the result is a slew of tiddlers with long numeric IDs that, 
 tho nicely presented in the edit window as a clean hierarchal outline, 
 cannot be either flattened into a single tiddler, nor exported or even 
 copy/pasted into the tiddler body via any built-in affordance.  I've been 
 going the copy/paste way so far, but it's a hard road to travel, given any 
 significant length and/or complexity to your outline. 

>>>
>>> Have you considered any of the methods outlined here?
>>>  
>>> https://saqimtiaz.github.io/streams/#Working%20with%20streams%20tiddlers
>>>
>>> Now: plugin author Saq said essentially 
  
 that the only reason he hasn't built in any such affordance is that he 

>>> doesn't know what users want: a simple concatenation of the stream? a 
 hierarchial structure in some form?

>>>
>>> It's a bit more than that. Each node in a stream is a tiddler and can 
>>> have any content. Streams was originally envisioned not just for rapid note 
>>> taking but also for the ability to divide your text into smaller tiddlers 
>>> as you write/edit. As such it is difficult to envisage a single export 
>>> format that would work for everyone's content.  However using the 
>>> approaches outlined in the link above you can easily set up your own 
>>> markdown export.
>>>
>>>  
>>>
 For me, the best (and simplest?) solution would be to convert the 
 stream to Markdown: each node being just a line of text preceded by a 
 number of asterisks (1->any) to reflect its level in the hierarchy.  

>>>
>>> The issue is that MD tiddlers will always be second class citizens in 
>>> TiddlyWiki. I think in the long run this isn't going to be a feasible 
>>> approach unless all you want to do is write your notes and export them 
>>> outside of TiddlyWiki. Also note that while MD syntax does support 
>>> multiline content in lists, TW markup does not ( at least not cleanly).
>>>
>>> As an aside, I think something like this unfulfilled experiment would 
>>> suit your use case from what I know of it:
>>> https://groups.google.com/g/tiddlywiki/c/drA7IEx2Ng0/m/67pyPkgKBgAJ
>>> Before you ask, no plans to take that any further, in part due to the 
>>> reasons outlined above.
>>>
>>> Cheers,
>>> 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/34e625a1-2142-4673-9696-f4852b5a9928n%40googlegroups.com.


[tw5] Re: Search box

2021-07-02 Thread Charlie Veniot
For sure.  That's all documented here:  
https://tiddlywiki.com/#search%20Operator

I much prefer the "wide open" (search all fields), so that if I can catch 
the tiddler I want by a selection of words I remember being wherever they 
happen to exist in the tiddler, so maybe a word from the title, a word from 
some custom field, a word from the text.

You could make the "field list" for search operator come from another edit 
text widget, so you have the flexibility of dynamically specifying which 
field(s) you want to search.



On Friday, July 2, 2021 at 5:23:13 AM UTC-3 mohamed.e...@vodafone.com wrote:

> Thanks,
>
> However is there a way to make the search more accurate , typing in "Hello 
> there"   listed so many tiddlers  , i believe because it is seraching all 
> tidder field ? if its the case could it be restrained to only searching one 
> field, the title ?[image: Capture10.PNG]
>
> On Friday, July 2, 2021 at 6:04:36 AM UTC+2 cj.v...@gmail.com wrote:
>
>> Hi,
>>
>> Using TiddlyWiki.com for testing, create a new tiddler with the following 
>> content:
>>
>> <$edit-text tiddler={{{ [addsuffix[ Data]] }}} 
>> field="search_value"/>
>>
>> <$list variable="checkLength" filter="[addsuffix[ 
>> Data]get[search_value]length[]compare:number:gt[4]]"> //(enter at least 5 
>> characters)//
>> <$vars searchCriteria={{{  [addsuffix[ 
>> Data]get[search_value]]  }}}>
>> <$list filter="[all[tiddlers]search]">
>> <$link/>
>> 
>> 
>> 
>>
>>
>>
>> On Thursday, July 1, 2021 at 10:47:46 PM UTC-3 mohamed...@hotmail.com 
>> wrote:
>>
>>>
>>> Hi ,
>>>
>>> I have a tiddler that has a filter that lists other tiddlers along with 
>>> their details
>>>
>>> the problem is the list is too long and big that it makes it hard to 
>>> find the one particular tiddler i want to look at .
>>>
>>> is there a way to add like a search box? where i can just enter the 
>>> tiddler name and this would hide everything and display the one tiddler i 
>>> entered its name
>>>
>>

-- 
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/d555bfa9-c444-4274-ab64-ec9dcff24ef4n%40googlegroups.com.


[tw5] Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread Mike Andyl
I have two notebooks in total 80MB. I imported them and now TiddlyWiki  
doesn't work well. Number of tiddlers 629.
1. I see a lot of entries that are pictures and it distracts me. Is it 
possible to hide them somehow? There are a lot of them and, of course, I 
don’t want to do it with my hands with each one!
2. Now the main file is processed for a long time on loading and uploading. 
How can I put all pictures in a folder so that they do not interfere with 
the database?
3. Many commands for checking on the "More" tab now freeze the browser.
What can be done here?

-- 
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/fab87bee-1781-4194-951c-e2170cf6f97bn%40googlegroups.com.


[tw5] Problem with TiddlyWiki 5 after importing Evernote.

2021-07-02 Thread Mike Andyl

I have two notebooks in total 80MB. I imported them and now A doesn't work 
well. Number of tiddlers 629.
1. I see a lot of entries that are pictures and it distracts me. Is it 
possible to hide them somehow? There are a lot of them and, of course, I 
don’t want to do it with my hands with each one!
2. Now the main file is processed for a long time on loading and uploading. 
How can I put all pictures in a folder so that they do not interfere with 
the database?
3. Many commands for checking on the "More" tab now freeze the browser.
What can be done here?

-- 
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/319a5f31-67c9-4473-8534-70794a7918dfn%40googlegroups.com.


[tw5] Re: Search box

2021-07-02 Thread 'mohamed maghrabi' via TiddlyWiki
Thanks,

However is there a way to make the search more accurate , typing in "Hello 
there"   listed so many tiddlers  , i believe because it is seraching all 
tidder field ? if its the case could it be restrained to only searching one 
field, the title ?[image: Capture10.PNG]

On Friday, July 2, 2021 at 6:04:36 AM UTC+2 cj.v...@gmail.com wrote:

> Hi,
>
> Using TiddlyWiki.com for testing, create a new tiddler with the following 
> content:
>
> <$edit-text tiddler={{{ [addsuffix[ Data]] }}} 
> field="search_value"/>
>
> <$list variable="checkLength" filter="[addsuffix[ 
> Data]get[search_value]length[]compare:number:gt[4]]"> //(enter at least 5 
> characters)//
> <$vars searchCriteria={{{  [addsuffix[ 
> Data]get[search_value]]  }}}>
> <$list filter="[all[tiddlers]search]">
> <$link/>
> 
> 
> 
>
>
>
> On Thursday, July 1, 2021 at 10:47:46 PM UTC-3 mohamed...@hotmail.com 
> wrote:
>
>>
>> Hi ,
>>
>> I have a tiddler that has a filter that lists other tiddlers along with 
>> their details
>>
>> the problem is the list is too long and big that it makes it hard to find 
>> the one particular tiddler i want to look at .
>>
>> is there a way to add like a search box? where i can just enter the 
>> tiddler name and this would hide everything and display the one tiddler i 
>> entered its name
>>
>

-- 
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/c7f821ae-db39-4f9f-bf65-dcfb5aa49b52n%40googlegroups.com.


[tw5] Re: Spell checker that works with CodeMirror?

2021-07-02 Thread
BTW: I would expect to see not correct spelled words in the output view.
I don't want to switch between 'output' and 'spell check'

Stefan
S² schrieb am Freitag, 2. Juli 2021 um 08:33:28 UTC+2:

> I’m with Mario – it’s a privacy issue…
> Greetings
> Stefan
> PMario schrieb am Freitag, 2. Juli 2021 um 08:25:39 UTC+2:
>
>> On Friday, July 2, 2021 at 1:29:07 AM UTC+2 Scott Kingery wrote:
>>
>>> Thanks for posting this. Works great with the standard editor and 
>>> Grammarly browser extension.  
>>
>>
>> There are 2 problems I see with tools like this. 
>>
>> a) you need to be always online
>> b) You need to create an account and every word you type will be sent to 
>> their server. 
>>
>> I personally have a privacy issue here. TiddlyWiki is a tool that lets 
>> you own your data. I wouldn't want to connect it to a tool that spies on my 
>> data. 
>>
>> Just my opinion
>> -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/eadce90b-047a-49b3-8fba-22419f1193f7n%40googlegroups.com.


[tw5] Re: Spell checker that works with CodeMirror?

2021-07-02 Thread
 

I’m with Mario – it’s a privacy issue…
Greetings
Stefan
PMario schrieb am Freitag, 2. Juli 2021 um 08:25:39 UTC+2:

> On Friday, July 2, 2021 at 1:29:07 AM UTC+2 Scott Kingery wrote:
>
>> Thanks for posting this. Works great with the standard editor and 
>> Grammarly browser extension.  
>
>
> There are 2 problems I see with tools like this. 
>
> a) you need to be always online
> b) You need to create an account and every word you type will be sent to 
> their server. 
>
> I personally have a privacy issue here. TiddlyWiki is a tool that lets you 
> own your data. I wouldn't want to connect it to a tool that spies on my 
> data. 
>
> Just my opinion
> -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/a918d849-e529-41c8-8913-e6f38387e208n%40googlegroups.com.


[tw5] Re: Spell checker that works with CodeMirror?

2021-07-02 Thread PMario
On Friday, July 2, 2021 at 1:29:07 AM UTC+2 Scott Kingery wrote:

> Thanks for posting this. Works great with the standard editor and 
> Grammarly browser extension.  


There are 2 problems I see with tools like this. 

a) you need to be always online
b) You need to create an account and every word you type will be sent to 
their server. 

I personally have a privacy issue here. TiddlyWiki is a tool that lets you 
own your data. I wouldn't want to connect it to a tool that spies on my 
data. 

Just my opinion
-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/b0f08929-3947-489d-98e2-78aef296eb11n%40googlegroups.com.