Look to visualize relationships between tiddlers

Any suggestions for how to visualize relationship between tiddlers?

I’m looking to accomplish something like the graph view in Roam or LogSeq.

I am only aware of TiddlyMap. Is that the tool you would suggest? Are there other options?
For my purposes, the simpler and stabler the better.

Let say I have a tiddler [[Apple]] and it links to Tree and Fruit and [[Red Things]]. I’d love to see visually, that it links to fruit, but that [[Fruit]] also links to [[Red Things]].

Thanks!

1 Like

Here is another one TW5 plugins! — for TW5 plugin development and installation

Yes as @DaveGifford points to Tidgraph is a good solution. There is a log of visualisations plugins available however sometimes it may be as simple as a list, the tree or table of contents macros, a list of buttons or next/previous etc… Using tabs can also help people see the related tiddlers in tabs.

Ask yourself if you want to review a map of all or selected relationships or do you want each tiddler to display where they are (eg breadcrumbs).

Others include;

  • When tiddlers are related by tags the presence of tag pills can help <<tag tagname>>
  • Smart uses of the list widget to build trees/list/tables.
  • Using icons set on tiddlers or to illustrate meaning

The Brain example using ECharts perhaps.

https://tiddly-gittly.github.io/tw-echarts/

3 Likes

Yes, I think tw-echarts is the state of the art implementation of graph visualization.

You can try modify its graph config to achieve 2level https://github.com/tiddly-gittly/tw-echarts/discussions/13

1 Like

We are developing TiddlyWikiPharo, which uses external parsers and frameworks to map relationships between tiddlers as shown here:

More details in the Malleable Systems wiki by combining two malleable systems post.

As you can see, the results are pretty similar to LogSeq and Roam. The caveat is that the parser for making such visualizations is pretty raw and in early stages and that the visualization lives outside TW. We are planing some Echarts export capabilities, but they will come as needed.