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/705f413c-82e8-4f26-934d-6ae625b58e73%40googlegroups.com.

Reply via email to