Recovering wiki tiddlers navigation

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-05-29 09:42:33 -05:00
parent 37f9025be7
commit 46d6b05ac6
18 changed files with 2180 additions and 2182 deletions

View File

@ -622,9 +622,7 @@ TiddlyWiki >> networkViewHighlightingCreator: creatorName [
ifTrue: [ Color blue ] ifTrue: [ Color blue ]
ifFalse: [ Color lightGray ]. ifFalse: [ Color lightGray ].
size := 5 @ 5. size := 5 @ 5.
BlElement new background: color; size: size; BlElement new background: color; size: size ];
when: BlClickEvent
do: [ :e | e currentTarget phlow spawnTool: each ] ];
with: self tiddlers. with: self tiddlers.
view edges view edges
connectToAll: #linkedTiddlers. connectToAll: #linkedTiddlers.