[tw] Re: [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-21 Thread Chuck R.
Excellent suggestion. I use FF all the time. We've had trouble with Chrome 
in the past with some of our business apps. 

-- 
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/d1254e16-c11b-4a0e-9dd6-aa686a336eaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-20 Thread progetti
MARK is exactly right. What you need is a browser add-on that detects 
"textarea", since TW is simply an HTML page and tiddler open edit space is 
simply one of those. THAT is step (1). Step (2) is you set it to open a 
text editor that has sorting capabilities. He suggest emacs. I use 
EditPadPro. I doesn't really matter so long as it does what you need.

On Wednesday, 20 April 2016 19:52:16 UTC+2, Mark S. wrote:
>
> What I do in FF/Pale Moon is to install the "It's All Text " plugin. I 
> have mine connected to emacs. Then when I want to do advanced editing I 
> just click on the button and get taken away to emacs. Then I can use the 
> sorting, regular expression, etc. abilities of emacs. There are other text 
> editors that offer sorting as well.
>
> Mark
>
> On Wednesday, April 20, 2016 at 10:25:36 AM UTC-7, Chuck R. wrote:
>>
>> No, I want to sort lines selected by the user inside the tiddler in edit 
>> mode only. It's good for making tables, lists of items, etc.
>>
>>
>> 
>>
>> See image.
>>
>>

-- 
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/c47d7cee-974e-4002-81b8-d7cd50f313c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-20 Thread 'Mark S.' via TiddlyWiki
What I do in FF/Pale Moon is to install the "It's All Text " plugin. I have 
mine connected to emacs. Then when I want to do advanced editing I just 
click on the button and get taken away to emacs. Then I can use the 
sorting, regular expression, etc. abilities of emacs. There are other text 
editors that offer sorting as well.

Mark

On Wednesday, April 20, 2016 at 10:25:36 AM UTC-7, Chuck R. wrote:
>
> No, I want to sort lines selected by the user inside the tiddler in edit 
> mode only. It's good for making tables, lists of items, etc.
>
>
> 
>
> See image.
>
>

-- 
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/7c8a4ad1-f51a-420c--67932f0d6153%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-20 Thread Mat
Ah, "the user" is you :-)

All(?) widgets and tools in TW are executed in view mode only and merely 
"set" in editmode. The text is not parsed until you see it in viewmode.

But, I believe it was you who asked about sortable tables. Assuming you 
found a solution for that, you could put the lines into a table, 
save-sort-copy-gotoedit-paste

<:-)

 

On Wednesday, April 20, 2016 at 7:25:36 PM UTC+2, Chuck R. wrote:
>
> No, I want to sort lines selected by the user inside the tiddler in edit 
> mode only. It's good for making tables, lists of items, etc.
>
>
> 
>
> See image.
>
>

-- 
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/0713ac98-63b3-4207-ae7a-8d1d722036a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-20 Thread Chuck R.
No, I want to sort lines selected by the user inside the tiddler in edit 
mode only. It's good for making tables, lists of items, etc.

-- 
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/b8441c07-57a7-4cf8-855c-ce86d4086494%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-20 Thread Mat
Chuck, you write
 

> so it's easier for the user to find.
>

- so you're really talking about "view mode", not "edit mode" then as your 
headline states, right?

To sort tiddler titles you can use the list widget and the various filter 
operators. Without knowing exactly what you're after, it's tricky to give a 
more precise answer.

Why is it not simply a matter of writing the lines in order to begin 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 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/b3832863-b46c-4db5-b758-7e0f17c21a7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-20 Thread progetti
You want this just when you are editing? 

On Wednesday, 20 April 2016 14:16:33 UTC+2, Chuck R. wrote:
>
> Sometimes I have a group of lines, maybe in a table, maybe not, that I 
> want to sort. Can we add a feature where we can sort selected lines? I 
> often use sorted data to display things in order so it's easier for the 
> user to find. It could be commands, author names, dates (in MMDD 
> format), etc. 
>
> 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 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/dceba7a4-e3a8-4aa1-a477-b2776409cbce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.