[tw] Re: Sort by size?

2017-09-12 Thread magev958
I use this solution: https://groups.google.com/d/msg/tiddlywiki/hr75FTeEL_g/Yuk_6gxpY_wJ -- 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...@goo

[tw] Re: Sort by size?

2017-09-11 Thread Mat
Birthe C wrote: > > ... > http://tobibeer.github.io/tb5/#How%20Big%20Are%20Tiddlers%20In%20Size%3F > Birthe - that was exactly it! Stephan Hradek had a created the exact things needed and presented by Tobias Beer. (This also reminded me that I was sloppy in checking the archives!) Thank you Bi

[tw] Re: Sort by size?

2017-09-11 Thread Birthe C
Hi Mat, https://groups.google.com/forum/#!msg/tiddlywiki/hr75FTeEL_g/tFQ-ZIQoMLwJ and http://tobibeer.github.io/tb5/#How%20Big%20Are%20Tiddlers%20In%20Size%3F Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this grou

[tw] Re: Sort by size?

2017-09-11 Thread 'Mark S.' via TiddlyWiki
Hi Mat, You can use the $timestamp attribute of action-setfield to prevent the date from being modified. Mark On Monday, September 11, 2017 at 5:27:47 PM UTC-7, Mat wrote: > > Thanks for reply Mark! > > > >> I'm thinking of a 2-step process. >> >> In step 1, you calculate the size of the text

[tw] Re: Sort by size?

2017-09-11 Thread Mat
Thanks for reply Mark! > I'm thinking of a 2-step process. > > In step 1, you calculate the size of the text field and put it in a field > (e.g. size). > Hm, that would modify every tiddler then and mess up their dates. Maybe I could copy each title and the size of it, into some dictionary o

[tw] Re: Sort by size?

2017-09-11 Thread 'Mark S.' via TiddlyWiki
I'm thinking of a 2-step process. In step 1, you calculate the size of the text field and put it in a field (e.g. size). Then step 2 you simply sort numerically by the size field. So how to get the count? You can use the regexps string I presented in another thread to globally split the entir