felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki
http://tiddlymap.org
BSD 2-Clause "Simplified" License
857 stars 132 forks source link

Show more level of link and tag relationship #375

Closed linonetwo closed 4 years ago

linonetwo commented 4 years ago

Currently, it only shows 1 level of tag or link, can it do this for 2-3 level? So I can see the whole tree of a tag.

felixhayashi commented 4 years ago

Hi @linonetwo you can enable the neighbourhood scope and set it to 2 or 3 steps.

linonetwo commented 4 years ago

I can't find "neighbourhood" in Graph setting in Live View...

felixhayashi commented 4 years ago

you can set the live view settings by going to the "Map" tab in the sidebar and then select the "Live View" and then set the scope to "no limit", then switching back to the live tab you will see all neighbours displayed in the map.

2020-09-27_00:26:36

linonetwo commented 4 years ago

Wow, I always go direct to the config, no seeing this view setting.

And it is quite slow, maybe there should be some cache mechanism, or run the task in parallel inside workers...

felixhayashi commented 4 years ago

And it is quite slow, maybe there should be some cache mechanism, or run the task in parallel inside workers...

yeah, the larger the scope, the slower it will get :slightly_frowning_face:

linonetwo commented 4 years ago

Do you have idea how roam and obsidian handle this?