Hey, So I tried adding a field and inserting this code.... didn't work. Tried a couple of different variations got some interesting results, like every other link being Bat, huge or Bat Bat, huge. Any other ideas?
On Wednesday, 11 March 2020 08:13:00 UTC-3, Mat wrote: > > You seem to ask two totally different questions, judging from your image: > > 1) How do I get these table headers, that are not tiddlers but some field > in a tiddler, into an alphabetical list > 2) How do I alphabetically sort a list based on "pretty links". > > ...but, unless I misunderstand you, the answer may still be the same for > both: I'm guessing you're using some field to define what word/s should be > shown in the list. > > <$list filter="[tag[B]sort[nickname]]"> > > <$link> > <$view field="nickname"/> > </$link> > > </$list> > > Yes, this assumes that you have a nickname field (...how else would you > get "Bat, Huge" into the list? You've defined it after the list in your > example.) > > Note that the $linkwidget uses the currentTiddler as default for its "to=" > argument so no need to type it out. (In fact, if it weren't for the > $viewwidget you can write <$link/> to get a clickable link to the current > tiddler. > > <:-) > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4568c6c6-87ff-4875-98f4-7ea2659c7999%40googlegroups.com.

