A (maybe) simple question on Tidgraph

Hi everyone.

I’ve started to use TiddlyWiki in the last two months for my ZettelKasten experiments and I’ve found in this community lots of helpful information, tips and kindness. So first of all I wish to thanks all of you for this marvelous tool and for your dedication.

I’m writing because I would like to know if there is a simple solution to a small problem I have. On every tiddler in my tw I show on the bottom a graph of connections using tidgraph in a similar way of Soren Bjornstad Mosaic Muse — Soren Bjornstad's public notes (what a fantastic site).

Here it is an image of a tiddler

As you can see I have two different graph, one for backlinks (the From one) and ono for the links (the To one).

Here it is the code

''From''
<$tidgraph start=<<currentTiddler>> mode="backlinks[]" startat="0" layout="E" nodetemplate="GraphZettelTemplate GraphHubTemplate"/>

''To''
<$tidgraph start=<<currentTiddler>> mode="links[]" startat="0" layout="E" nodetemplate="GraphZettelTemplate GraphHubTemplate"/>

I’m wondering if there is any simple option to have one single graph with both links and backlinks, maybe one on the left and the other on the right of the actual node. I was thinking to look in the tidgraph code, but I’m not a javascript expert and before get lost in the woods I’m asking here in the hope of a simpler solution.

Thanks for the help (and apologize for my rusty english).
RG

1 Like