Got it working just the way I want. I may be disportionately proud of 
myself, but this sort of thing isn't really in my natural skillset.

Thank you all for all your help and your patience with my n00b questions. 

On Wednesday, August 23, 2017 at 9:12:56 AM UTC-7, Silvercat wrote:

> 'chanti' is the combo form for the tiddler 'chanyki'. 
>
>
> combo chanti 
> created 20160503233200000 
> creator Silvercat 
> english [[color]] [[skin]] [[surface]] 
> modified 20170821233214208 
> modifier Silvercat 
> tags ch Nouns BodyParts PartsofThings Quality Lexeme to-translate 
> title chanyki 
> type text/vnd.tiddlywiki 
>
>
> Ah ha! I just needed to switch how I was thinking - This does it!
>
> <dl>
> <$list filter="[tag[Lexeme]each:list-item[title]sort[]]">
> <dd><$link to={{!!title}}><$view field="combo"/></$link></dd>
> </$list>
> </dl>
>
> Now just to figure out how to have it sort alphabetically by the combo 
> instead of by the title.
>
> Thanks!
>
> On Monday, August 21, 2017 at 8:19:17 PM UTC-7, Mark S. wrote:
>
>> Hmm, "chanti", for instance, doesn't show up because there is no tiddler 
>> called "chanti". So you must have been hoping to link to some tiddler by 
>> some field or characteristic. So ... what is the connection?
>>
>> Good luck!
>> Mark
>>
>> On Monday, August 21, 2017 at 5:36:05 PM UTC-7, Silvercat wrote:
>>>
>>> Yeah, I can't get it to actually link to the title.
>>>
>>> <dl>
>>> <$list filter="[tag[Lexeme]each:list-item[combo]sort[]]">
>>> <dd><$link to={{!!title}}><$view field="title"/></$link></dd>
>>> </$list>
>>> </dl>
>>>
>>> On Monday, August 21, 2017 at 3:08:13 PM UTC-7, RichardWilliamSmith 
>>> wrote:
>>>
>>>> You probably need to wrap the title (inside the $list element) with 
>>>> <$link> tags, possibly specifying the to="" field. Post the whole block of 
>>>> code if this is unclear.
>>>>
>>>> RR
>>>>
>>>> On Tuesday, August 22, 2017 at 5:30:46 AM UTC+10, Silvercat wrote:
>>>>>
>>>>> It's my conlang lexicon again (google drive link if needed: 
>>>>> https://drive.google.com/open?id=0B2AstAs9QlRjSnhvU1ktWGF0c28 - 
>>>>> relevant tiddler is ComboForms & it's listing from chanyki, chum, 
>>>>> chÉ’'isit, 
>>>>> and zom)
>>>>>
>>>>> The part I could figure out is: <$list 
>>>>> filter="[tag[Lexeme]each:list-item[combo]sort[]]">. I'd like if each 
>>>>> listed 
>>>>> combo field would link to the relevant tiddler title. (I'm using it to 
>>>>> make 
>>>>> sure that multiple similar words don't have the same combo form)
>>>>>
>>>>> Thanks
>>>>>
>>>>>

-- 
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/8932cc85-db72-48f8-a284-cfc4bc7c0ef2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to