Recovering wiki tiddlers navigation
This commit is contained in:
parent
37f9025be7
commit
46d6b05ac6
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user