[tw] Re: [TW5] [Plugin] Sortan: For sorting alpha-numericals

2018-02-21 Thread BurningTreeC


> I wanted to have a discussion first before making a pull request. It is 
> painfully easy to convert the existing sort filter to acquire this 
> behavior. Case being that, should we have it as a new filter, or modify the 
> existing sort. Right now I feel like we ll have to add it as a new filter, 
> as modifying existing sort might break the work flow of those who depended 
> on the current way of its behavior. If somebody tells me different, Either 
> way I would be happy to oblige.
>
> Yes, as I understood it, this is how it is - to assure compatibility for 
those filters you appear to need to add yours as a new one

I would like to have both - compatibility and your new filter, that's why I 
personally don't bother if it's almost the same as the original sort filter

-- 
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/6d6a3d73-e267-449e-afd7-f43ea8b91f2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] [Plugin] Sortan: For sorting alpha-numericals

2018-02-21 Thread Riz
I wanted to have a discussion first before making a pull request. It is 
painfully easy to convert the existing sort filter to acquire this 
behavior. Case being that, should we have it as a new plugin, or modify the 
existing sort. Right now I feel like we ll have to add it as a new filter, 
as modifying existing sort might break the work flow of those who depended 
on the current way of its behavior. If somebody tells me different, Either 
way I would be happy to oblige.

On Wednesday, 21 February 2018 20:04:32 UTC+5:30, BurningTreeC wrote:
>
> this is great!
>
> can't we try to make a pull request to add it to the core as a new filter?
>
> BTC
>

-- 
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/77756e91-82f1-4113-95d8-fafa4e472df5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] [Plugin] Sortan: For sorting alpha-numericals

2018-02-21 Thread BurningTreeC
this is great!

can't we try to make a pull request to add it to the core as a new filter?

BTC

-- 
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/53d17b97-96d7-4d3f-86c8-0f7d6b6d4747%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] [Plugin] Sortan: For sorting alpha-numericals

2018-02-21 Thread @TiddlyTweeter
Ciao Riz

My feeling is YES regarding sort orders in core, if viable backwards 
compatible.

IMO its currently a serious hassle in TW we lumbered with a 
counter-intuitive, cumbersome sort order.

Best wishes
Josiah 

Riz: I was very tempted to make a pull request to modify the current sort 
> filter instead of creating a plugin. I had a feeling that such a change 
> will not be backward compatible. 
>

Riz wrote, fully:
>
> plugin and demo 
> 
>
> Currently available sort filters in the core either sorts alphabetically 
> or sorts numerically. It creates an issue when both alphabets and numbers 
> appear in the titles.
>
> For eg: Apple 8, Apple 9, Apple 10 will be sorted as
>
> Apple 10
> Apple 8
> Apple 9
>
> With *sortan*, you can sort them as 
>
> Apple 8
> Apple 9
> Apple 10
>
> As usual, there is a *sortancs filter *too for case-sensitive option, and 
> both are negatable (ie, using them as !sortan will sort them in decreasing 
> order) 
>
>
> I was very tempted to make a pull request to modify the current sort 
> filter instead of creating a plugin. I had a feeling that such a change 
> will not be backward compatible. 
>
> Anyhow, let me know what you feel,
>

-- 
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/fad7b0cd-af81-454d-8b7c-b608d4886b4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] [Plugin] Sortan: For sorting alpha-numericals

2018-02-21 Thread David Gifford
Added to the 'Lists and filters' section of the TiddlyWiki ToolMap 
https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM

On Wednesday, February 21, 2018 at 7:44:35 AM UTC-6, Riz wrote:
>
> plugin and demo 
> 
>
>
> Currently available sort filters in the core either sorts alphabetically 
> or sorts numerically. It creates an issue when both alphabets and numbers 
> appear in the titles.
>
> For eg: Apple 8, Apple 9, Apple 10 will be sorted as
>
> Apple 10
> Apple 8
> Apple 9
>
>
> With *sortan*, you can sort them as 
>
> Apple 8
> Apple 9
> Apple 10
>
>
>
> As usual, there is a *sortancs filter *too for case-sensitive option, and 
> both are negatable (ie, using them as !sortan will sort them in 
> decreasing order) 
>
>
> I was very tempted to make a pull request to modify the current sort 
> filter instead of creating a plugin. I had a feeling that such a change 
> will not be backward compatible. 
>
> Anyhow, let me know what you feel,
>
> sincerely,
> Riz
>

-- 
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/7182bf15-8072-47d8-a256-e7f5ee535475%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] [Plugin] Sortan: For sorting alpha-numericals

2018-02-21 Thread David Gifford
I second this, or an adaptation of this, becoming core.

On Wednesday, February 21, 2018 at 8:02:51 AM UTC-6, Stephan Hradek wrote:
>
> VERY COOL!
>
> I like it. Should be part of the core.
>

-- 
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/4ada44d9-43d5-44ad-aff5-509507e84ded%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] [Plugin] Sortan: For sorting alpha-numericals

2018-02-21 Thread Stephan Hradek
VERY COOL!

I like it. Should be part of the core.

-- 
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/37a6a626-9d9c-43c7-ae6a-b72883df7f82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.