Side Observation

`[[CMI Referrers List CSV!!select-consultant-list]]`

results in 
`wikipath/tiddlername/CMI%20Referrers%20List%20CSV!!select-consultant-list`

or a tiddler named "CMI Referrers List CSV!!select-consultant-list"


   - Which is interesting because it is a tiddler named after a tiddler and 
   its field.
   - I wonder how it would fair using the tiddlername containing "!!"


Tony



On Monday, March 23, 2020 at 2:21:22 PM UTC+11, TonyM wrote:
>
> Mark,
>
> I have got this closer;
>
> \define left-curlys() {{
> \define right-curlys() }}
> \define field-delimiter() !!
> \define list-reference() {{{ [<instance>addsuffix<field-delimiter>
> addsuffix<list-field>addprefix<left-curlys>addsuffix<right-curlys>] }}}
> <<select-object>><br>
> <$list filter=
> "[!is[system]fields[]addprefix[$:/landscape/fields/]field-list-object{!!selected-object}removeprefix[$:/landscape/fields/]]"
>  
> variable=list-field>
>    <$list filter="[!is[system]has<list-field>sort[]]" variable=instance>
>        <<list-field>> in <<instance>> - <br>
>        <$button>
>            <$action-listops $field="selected-lists" $subfilter=<<list-
> reference>>/>
>            +
>        </$button>
>    </$list>
> </$list>
> However this code depends on other values and tiddlers
>
> Unfortunately this results in selected-lists of
> [[{{CMI Referrers List CSV!!select-consultant-list}}]] [[{{ORAMS Referrers 
> list!!select-consultant-list}}]] {{{ {{Singleton!!office-consultants-list
> }} }}}
>
> So I am close but don't have an explanation yet
>
> Regards
> Tony
>
> On Monday, March 23, 2020 at 12:37:26 PM UTC+11, TonyM wrote:
>>
>> Mark
>>
>> Thanks, 
>>
>> Now I need to find out how to construct this from values
>> \define left-curlys() {{
>> \define right-curlys() }}
>> \definelist-reference() <<left-curleys>><<tiddlername>>!!<<fieldname>><<
>> right-curleys>>
>> or <<left-curleys>>{{!!tiddlername}}!!{{!!fieldname}}<<right-curleys>>
>>
>> Regards
>> Tony
>>
>>

-- 
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/dd906520-44d5-4b6d-ae86-e495cea18cab%40googlegroups.com.

Reply via email to