Rob,

Thanks for that info.

Regards
Tony

On Thursday, January 23, 2020 at 11:43:49 AM UTC+11, Rob Hoelz wrote:
>
> My indexer would only cover the "References" tiddler in your example 
> (since it's the only one that uses the backlinks operator) - in fact, since 
> my PR changes the backlinks operator to use the indexer, any usage of the 
> backlinks operator in one's wiki would benefit.  As far as the others go, 
> the current tag indexer covers the "Tagging" tiddler, and it probably 
> wouldn't be too hard to develop an indexer for the listed operator.
>
> -Rob
>
> On Wednesday, January 22, 2020 at 6:29:14 PM UTC-6, TonyM wrote:
>>
>> On this matter of the info Tabs with reverse links
>>
>> *Rob, will the indexer support the below examples?*
>>
>> The Tiddler $:/core/ui/TiddlerInfo/Listed has the tag $:/tags/TiddlerInfo 
>> whos tag pill helps you access the relevant  info tabs
>>
>> $:/core/ui/TiddlerInfo/Listed
>> $:/core/ui/TiddlerInfo/List
>> $:/core/ui/TiddlerInfo/Tagging
>> $:/core/ui/TiddlerInfo/References
>>
>> So a Quick and dirty solution is to add the following to a tiddler tagged 
>> $:/tags/ViewTemplate
>> Listed: {{||$:/core/ui/TiddlerInfo/Listed}}<br>
>> List: {{||$:/core/ui/TiddlerInfo/List}}<br>
>> Tagging: {{||$:/core/ui/TiddlerInfo/Tagging}}<br>
>> Reference: {{||$:/core/ui/TiddlerInfo/References}}<br>
>>
>> And a more bespoke solution is to copy the content of the above tiddlers 
>> into your own tagged $:/tags/ViewTemplate
>>
>> \define lingo-base() $:/language/TiddlerInfo/
>> <$list filter="[all[current]listed[]!is[system]]" emptyMessage=<<lingo 
>> Listed/Empty>> template="$:/core/ui/ListItemTemplate"/>, 
>> <$list filter="[all[current]backlinks[]sort[title]]" emptyMessage=<<lingo 
>> References/Empty>> template="$:/core/ui/ListItemTemplate">, 
>> </$list>
>> <$list filter="[all[current]tagging[]]" emptyMessage=<<lingo 
>> Tagging/Empty>> template="$:/core/ui/ListItemTemplate"/>, 
>> <$list filter="[list{!!title}]" emptyMessage=<<lingo List/Empty>> 
>> template="$:/core/ui/ListItemTemplate"/>
>>
>> Regards
>> Tony
>> On Thursday, January 23, 2020 at 12:51:45 AM UTC+11, David Gifford wrote:
>>>
>>> Hi guys
>>>
>>> Just discovered Roam (https://roamresearch.com). It's an outliner like 
>>> Dynalist and Workflowy, but has bidirectional linking.
>>>
>>> Any chance bidirectional linking like this could be added to TiddlyWiki? 
>>>
>>> Here is a video 
>>> https://www.youtube.com/watch?time_continue=25&v=v9s3pusI1JQ&feature=emb_logo
>>>
>>

-- 
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/b0399536-62c5-411f-ba0f-6d6a85f9657d%40googlegroups.com.

Reply via email to