Recovering wiki tiddlers navigation
This commit is contained in:
parent
37f9025be7
commit
46d6b05ac6
@ -622,9 +622,7 @@ TiddlyWiki >> networkViewHighlightingCreator: creatorName [
|
||||
ifTrue: [ Color blue ]
|
||||
ifFalse: [ Color lightGray ].
|
||||
size := 5 @ 5.
|
||||
BlElement new background: color; size: size;
|
||||
when: BlClickEvent
|
||||
do: [ :e | e currentTarget phlow spawnTool: each ] ];
|
||||
BlElement new background: color; size: size ];
|
||||
with: self tiddlers.
|
||||
view edges
|
||||
connectToAll: #linkedTiddlers.
|
||||
|
Loading…
Reference in New Issue
Block a user