[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread TonyM
Cd.K

What you ask is possible, but I am not so sure if its the best way, in some 
ways you want to drive a special search and make it be used in the standard 
search?

Here are some tips that could lead to your suggested solution or a better 
one

   - $:/core/ui/AdvancedSearch/Filter is the tiddler containing the 
   filtered search
  - In you look inside you notice
  - The Search String is stored in $:/temp/advancedsearch (Get a button 
  to set this)
  - $:/tags/Filter is used to store saved filters such as 
  $:/core/Filters/RecentSystemTiddlers (Clone and Make your own)
  - The Tag $:/tags/AdvancedSearch adds a tiddler to the advanced 
  search menu
   
Or create a tiddler called "My Search" tag it with $:/tags/AdvancedSearch 
set the caption field to My Search
Filter-Var: <$edit-text tiddler="$:/temp/filtervar" tag=input/>
Filter: <$edit-text tiddler="$:/temp/filter" tag=input/> can also use 
``
<$set name=filter-var value={{$:/temp/filtervar}}>
<$set name=filter value={{$:/temp/filter}}>
<$list filter={{$:/temp/filter}}>





This will appear as a tab in advanced search

However you can open this directly after setting the values you want, so in 
another tiddler create a button

This will set the values then open "My Search"
<$button to="My Search">
<$action-setfield $tiddler="$:/temp/filtervar" 
text="[is[current]fields[]]"/>
<$action-setfield $tiddler="$:/temp/filter" 
text="[fields[]!subfilter{$:/temp/filtervar}]"/>
Go

Changes the text= values as needed
You can use 
{$:/temp/filtervar}
or 

in your filter

Regards
Tony


On Tuesday, September 24, 2019 at 1:55:13 AM UTC+10, Cd.K wrote:
>
> TonyM 
>
> On Monday, September 23, 2019 at 6:48:18 AM UTC+2, TonyM wrote:
>
>
>> Filter-Var: <$edit-text tiddler="$:/temp/filtervar" tag=input/>
>> Filter: <$edit-text tiddler="$:/temp/filter" tag=input/> can also use 
>> ``
>> <$set name=filter-var value={{$:/temp/filtervar}}>
>> <$set name=filter value={{$:/temp/filter}}>
>> <$list filter={{$:/temp/filter}}>
>>
>> 
>> 
>> 
>>
>>
> *That's awesome!*
>
> And it's the answer to my (sub-) question in this thread here above: How 
> to use a variable in Advanced Search: How do I apply this hint in my case? 
> 
>
> Do you think you could extend this approach in the following way?
> - in a tiddler (e.g. titled: "automation task") with 
> - your Filter-Var & Filter code, optically separated in its own frame
> - this frame/section contains in addition a button labled"execute/run"
> - and you click the button 
> - to open the Advanced Search tiddler 
> - to jump to the tab/register "Filter"
> - to insert `[fields[]!subfilter{$:/temp/filtervar}]` 
> - and as result the Advanced Search lists the matches  
>
> Is something like this possible with WikiText? 
>
>
> Regards 
> Cd.K
>
>
>
>
>>

-- 
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/39e120de-32eb-4ccc-88d2-0d992b0afa1b%40googlegroups.com.


[tw5] Re: A TiddlyWiki community book.

2019-09-23 Thread A Gloom
Zachary

Mordor you say?... well you can have my wiki... : )

 joking aside-- keep an eye out for when I announce "Searching high n low" 
is online.  It's a portal concept for documentation/search of made to 
support those involved in the "What's the point of effort? 
"
 
thread.  You are invited to use in full or part the "Searching high n low" 
wiki to aid you in your wndeavor.

-- 
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/fb101988-b6ec-43cf-905a-e7faf79ee836%40googlegroups.com.


[tw5] Re: Please advise: Shiraz plugin image / tiddler slideshow

2019-09-23 Thread Mohammad
Hi Tony!
Many thanks for your feedback.

Yes, I think simplicity and ease of use by end users should be the first 
objective!

In Shiraz 2 I focused mainly on CSS for adding components for better 
visually effects and nice presentation, so I removed many irrelevant parts, 
while image macros and css were added.

I decided to not add animation effects like cross fading and leave them for 
another work.

--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/32e53d1b-8f68-4b2b-b2a6-bcf6c6ebea70%40googlegroups.com.


[tw5] Re: Lots of images and audio

2019-09-23 Thread TonyM
Mark,

When it comes to serving it via http the main questions you need to ask is 
do you need to simply publish it as read only on the internet or do you 
have contributors, is its visibility or edit available online?, or do you 
want it hidden for you or a small number of people?. The simplest method is 
to edit it locally and copy up as needed or use tiddlyspot etc... Other 
questions are do you need search engines to recognise it etc...

What hosting service do you have available etc...

Personally I am moving to using tw-receiver, single file wikis on a 
standard web hosting platform for wikis I can edit and everyone else can 
read. I am gradually developing methods to help turn this method into  
fully collaborative system but this will take time.

Jed I think has the most advanced experience with publishing node on the 
internet but I believe security concerns remain.

So unfortunately you will need to describe more deeply your hosting 
requirements to get more focused advice on hosting.

Regards
Tony

On Tuesday, September 24, 2019 at 3:53:20 AM UTC+10, Mark Krieg wrote:
>
> Greeting everyone!
>
> I've got a personal journal in TiddlyWiki of less than 5000 
> entries/tiddlers. However when I started loading lots photos it began 
> crashing under node.js.
>
> I have two needs, the best way to handle large numbers of images and 
> audio, and also a method to server it via HTTP so I can access it from 
> anywhere.
>
> I thought that node.js was my solution, only loading the tiddlers as I 
> used them, however that doesn't seem to be the case.
>
> Any suggestions would be MOST welcome!
>
> Every blessing,
>
> Mark
>
>

