Tidgraph Question.
I currently have set up my wiki so that every tiddler will have a footer displaying links to : 1. all the other tiddlers that link back to the current tiddler (backlinks) 2. all the tiddlers being linked from the current tiddler (links) 3. all tiddlers that are tagged with the current tiddler 4. all tiddlers that cuurrent tiddler is tagged with [image: related links Four notes.png] <about:invalid#zClosurez> <<list-links filter:"[is[current]tagging[]] [is[current]tags[]] [is[current]links[]] [is[current]backlinks[]] +[sort[]]">> If I could mimic a similar function with Tidgraph it would be a visual way to do this. However, I was not able to do it. This is the tidgraph tidbit that I came up with, but it is not working: <$tidgraph mode="linking" filter="[is[current]backlinks[]sort[title]]" /> The below error is shown: -- 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 post to this group, send email to [email protected]. 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/75c101fe-7353-4704-affd-b82a34973d65%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

