[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-09 Thread Michael Wiktowy
On Tuesday, March 6, 2018 at 10:00:48 PM UTC-5, Riz wrote:
>
> The filter will become part of core in version 5.1.16. Once it comes out, 
> you can upgrade and remove the plugin 


Along with un-zero-padded dates, I did a quick test on the prerelease and 
the sortan filter seems like a perfect solution to my issue with sorting 
and unstable subsorting of CFR chapter titles (ยง1.10.100 (a)(1)) ... at 
least until they hit roman numerals ... but I'll take what I can get.

Thank you! This is awesome work. I'm looking forward to 5.1.16.

/Mike

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/77b52702-68b8-4824-923e-10f62d08439f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-06 Thread Riz
The filter will become part of core in version 5.1.16. Once it comes out, you 
can upgrade and remove the plugin 

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/33f4fea1-2e40-483e-aa7a-0cdefa62687d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-06 Thread j3d1H
Thank you, Riz! That works perfectly!

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1b7fafbd-f055-432c-8f03-1fac3bdbd7dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-06 Thread Riz
Try using : 
https://ibnishak.github.io/Tesseract/pluginsandmacros/index.html#Sortan%20-%20Sorting%20Alpha%20numerically


On Sunday, 4 March 2018 00:45:04 UTC+5:30, j3d1H wrote:
>
> I have a lot of tiddlers that start with a date in the format */MM/DD*, 
> and I want a tiddler that will sort and show these tiddlers not by when 
> they were created, nor edited, but the date they show in the title. These 
> tiddlers will always start with the date, and always in that exact format. 
> Does anyone know how to do this?
>
> Note: I have looked, and found this 
>  and this 
> , but I 
> think they're not quite what I'm trying to do. I don't want to use tags or 
> anything, just the title. I'm sorry if this is spam - I haven't found 
> anything I thought I could use!
>
> Thank you for any help offered.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b8905ad1-bba9-45a3-abb9-57ee4d0b365c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-06 Thread 'Mark S.' via TiddlyWiki
Use a separate field for sorting. Trying to make the title field do 5 jobs 
(title, id, date, sort, hidden) is just too much. 

On Monday, March 5, 2018 at 1:07:21 PM UTC-8, j3d1H wrote:
>
> PMario: I really don't want to have to change how the titles actually look 
> (personal preference, sorry), so is there a different way to do it? It 
> would be nice for it to just work, but that's not necessarily what I'm 
> looking for.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/777a7508-867a-4004-b974-ccecb32d0050%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-05 Thread Jed Carty
If you know any javascript than making a filter operator to do this 
wouldn't be too terribly difficult, there are just a lot of things to keep 
track of.

Since some browsers (namely chrome) don't have stable sorts you have to 
sort by year (since each title starts with a 4 digit year this should just 
be a normal sort), then for each year that appears in the list make a list 
of all the tiddlers that are in that year, for each year list remove the 
first 5 characters and then do a numeric sort by everything before the 
first / in what is left to get the year grouped into months and split that 
into individual lists for months, than in each month split out the day 
second and sort by that. Then using the orders discovered in each part 
rebuild the original 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9705c5cd-3961-4a55-9572-7d3bae7ac4e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-05 Thread j3d1H
PMario: I really don't want to have to change how the titles actually look 
(personal preference, sorry), so is there a different way to do it? It 
would be nice for it to just work, but that's not necessarily what I'm 
looking for.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20d70386-d300-4a26-8058-416986c474b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-04 Thread Michael Wiktowy
I agree. I use that zero padded year-month-day date format often *because* it 
sorts chronologically while sorting alphanumerically with a simple sort[].

/Mike

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/febcb12d-e18f-4de3-9ae5-8b0dbdafc3e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-04 Thread PMario
Hi,

Can you use */0MM/0DD*?  Because it would work out of the box.

-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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2e61f979-fa8e-4e51-9f9e-f79ace6b36dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can you make a sidebar tab sorted by the date shown in the title?

2018-03-04 Thread Jed Carty
I don't think that this can be done without creating a new filter operator.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ad222cb0-691a-45a1-b609-93a22d31a065%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.