Starting visualization options

This commit is contained in:
Laboratorio Ciencia De La Informacion 2024-05-30 10:24:48 -05:00
parent 46d6b05ac6
commit 2a07efd48c

View File

@ -611,6 +611,11 @@ TiddlyWiki >> networkView [
^ view ^ view
] ]
{ #category : #accessing }
TiddlyWiki >> networkViewBackground [
self configDictonary at: 'networkView' at: 'background' ifAbsentPut: [Color lightGray]
]
{ #category : #accessing } { #category : #accessing }
TiddlyWiki >> networkViewHighlightingCreator: creatorName [ TiddlyWiki >> networkViewHighlightingCreator: creatorName [
| view | | view |