Hey Mark,
thanks a lot...as you can see in this example http://drilldown.tiddlyspot.com/#Boskop:%5B%5BRearranger%20Closer%20Test%5D%5D%20%5B%5BWhat's%20next%3F%5D%5D%20Vegetable%20Boskop%20%5B%5BGolden%20Delicious%5D%5D%20%5B%5BOld%20Variants%5D%5D, unfortunately the order remains arbitrary. Use the Rearranger to change the order and then push Push2...

Jan



Am 22.12.2016 um 15:10 schrieb 'Mark S.' via TiddlyWiki:
Just put in !sort[] (|[list[]tag[ReArrange]!sort[]]). Or change how your tiddlers open. If your tiddlers open with new on top (default) then the order is reversed. Change the order to open on bottom, and it should be sorted OK.

Mark
|
On Thursday, December 22, 2016 at 2:23:54 AM UTC-8, Jan wrote:

    Thanks for this Idea. The Problem with this approach is that the
    order is completely reversed...since the main goal of this tool is
    to reorder the story, it is not yet what I need.

    Best wishes Jan


    Am 22.12.2016 um 02:57 schrieb 'Mark S.' via TiddlyWiki:
    This version seems to work -- but it takes a different approach.
    It closes all tiddlers (except the one with the button) and then
    re-opens all the tiddlers that match the critieria. In the end,
    it closes itself (the button tiddler). I think attempting to
    close tiddlers in a <$list> causes problems because it means the
    $:/Storylist is changing right in the middle of an action. The
    results when I tried it that way were irregular.


    |
    <$button>PUSH 2
    <$action-sendmessage $message="tm-close-other-tiddlers" />
    <$list filter="[list[]tag[ReArrange]]">
    <$action-navigate $to=<<currentTiddler>>/>
    </$list>
    <$action-sendmessage $message="tm-close-tiddler"
    param=<<currentTiddler>> />
    </$button>
    |





    On Wednesday, December 21, 2016 at 4:18:38 PM UTC-8, Jan wrote:

        Hej!
        A question for a tool to reorder the Story which i called
        rearranger and
        published on
        http://slidesnstories.tiddlyspot.com/#About%20the%20Rearranger 
<http://slidesnstories.tiddlyspot.com/#About%20the%20Rearranger>


        Is there a trick to close all Tiddlers who do not have the
        tag ReArrange
        (after resetting the storylist) in one button?

        This here doe s not seem to work...

        <$button set="$:/StoryList!!list" setTo={{!!list}}>
        <$list filter="[list[$:/StoryList!!list]!tag[ReArrange]]">
        <$fieldmangler>
        <$action-sendmessage $message="tm-close-tiddler"/>
        </$fieldmangler>
        </$list>
        apply new order</$button>

        Thanks a lot
        Jan

-- 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+...@googlegroups.com <javascript:>.
    To post to this group, send email to tiddl...@googlegroups.com
    <javascript:>.
    Visit this group at https://groups.google.com/group/tiddlywiki
    <https://groups.google.com/group/tiddlywiki>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/tiddlywiki/24d4e012-619e-4afb-9718-1c151c55b7d1%40googlegroups.com
    
<https://groups.google.com/d/msgid/tiddlywiki/24d4e012-619e-4afb-9718-1c151c55b7d1%40googlegroups.com?utm_medium=email&utm_source=footer>.
    For more options, visit https://groups.google.com/d/optout
    <https://groups.google.com/d/optout>.

--
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 <mailto:tiddlywiki+unsubscr...@googlegroups.com>. To post to this group, send email to tiddlywiki@googlegroups.com <mailto: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/718af1ef-380b-47b2-8d64-9d0612b266f2%40googlegroups.com <https://groups.google.com/d/msgid/tiddlywiki/718af1ef-380b-47b2-8d64-9d0612b266f2%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
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/585C321D.3050503%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to