The macro then displays the list like this:
1. First
1.1 First First
10. Tenth
10.1 Tenth First
2. Second
...
Obviously this is not the desired ordered. Does anyone have any idea
how to change this?
w
-m
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
Was to add a sort field to each and give it a suitable value eg;
Gold 10
Silver 20
Bronze 30
Blue 40
Green 50
instead of:
door
Henry
house
James
w
> >> "TiddlyWiki" group.>> To post to this group, send email totidd...@googlegroups.com.
> >> To unsubscribe from this group, send email to>>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/tiddlywiki?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "TiddlyWiki" group.> To post to this group, send email totidd...@googlegroups.com.
> > To unsubscribe from this group, send email to>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/tiddlywiki?hl=en.
>
Demonstration here:
http://www.strm.us/tw/examples_twgg/hijack_alphabetization
Mike
P.S. The code is not mine, just packaged as a systemConfig / hijack
and tested.
* 10 February 2010
* Explanation
* SiteSubtitle
* SiteTitle
* Thuringia
* Zenda
* dragon
* manticore
* vampire
* Albion
* Cimmeria
* werewolf
* DefaultTiddlers
But with the plugin active, they're listed like this:
* 10 February 2010
* Explanation
* SiteSubtitle
* SiteTitle
* vampire
* manticore
* dragon
* Zenda
* Thuringia
* werewolf
* Cimmeria
* Albion
* DefaultTiddlers
* 19 February 2010
* HiJack_Alphabetization
w
On Feb 19, 4:06 pm, Mike <eris...@gmail.com> wrote:
> for the alphabetical sorting see:http://groups.google.com/group/tiddlywiki/browse_thread/thread/6c09be...
> > > >> You received this message because you are subscribed to the Google Groups> > >> "TiddlyWiki" group.>> To post to this group, send emailtot...@googlegroups.com.> > >> To unsubscribe from this group, send email to>>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>
> > > >> .
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/tiddlywiki?hl=en.
>
> > > > --
> > > > You received this message because you are subscribed to the Google Groups> > > "TiddlyWiki" group.> To post to this group, send emailtot...@googlegroups.com.> > > To unsubscribe from this group, send email to>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>
mike
> > > > >> You received this message because you are subscribed to the Google Groups> > >> "TiddlyWiki" group.>> To post to this group, send emailtot...@googlegroups.com.> > >> To unsubscribe from this group, send email to>>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsubscribe@google groups.com>
> > > > >> .
> > > > >> For more options, visit this group at
> > > > >>http://groups.google.com/group/tiddlywiki?hl=en.
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google Groups> > > "TiddlyWiki" group.> To post to this group, send emailtot...@googlegroups.com.> > > To unsubscribe from this group, send email to>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsubscribe@googleg roups.com>
regards Mario
<<forEachTiddler where 'tiddler.title.toLowerCase().startsWith("a")'
sortBy '(tiddler.title.toLowerCase())' ascending write '"|"+(index
+1)+"|[["+tiddler.title+"]] |@@color:#c06;» »@@
|"+tiddler.tags+"|\n"'>>
The above codes is just for letter A, but if you
remove .startsWith("a"), it displays all tiddlers.
I tested it and it sorts the tiddlers alphabetically, like I wanted
(A, b, C...), regardless of case, but I'm not sure how to add it to
the code, so that it would always sort that way. Also, I'm not sure
how to limit the display to only tiddlers tagged with a specific tag.
w
> > > > > >> --> > > > >> You received this message because you are subscribed to the Google Groups> > >> "TiddlyWiki" group.>> To post to this group, sendemailt...@googlegroups.com.> > >> To unsubscribe from this group, send email to>>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>
> > > > > >> .
> > > > > >> For more options, visit this group at
> > > > > >>http://groups.google.com/group/tiddlywiki?hl=en.
>
> > > > > > --> > > > > You received this message because you are subscribed to the Google Groups> > > "TiddlyWiki" group.> To post to this group, sendemailt...@googlegroups.com.> > > To unsubscribe from this group, send email to>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>
As I said, two plugins [1], which extend the core list plugin. They
don't change anything from the core. They only add the functions.
<<list noCase>> alphanumeric list, not case sensitive. <<list
numberedText>> sorts tiddlers, that start with numberes. There are
some parameters, to adjust the behaviour. All parameters are optional.
If you want to have the 3rd parameter set, the second is also needed!
See the description. I needed the noCase parameter, thats why this
one, does what I need. The numberedText is there because I think it is
a nice to have :)
Also try the different themes and let me know, what you think.
Multi column mode:
To use multi column lists I use emastic. If you want to use it, with
low overhead, there is MaloStyleSheet, which should do the work also.
To show the possibilities, there are some examples. [2], [3], [4] in
the top row. To see the top row swich the themes.
ToDo:
*Have a closer look at the [tag[xx]] processor. Maybe I can make
everything compatible to matchtags plugin, without adding to much
code.
*This means, that the paremeters, and the order may change in future
versions
have fun
Mario Pietsch
[1]: http://apm-plugins.tiddlyspot.com/
[2] http://apm-plugins.tiddlyspot.com/#TiddlerMapTabs
[3] http://apm-plugins.tiddlyspot.com/#TiddlerMapTabsAZ
[4] http://apm-plugins.tiddlyspot.com/#TiddlerMap
On Feb 19, 9:25 pm, PMario <pmari...@gmail.com> wrote:
w
> > > > > > >> --> > > > > >> You received this message because you are subscribed to the Google Groups> > >> "TiddlyWiki" group.>> To post to this group, sendemailt...@googlegroups.com.> > >> To unsubscribe from this group, send email to>>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>
> > > > > > >> .
> > > > > > >> For more options, visit this group at
> > > > > > >>http://groups.google.com/group/tiddlywiki?hl=en.
>
> > > > > > > --> > > > > > You received this message because you are subscribed to the Google Groups> > > "TiddlyWiki" group.> To post to this group, sendemailt...@googlegroups.com.> > > To unsubscribe from this group, send email to>tiddlywiki+...@googlegroups.com<tiddlywiki%2Bunsu...@googlegroups.com>