-- 
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/b519af00-5de5-47f2-81d6-14c06adeed42%40googlegroups.com.


[tw5] Re: Please advise: Shiraz plugin image / tiddler slideshow

2019-09-23 Thread TonyM
Mohammad,

It is up to you as to if you think the Shiraz plugin is the correct place 
to publish, perhaps it is so you do not fragment your work too much. Shiraz 
can become about improved ways to present information and images in 
tiddlywiki.

This is a good idea, and your work of late is doing something I thought we 
needed in Tiddlywiki and that is more components that allow us to implement 
common visual information presentation that you can find on any website out 
there. These are suited to plugins because they should be optional extras 
rather than load the standard distribution but I think a lot of people will 
be looking for this kind of thing.

An example of bringing such methods into tiddlywiki, and Dreaming I would 
ask what if there was a way to present tiddlers using parallax 
https://www.youtube.com/watch?v=STwoa-9jxi0 as an example (Just found this 
and watched the start, so I am not necessarily recommending the whole 
video).

I really appreciate your work but some feedback I would suggest, is 
integrating it a little more with tiddlywiki, to make them a little easier 
to use. This is however not a simple thing to discuss. Not only must we use 
a deep understanding of tiddlywiki when integrating but also avoid making 
decisions that reduce the functionality in the process. I am happy to 
contribute in the long run in this area.

Thanks again for your generous community contributions.

Regards
Tony


On Tuesday, September 24, 2019 at 4:02:20 AM UTC+10, Mohammad wrote:
>
> Sorry, the link was incorrect, use the below link
>
> http://csstransition.tiddlyspot.com/#Cross-Fade%20Images%20with%20Timer
>
>
> [I also edited the original post!]
>
>
> --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/14dd5d77-d6d1-420a-9e51-24f04477f60d%40googlegroups.com.


[tw5] Re: Getting an "Internal Javascript Error" when using IE 11

2019-09-23 Thread CJ Veniot
Latest version of Relink, by Flibbles, fixes the problem.  
https://groups.google.com/forum/?hl=en=#!topic/tiddlywiki/NC79XPu9j-8

On Thursday, September 19, 2019 at 9:03:37 PM UTC-3, CJ Veniot wrote:
>
> Le P'tit Aurèle TiddlyWiki, hosted on neocities 
> 
>
> Hello,
>
> When accessing the TiddlyWiki with Internet Explorer 11 on two different 
> PC's, I get an internal javascript error every time I close all the open 
> tiddlers (when I close each of the default tiddlers individually; same 
> thing if I use the "close all tiddlers" button).
>
> (error screenshot attached)
>
> I never get that problem with my Chromebook.
>
> Anybody have any idea what's going on there?
>
> Much appreciated !  Cheers and best regards !
>

-- 
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/f13dab04-1792-441d-922f-581109d9d37c%40googlegroups.com.


[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-23 Thread CJ Veniot
G'day Flibbles,

I gave that a spin today, and whatever magic you did fixed that problem.  
Thank-you !

On Saturday, September 21, 2019 at 5:13:15 PM UTC-3, Flibbles wrote:
>
> @CJ Veniot: I think Relink supports IE11 now 
> . I wasn't able to get 
> it to crash anymore while using that browser (but there may be something 
> hidden you'll encounter some day. If you do, let me know)
>
> @TonyM: I've got basic support for changing which tiddlers get updated 
> . It's got more work to 
> do, but it's at a state where you can use it, and let me know if it's not 
> what you need.
>
> On Saturday, September 21, 2019 at 8:32:38 AM UTC-4, CJ Veniot wrote:
>>
>> As we would say back home: "pas de panic".  In the meantime, really easy 
>> to disable Relink just before "deploying" my tiddlywiki instance.
>>
>> On Friday, September 20, 2019 at 11:22:57 PM UTC-3, Flibbles wrote:
>>>
>>> Yes. This problem is coming from Relink. I was unaware that IE11 doesn't 
>>> allow backtick syntax. I will have that fixed tomorrow. Too much to do 
>>> tonight.
>>>
>>> Thank you for reporting this issue. I've created a bug report for it 
>>> here . I'll be posting 
>>> any further developments on the issues, such as when a fix is pushed, there.
>>>
>>> -Flibbles
>>>
>>> On Friday, September 20, 2019 at 7:23:53 PM UTC-4, CJ Veniot wrote:

 G'day Flibbles,

 I've got an internal javascript error with my TiddlyWiki which happens 
 consistently in IE 11, but never on my Chromebook.

 The problem goes away when Relink is disabled.

 Please find details in this other thread:  
 https://groups.google.com/forum/?utm_medium=email_source=footer#!msg/tiddlywiki/6RnrQLYG4QY/Ul_tm2o0BwAJ

 On Sunday, September 1, 2019 at 11:27:19 PM UTC-3, Flibbles wrote:
>
> I present Relink !
>
> It relinks fields, links, WikiLinks, widgets, transclusions, lists, 
> and filters. It's highly customizable, but it will also work out of the 
> box. It's robust, and can handle bizarre name changes. It works through 
> whitelisting, so it doesn't change plaintext instances of a title, or 
> other 
> instances where an updated would be undesirable. It's also well tested 
> (but 
> still really new!!). It should be comprehensive.
>
> Otherwise, I really hope everyone gets good use out of this. Having 
> written it, I completely understand why this isn't a core feature. It was 
> *hard 
> as crap*! There are so many edge cases! I'm sure more will still crop 
> up.
>
> *Edit**: It now also supports macros, making it a fully comprehensive 
> relinking plugin.*
>
> Demo page here .
>
> Source code here .
>
> I would absolutely love to get some feedback. I really hope this helps 
> people.
>
> -Flibbles
>


-- 
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/01fcab06-9276-4c9a-a4b4-ce74c295e64b%40googlegroups.com.


[tw5] Re: clearing out search field on reload

2019-09-23 Thread Ton Gerner
Hi Aidan,

Advanced search uses $:/temp/advancedsearch

Cheers,

Ton

-- 
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/caa35d1d-68a0-4f83-abed-fdf2d92fe290%40googlegroups.com.


[tw5] Re: Lots of images and audio

2019-09-23 Thread 'Mark S.' via TiddlyWiki
Have you tried these settings:

https://tiddlywiki.com/#LazyLoading

In theory, your images will only load when you need them.

Good luck!


On Monday, September 23, 2019 at 11:37:48 AM UTC-7, Mark Krieg wrote:
>
> My TiddlyWiki version is: 5.1.22
>
>
>
> I'm loading the images by dragging them onto my TiddlyWiki, importing 
> them, and referencing the tiddler like so:
>
> *{{57e44c4c47311360f4f8f4e485bb47b1.jpeg}}*
>
>
>
> The way I launch TW in node.js is:
>
>
> *alias twsrv='cd ~/Dropbox/TiddlyWiki5 && tiddlywiki 
> editions/tw5.com-server --server 8080 $:/core/save/all text/plain text/html 
> "" "" 0.0.0.0'*
>
>
>
>
> On Monday, September 23, 2019 at 2:09:06 PM UTC-4, Mark S. wrote:
>>
>> What version of TW?
>> How are you loading the images?
>> How are you launching TW in node.js ?
>>
>> Good luck!
>>
>> On Monday, September 23, 2019 at 10:53:20 AM UTC-7, Mark Krieg wrote:
>>>
>>> Greeting everyone!
>>>
>>> I've got a personal journal in TiddlyWiki of less than 5000 
>>> entries/tiddlers. However when I started loading lots photos it began 
>>> crashing under node.js.
>>>
>>> I have two needs, the best way to handle large numbers of images and 
>>> audio, and also a method to server it via HTTP so I can access it from 
>>> anywhere.
>>>
>>> I thought that node.js was my solution, only loading the tiddlers as I 
>>> used them, however that doesn't seem to be the case.
>>>
>>> Any suggestions would be MOST welcome!
>>>
>>> Every blessing,
>>>
>>> Mark
>>>
>>>

-- 
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/f5964d07-a480-4a16-80ec-ce4b9c6aeea7%40googlegroups.com.


[tw5] Re: Lots of images and audio

2019-09-23 Thread Jed Carty
If you are using _canonical_uri instead of importing the images into 
tiddlers helps, even on node.js.

I have had a few thousand images in a wiki that used _canonical_uri and 
there was no trouble.

Otherwise skinny tiddlers can help, but I haven't ever used them so someone 
else would have to give input there.

-- 
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/617c7a8d-478f-414f-b874-47766511f1cd%40googlegroups.com.


[tw5] Re: Lots of images and audio

2019-09-23 Thread Mark Krieg
My TiddlyWiki version is: 5.1.22



I'm loading the images by dragging them onto my TiddlyWiki, importing them, 
and referencing the tiddler like so:

*{{57e44c4c47311360f4f8f4e485bb47b1.jpeg}}*



The way I launch TW in node.js is:


*alias twsrv='cd ~/Dropbox/TiddlyWiki5 && tiddlywiki 
editions/tw5.com-server --server 8080 $:/core/save/all text/plain text/html 
"" "" 0.0.0.0'*




On Monday, September 23, 2019 at 2:09:06 PM UTC-4, Mark S. wrote:
>
> What version of TW?
> How are you loading the images?
> How are you launching TW in node.js ?
>
> Good luck!
>
> On Monday, September 23, 2019 at 10:53:20 AM UTC-7, Mark Krieg wrote:
>>
>> Greeting everyone!
>>
>> I've got a personal journal in TiddlyWiki of less than 5000 
>> entries/tiddlers. However when I started loading lots photos it began 
>> crashing under node.js.
>>
>> I have two needs, the best way to handle large numbers of images and 
>> audio, and also a method to server it via HTTP so I can access it from 
>> anywhere.
>>
>> I thought that node.js was my solution, only loading the tiddlers as I 
>> used them, however that doesn't seem to be the case.
>>
>> Any suggestions would be MOST welcome!
>>
>> Every blessing,
>>
>> Mark
>>
>>

-- 
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/4e0e8427-9e2c-49d8-aca7-c5fb64716430%40googlegroups.com.


[tw5] Re: Lots of images and audio

2019-09-23 Thread 'Mark S.' via TiddlyWiki
What version of TW?
How are you loading the images?
How are you launching TW in node.js ?

Good luck!

On Monday, September 23, 2019 at 10:53:20 AM UTC-7, Mark Krieg wrote:
>
> Greeting everyone!
>
> I've got a personal journal in TiddlyWiki of less than 5000 
> entries/tiddlers. However when I started loading lots photos it began 
> crashing under node.js.
>
> I have two needs, the best way to handle large numbers of images and 
> audio, and also a method to server it via HTTP so I can access it from 
> anywhere.
>
> I thought that node.js was my solution, only loading the tiddlers as I 
> used them, however that doesn't seem to be the case.
>
> Any suggestions would be MOST welcome!
>
> Every blessing,
>
> Mark
>
>

-- 
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/ac920920-05c4-401a-b7fb-eff73a339c17%40googlegroups.com.


[tw5] clearing out search field on reload

2019-09-23 Thread Aidan Grey
Hey all,

I can't find it, but a month or so ago, someone wanted to prevent their TW 
from loading with previous search criteria. The solution was simple:

<$action-setfield $tiddler="$:/temp/search" $value=""/>

My problem - I've moved the search to a new location, and it's all advanced 
all the time:

Tiddler: Search
Tagged:  $:/tags/SideBar


<>



The question:

How do I set THAT search to be empty by default / at startup / after reload?



-- 
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/4f814d4d-3125-4c3d-9ce5-ce97ef6a4d28%40googlegroups.com.


[tw5] Re: Please advise: Shiraz plugin image / tiddler slideshow

2019-09-23 Thread Mohammad
Sorry, the link was incorrect, use the below link

http://csstransition.tiddlyspot.com/#Cross-Fade%20Images%20with%20Timer


[I also edited the original post!]


--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/b0b2d7e0-3d2c-417f-8b28-f6be9414e691%40googlegroups.com.


[tw5] Please advise: Shiraz plugin image / tiddler slideshow

2019-09-23 Thread Mohammad
I have created a pure CSS to let create an automatic slideshow from images

https://groups.google.com/d/msg/tiddlywiki/rOVjyoKcKDw/S3mLtvUSCAAJ

This can also be used at the landing pages of wiki to even shows content of 
several tiddlers.

This is simlar to slideshow in your mobile image viewer or other image 
viewers.


I wish to know do you think it is interesting to be added into the Shiraz 
plugin you you think these are fantasy and not good to be used!

Note:
 The example only shows a proof of concept it can be wrapped into a macro
can accept filter to selectively include images or tiddlers


--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/ccc0eec9-0fc8-458a-814f-53a67940c372%40googlegroups.com.


[tw5] Lots of images and audio

2019-09-23 Thread Mark Krieg
Greeting everyone!

I've got a personal journal in TiddlyWiki of less than 5000 
entries/tiddlers. However when I started loading lots photos it began 
crashing under node.js.

I have two needs, the best way to handle large numbers of images and audio, 
and also a method to server it via HTTP so I can access it from anywhere.

I thought that node.js was my solution, only loading the tiddlers as I used 
them, however that doesn't seem to be the case.

Any suggestions would be MOST welcome!

Every blessing,

Mark

-- 
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/321b587b-cc53-4066-8dbf-3f0bb1adf551%40googlegroups.com.


[tw5] Re: Itty.bitty - a cousin to the tiddler?

2019-09-23 Thread @TiddlyTweeter
Can't WE do this too?

TT

On Sunday, 22 September 2019 19:46:06 UTC+2, Mat wrote:
>
> @dubiousscript just shared 
>  
> something over at gh:
>
> Itty.bitty 
> 
> ...or try it here 
> ...and find it on gh here 
>
> Come ON! Is this a cousin to the tiddler?! I'm in love at first glance but 
> I'm not sure what to do with it!
>
> Could we convert tiddlers to itty.bittys? If one wants to share a tiddler, 
> instead of export+email a file, you just share a link. One itty.bitty can 
> contain surprisingly much 
> 

[tw5] Re: Itty.bitty - a cousin to the tiddler?

2019-09-23 Thread HansWobbe
@Mat:

Well, I can certainly say that it worked, as promised, "right out of the 
box".

And, having spent less than 10 minutes with it so far, I think I have a few 
uses for it.

It's quite intriguing.

Thanks for sharing!

Regards,
Hans


On Sunday, September 22, 2019 at 1:46:06 PM UTC-4, Mat wrote:
>
> @dubiousscript just shared 
>  
> something over at gh:
>
> Itty.bitty 
> 
> ...or try it here 
> ...and find it on gh 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/c4798bc9-1979-4095-af05-bc2b0cac09d1%40googlegroups.com.


[tw5] Re: Hitting a barrier at 36,000 tiddlers

2019-09-23 Thread Mat
Mark S. wrote:
>
> [...] contains:tags[Vorto] seems to work without a noticeable performance 
> hit.
>

Ah, great! I must assume this raises the interesting question whether the 
tags operator can/should be modified to behave like contains:tags instead, 
perhaps even replace the tags op all together? And what causes tags to 
misbehave in the first place? (BTW, is @Jermolene following this 
discussion?) 

<:-)

-- 
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/28c97d2f-5e33-46ae-bf74-8e6ff762a406%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread 'Cd.K' via TiddlyWiki
TonyM 

That's awesome!

And it's the answer to my (sub-) question in this thread here: How to use a 
variable in Advanced Search 


Do you think you could extend this approach in the following way?
- in a tiddler (e.g. titled: "automation task") with 
- your Filter-Var & Filter code, optically separated in its own frame
- this frame/section contains in addition a button labled"execute/run"
- and you click the button 
- to open the Advanced Search tiddler 
- to jump to the tab/register "Filter"
- to insert `[fields[]!subfilter{$:/temp/filtervar}]` 
- and as result the Advanced Search lists the matches  

Is something like this possible with WikiText? 


Regards 
Cd.K



On Monday, September 23, 2019 at 6:48:18 AM UTC+2, TonyM wrote:
>
> Cd.K
>
> Thanks for sharing back. I expect the scheduled solution is the best 
> however;
>
> On returning I had a thought. Place this in a tiddler on tiddlywiki.com
>
> Filter-Var: <$edit-text tiddler="$:/temp/filtervar" tag=input/>
> Filter: <$edit-text tiddler="$:/temp/filter" tag=input/> can also use 
> ``
> <$set name=filter-var value={{$:/temp/filtervar}}>
> <$set name=filter value={{$:/temp/filter}}>
> <$list filter={{$:/temp/filter}}>
>
> 
> 
> 
>
> Then enter in filter-var
> 201909(0[1-9|1[0-5])
>
> And in filter reference filter-var
> [regexp:created]
>
> Basically this make possible the introduction of a variable to the filter 
> used in the search, as one has to do when using regex with square brackets 
> in wikt text.
>
> This could also be used to test the use of subfilters
> Filter-var
> title text modified modifier created creator tags type list caption
>
> Filter
> [fields[]!subfilter]
>
> So I wonder if there was a way to allow the setting of a variable in the 
> advanced search filter tab would be useful. It would only work if included 
> in the filter.
> Or alternatively use {$:/temp/filtervar} in the advanced search filter
>
> [fields[]!subfilter{$:/temp/filtervar}]
>
> Or in the original example
>
> Enter in filter-var
> 201909(0[1-9|1[0-5])
>
> And in advanced search filter reference filter-var tiddler
> [regexp:created{$:/temp/filtervar}]
>
> And there is yet another option:
> in a tiddler tagged $:/tags/Macro
> Place
> \define varname() 201909(0[1-9|1[0-5])
>
> and use  in your advanced filter
>
> [regexp:created]
>
> I have tested all of the above and they work
>
> Regards
> Tony
>
>
>

-- 
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/b729887a-add4-42ce-b33e-6b2ff7369f4a%40googlegroups.com.


[tw5] Re: Hitting a barrier at 36,000 tiddlers

2019-09-23 Thread 'Mark S.' via TiddlyWiki
If anyone is curious, here is the work in progress (only 36k -- half the 
target lexicon)

https://marxsal.github.io/EODICT/EO-DICT.html

-- 
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/de11acaa-a4af-4088-892e-177cf73a6667%40googlegroups.com.


[tw5] Re: Hitting a barrier at 36,000 tiddlers

2019-09-23 Thread 'Mark S.' via TiddlyWiki
Hi Mat,

That was a very good thought. Previously I was thinking I would have to 
ditch tags, which is a shame since Thomas' beautiful list-reveal makes
it so easy to add and remove tags. But contains:tags[Vorto] seems to work 
without a noticeable performance hit.

Thanks!

On Sunday, September 22, 2019 at 9:43:10 PM UTC-7, Mat wrote:
>
> Did you try [contains:tags[Vorto]] ?
>
> <:-)
>

-- 
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/3064fa61-51dc-4f85-be8c-a4e8cf591438%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread 'Cd.K' via TiddlyWiki
Ciao @TiddlyTweeter & TonyM

And now we should create a documentation or extend/revise the existing one. 

Regards
Cd.K




On Monday, September 23, 2019 at 2:40:41 PM UTC+2, @TiddlyTweeter wrote:
>
> This posted has been updated to cover three ways of using regular 
> expressions to match in a field in the Advanced Search: Filter
>
> TT
>
>
>

-- 
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/ac229819-08d8-4a6b-a4dc-d076d4cbbd5e%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread 'Cd.K' via TiddlyWiki
Ciao @TiddlyTweeter 

see my new comment issue #4267. 


The new solutions presented here recently are very interesting. 

Regards 
Cd.K

 

> Regex is one of a few things in TW that I think are maybe "under 
> potentiated". 

That is likely because I'm a very long term user of regex. And personally 
> like its economy.
> Though I'm NOT fully sure how many users have my enthusiasm for it, or 
> knowledge of it.
>
> But I think its very good, especially since you have skill with JS, to 
> raise these issues and suggest solutions as at 
> https://github.com/Jermolene/TiddlyWiki5/issues/4267.
>
> I commented ...
>
>
>

-- 
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/33927ef7-8dab-4297-a43c-1f62ef8a3d19%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread @TiddlyTweeter
This posted has been updated to cover three ways of using regular 
expressions to match in a field in the Advanced Search: Filter

TT

On Monday, 23 September 2019 12:40:15 UTC+2, @TiddlyTweeter wrote:
>
> Ciao Cd.K & TonyM 
>
> You may not be aware there is *already a DIRECT way to use "[...]", 
> without a variable* in TW.
>
> It emerged, I think, for the older *field operator* that is not, 
> possibly, fully documented? 
>
> I discovered what it can do by accident. 
>
> *I assume it still works that way for backwards compatibility.*
>
> Here is an example you can test in the latest online TiddlyWiki version 
> Advanced Search ...
>
> [field:created/^201909[2]/]
>
> ... equivalent to ...
>
> [regexp:created[^201909(2)]]
>
> or ...
>
> [search:created:regexp[^201909(2)]]
>
>
> Result for all three is ...
>
> [image: Annotation 2019-09-23 122110.jpg]
>
> Best wishes
> TT
>
>
> Cd.K wrote:
>>>
>>> TonyM
>>>
>>> Advanced Search with regexp:created and nested square brackets:
>>>
>>>
>>> [image: 23-09-_2019_04-48-05.png]
>>> The solution is surprisingly simple and requires only a few changes in `
>>> $:/core/modules/filters.js` (see issue #4267). 
>>> 
>>>
>>> Next step is to create the mod for the mod-loader plugin. As so often a 
>>> link is missing in the description.   
>>>
>>>
>>> Regards
>>> Cd.K
>>>
>>

-- 
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/8e6fc84d-4266-488b-8791-57e94b9f28a2%40googlegroups.com.


[tw5] Re: Query: Bug or misunderstanding: Search Operator with regexp?

2019-09-23 Thread @TiddlyTweeter
Thanks Mat!

That got it.

Many thanks for fixing my error!

Best wishes
Josiah

On Monday, 23 September 2019 14:28:50 UTC+2, Mat wrote:
>
>
>> [search:created,regexp[^201909(2)]]
>>
>>
> My untested interpretation of the docs is that it should be
>
>  [search:created:regexp[^201909(2)]]
>
>
> because created is part of the field list whereas regexp is part of the 
> flag list.
>
> <:-)
>

-- 
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/3cef53d9-2a94-4c77-98dc-619053dfe90f%40googlegroups.com.


[tw5] Re: Query: Bug or misunderstanding: Search Operator with regexp?

2019-09-23 Thread @TiddlyTweeter
Ciao PMario

I did.

I can't see what I am doing wrong!

TT

On Monday, 23 September 2019 14:24:13 UTC+2, PMario wrote:
>
> Hi, 
> Have a look at: https://tiddlywiki.com/#search%20Operator
> -m
>

-- 
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/5d3fbc51-fdb7-4faf-bf6c-bacb05afad2c%40googlegroups.com.


[tw5] Re: Query: Bug or misunderstanding: Search Operator with regexp?

2019-09-23 Thread Mat

>
>
> [search:created,regexp[^201909(2)]]
>
>
My untested interpretation of the docs is that it should be

 [search:created:regexp[^201909(2)]]


because created is part of the field list whereas regexp is part of the 
flag list.

<:-)

-- 
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/29bbe019-1b96-41a4-b7f7-75a4dcc58545%40googlegroups.com.


[tw5] Re: Query: Bug or misunderstanding: Search Operator with regexp?

2019-09-23 Thread PMario
Hi, 
Have a look at: https://tiddlywiki.com/#search%20Operator
-m

-- 
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/b2fc70f2-eb67-4d11-88e4-6d38d16a8cad%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread @TiddlyTweeter
Cd.K & TonyM,

Further to my last on *field operator* ...

Actually* these work too *in Advanced Search: Filter.

[created/^201909[2]/]

[my-totally-nonexistent-operator:created/^201909[2]/]

lol!

Bug, or feature?

I have NOT tested if it functions in a "run" of operators.

TT

On Monday, 23 September 2019 12:40:15 UTC+2, @TiddlyTweeter wrote:
>
> Ciao Cd.K & TonyM 
>
> You may not be aware there is *already a DIRECT way to use "[...]", 
> without a variable* in TW.
>
> It emerged, I think, for the older *field operator* that is not, 
> possibly, fully documented? 
>
> I discovered what it can do by accident. 
>
> *I assume it still works that way for backwards compatibility.*
>
> Here is an example you can test in the latest online TiddlyWiki version 
> Advanced Search ...
>
> [field:created/^201909[2]/]
>
> ... equivalent to ...
>
> [regexp:created[^201909(2)]]
>
>
> Result for either ...
>
> [image: Annotation 2019-09-23 122110.jpg]
>
> Best wishes
> TT
>
>
> Cd.K wrote:
>>>
>>> TonyM
>>>
>>> Advanced Search with regexp:created and nested square brackets:
>>>
>>>
>>> [image: 23-09-_2019_04-48-05.png]
>>> The solution is surprisingly simple and requires only a few changes in `
>>> $:/core/modules/filters.js` (see issue #4267). 
>>> 
>>>
>>> Next step is to create the mod for the mod-loader plugin. As so often a 
>>> link is missing in the description.   
>>>
>>>
>>> Regards
>>> Cd.K
>>>
>>

-- 
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/d8b63d3b-f8be-4ca1-ac14-854c16b0fa0e%40googlegroups.com.


[tw5] Re: Query: Bug or misunderstanding: Search Operator with regexp?

2019-09-23 Thread @TiddlyTweeter
Repeat for email users.

On Monday, 23 September 2019 13:59:32 UTC+2, @TiddlyTweeter wrote:
>
> At TW latest, Advanced Search: Filter 
>  ...
>
> These work ...
>
> [field:created/^201909[2]/]
>
> and 
>
> [regexp:created[^201909(2)]]
>
> to return ...
>
> [image: Annotation 2019-09-23 122110.jpg]
>
> BUT ...
>
> [search:created,regexp[^201909(2)]]
>
> Does not return anything ...
>
> IS that a bug? Or, maybe, I got the syntax wrong??
>
> Best wishes
> TT
>
>
>

-- 
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/9fc96cfd-1ae6-4118-b9f4-5f73b5be491a%40googlegroups.com.


Re: [tw5] Re: What's the point of effort?

2019-09-23 Thread @TiddlyTweeter
Thanks Arlen

I made some tentative initial comments & queries on possible scope at: 
https://github.com/Arlen22/TiddlyWiki-DocsWiki/issues/1#issue-497036444

Best wishes
TT

On Sunday, 22 September 2019 06:27:42 UTC+2, Arlen Beiler wrote:
>
> Ok, sure, I've re-enabled issues. I can understand how that could be 
> useful, especially to discuss certain pages, or work on more in-depth 
> projects. I wonder if we can't use Github for a different kind of hub. 
>
> Arlen
>

-- 
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/d2f6ee28-f53e-46fb-9317-04f7cbb8f2f6%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread @TiddlyTweeter
Ciao Tony M.

Excellent post opening up the variety of approaches!

I'll comment a bit later to try illustrate one of them in a bit more detail.

Best wishes
TT

On Monday, 23 September 2019 06:48:18 UTC+2, TonyM wrote:
>
> Cd.K
>
> Thanks for sharing back. I expect the scheduled solution is the best 
> however;
>
> On returning I had a thought. Place this in a tiddler on tiddlywiki.com
>
> Filter-Var: <$edit-text tiddler="$:/temp/filtervar" tag=input/>
> Filter: <$edit-text tiddler="$:/temp/filter" tag=input/> can also use 
> ``
> <$set name=filter-var value={{$:/temp/filtervar}}>
> <$set name=filter value={{$:/temp/filter}}>
> <$list filter={{$:/temp/filter}}>
>
> 
> 
> 
>
> Then enter in filter-var
> 201909(0[1-9|1[0-5])
>
> And in filter reference filter-var
> [regexp:created]
>
> Basically this make possible the introduction of a variable to the filter 
> used in the search, as one has to do when using regex with square brackets 
> in wikt text.
>
> This could also be used to test the use of subfilters
> Filter-var
> title text modified modifier created creator tags type list caption
>
> Filter
> [fields[]!subfilter]
>
> So I wonder if there was a way to allow the setting of a variable in the 
> advanced search filter tab would be useful. It would only work if included 
> in the filter.
> Or alternatively use {$:/temp/filtervar} in the advanced search filter
>
> [fields[]!subfilter{$:/temp/filtervar}]
>
> Or in the original example
>
> Enter in filter-var
> 201909(0[1-9|1[0-5])
>
> And in advanced search filter reference filter-var tiddler
> [regexp:created{$:/temp/filtervar}]
>
> And there is yet another option:
> in a tiddler tagged $:/tags/Macro
> Place
> \define varname() 201909(0[1-9|1[0-5])
>
> and use  in your advanced filter
>
> [regexp:created]
>
> I have tested all of the above and they work
>
> Regards
> Tony
>

-- 
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/6d59fe93-2395-4a42-b53a-9de1491c6292%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread @TiddlyTweeter
For reasons I don't understand the images in my last post are not for me 
displaying in GG.

Anyway, you can see result in latest online TW will be same.

TT

On Monday, 23 September 2019 12:40:15 UTC+2, @TiddlyTweeter wrote:
>
> Ciao Cd.K & TonyM 
>
> You may not be aware there is *already a DIRECT way to use "[...]", 
> without a variable* in TW.
>
> It emerged, I think, for the older *field operator* that is not, 
> possibly, fully documented? 
>
> I discovered what it can do by accident. 
>
> *I assume it still works that way for backwards compatibility.*
>
> Here is an example you can test in the latest online TiddlyWiki version 
> Advanced Search ...
>
> [field:created/^201909[2]/]
>
> ... equivalent to ...
>
> [regexp:created[^201909(2)]]
>
>
> Result for either ...
>
> [image: Annotation 2019-09-23 122110.jpg]
>
> Best wishes
> TT
>
>
> Cd.K wrote:
>>>
>>> TonyM
>>>
>>> Advanced Search with regexp:created and nested square brackets:
>>>
>>>
>>> [image: 23-09-_2019_04-48-05.png]
>>> The solution is surprisingly simple and requires only a few changes in `
>>> $:/core/modules/filters.js` (see issue #4267). 
>>> 
>>>
>>> Next step is to create the mod for the mod-loader plugin. As so often a 
>>> link is missing in the description.   
>>>
>>>
>>> Regards
>>> Cd.K
>>>
>>

-- 
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/b059bb0b-8edc-43a9-99d2-41e9a723fdbd%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread @TiddlyTweeter
Ciao Cd.K & TonyM 

You may not be aware there is *already a DIRECT way to use "[...]", without 
a variable* in TW.

It emerged, I think, for the older *field operator* that is not, possibly, 
fully documented? 

I discovered what it can do by accident. 

*I assume it still works that way for backwards compatibility.*

Here is an example you can test in the latest online TiddlyWiki version 
Advanced Search ...

[field:created/^201909[2]/]

... equivalent to ...

[regexp:created[^201909(2)]]


Result for either ...

[image: Annotation 2019-09-23 122110.jpg]

Best wishes
TT


Cd.K wrote:
>>
>> TonyM
>>
>> Advanced Search with regexp:created and nested square brackets:
>>
>>
>> [image: 23-09-_2019_04-48-05.png]
>> The solution is surprisingly simple and requires only a few changes in `
>> $:/core/modules/filters.js` (see issue #4267). 
>> 
>>
>> Next step is to create the mod for the mod-loader plugin. As so often a 
>> link is missing in the description.   
>>
>>
>> Regards
>> Cd.K
>>
>

-- 
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/90535683-3590-4593-97b3-0fd2208270fb%40googlegroups.com.


[tw5] Re: What's the point of effort?

2019-09-23 Thread Watt
Thanks @gloom - will keep an eye out for it. Hope the medical went well.

-- 
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/ec49305d-7c9b-4272-959e-2e1b1be6dd14%40googlegroups.com.


[tw5] Re: Task: Filter all tiddlers created between 01.09.2019 and 15.09.2019. How/where to find information/documentation to get this task done?

2019-09-23 Thread @TiddlyTweeter
Ciao Cd. K

Regex is one of a few things in TW that I think are maybe "under 
potentiated". 
That is likely because I'm a very long term user of regex. And personally 
like its economy.
Though I'm NOT fully sure how many users have my enthusiasm for it, or 
knowledge of it.

But I think its very good, especially since you have skill with JS, to 
raise these issues and suggest solutions as at 
https://github.com/Jermolene/TiddlyWiki5/issues/4267.

I commented ...

https://github.com/Jermolene/TiddlyWiki5/issues/4267#issuecomment-534023115

&

https://github.com/CarpeDiemKopi/TiddlyWiki5/commit/14f03e085e97624c85ccea09eb852dcfb5182f3e#commitcomment-35190780

Best wishes
TT

On Monday, 23 September 2019 05:03:28 UTC+2, Cd.K wrote:
>
> TonyM
>
> Advanced Search with regexp:created and nested square brackets:
>
>
> [image: 23-09-_2019_04-48-05.png]
> The solution is surprisingly simple and requires only a few changes in `
> $:/core/modules/filters.js` (see issue #4267). 
> 
>
> Next step is to create the mod for the mod-loader plugin. As so often a 
> link is missing in the description.   
>
>
> Regards
> Cd.K
>

-- 
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/bcf11434-6743-49de-a6b7-02f70485d541%40googlegroups.com.


[tw5] Re: What's the point of effort?

2019-09-23 Thread A Gloom
@Watt

@Gloom Looks interesting! Have you got a link to share?
>
>
Will have one soon-- moving all the reference and search tiddlers to their 
own wiki for this thread-- currently they're in my testbed wiki which has a 
lot of other things that would baffle and lead visitors astray.  Showed 
screenshots elsewhere but been working on a central search query generator 
(& some in tiddler display of search results) of other wikis, TW static 
pages, TW/Docs/Dev Groups, various Google search queries (like 
definitions), Wikipedia pages-- all from a wiki

TWScripts URL -- https://kookma.github.io/TW-Scripts/

@Mohammad

Could I ude the code from the search Toolmap tiddler 
(https://kookma.github.io/TW-Scripts/#Search%20in%20Tiddlywiki%20Toolmap) 
at TWScripts for the referenced search demo I'm putting up for this 
thread?  Currently I'm not using it but just linking to it because I felt 
it was a unique feature of your wiki and I didn't want to diminish that 
uniqueness by also having it.


-- 
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/f99b5c50-e4f0-4687-95d7-bb1ebc30a5ab%40googlegroups.com.


[tw5] Re: SVG logotype as $:/SiteTitle /

2019-09-23 Thread Thierry
Success! Thank you again.

-- 
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/1d1f1def-3fd1-4f91-bc74-e7ccae63a1a1%40googlegroups.com.


[tw5] Re: Hitting a barrier at 36,000 tiddlers

2019-09-23 Thread A Gloom
EDIT:

Only when that tiddler is open in the sidebar, I get what Mark gets-- 
> everything-- typing, clearing the search box, hiding/reveraling the 
> sidebar, switching sidebar tabs has about a 5 second lag.
>

Only when the tiddler is open in the *(sidebar)* story river *(not sidebar)

-- 
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/2e680ca5-3bb8-4baf-a7d5-3f7ceef3abd2%40googlegroups.com.


[tw5] Re: SVG logotype as $:/SiteTitle /

2019-09-23 Thread Thierry
Thank you very much, that will be the best, clean way. 

Thierry



On Monday, September 23, 2019 at 2:27:26 AM UTC+2, TonyM wrote:
>
> Thierry
>
> Just use the system tag $:/tags/SideBarSegment to introduce any new 
> element like your image to the sidebar, click on a tag pill 
> for $:/tags/SideBarSegment to change the order.
>
> This will just add the logo and leave the $:/SiteTitle intact, but if you 
> then want to hide the title, change only its display in the sidebar (remove 
> sidebarsegment tag on $:/core/ui/SideBarSegments/site-title), since the 
> site title is used to construct the save filename, the tab title and more 
> "leave it alone).
>
> You may also consider modifying $:/core/wiki/title 
> 
>  to 
> change the text on the browser tab.
>
> Regards
> Tony
>

-- 
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/19a1f6a0-7f2b-4968-bd5b-b44d585ea2f7%40googlegroups.com.


[tw5] Re: Today TiddlyWiki is 15 years old

2019-09-23 Thread Stephan Hradek
Congratulations to all involved…

-- 
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/7e92ccfb-248f-41f2-81a8-d10019eff3ec%40googlegroups.com.


[tw5] Re: Hitting a barrier at 36,000 tiddlers

2019-09-23 Thread A Gloom
I have created a similiar effect in a much smaller but more complex wiki

single file TW, vers 5.1.20, 4.3 Mb file size, ~1700 tiddlers, latest FF, 
16 Gb RAM

I already get about a one sec delay when typing in the tag selection field 
once I went over 500 tags but otherwise the wiki doesn't show much 
lagging-- except one tiddler full of filters, lists and transclusions.  
Only when that tiddler is open in the sidebar, I get what Mark gets-- 
everything-- typing, clearing the search box, hiding/reveraling the 
sidebar, switching sidebar tabs has about a 5 second lag.

It uses a bunch of view widfets but then it uses a lot of many other things 
(including mixed wikitext/html and in tiddler styling) so narrowing down 
the culprit has been very time consuming.  Need to use devtools but dev 
tools unusable for me to do serious troubleshooting with.

-- 
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/fba0950b-d0f4-4967-9158-a06bf5919695%40googlegroups.com.