From 2a07efd48c1522fe534be9d9510b331084191594 Mon Sep 17 00:00:00 2001 From: Laboratorio Ciencia De La Informacion Date: Thu, 30 May 2024 10:24:48 -0500 Subject: [PATCH] Starting visualization options --- repository/TiddlyWiki/TiddlyWiki.class.st | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repository/TiddlyWiki/TiddlyWiki.class.st b/repository/TiddlyWiki/TiddlyWiki.class.st index 84c895d..c5bcfcb 100644 --- a/repository/TiddlyWiki/TiddlyWiki.class.st +++ b/repository/TiddlyWiki/TiddlyWiki.class.st @@ -611,6 +611,11 @@ TiddlyWiki >> networkView [ ^ view ] +{ #category : #accessing } +TiddlyWiki >> networkViewBackground [ + self configDictonary at: 'networkView' at: 'background' ifAbsentPut: [Color lightGray] +] + { #category : #accessing } TiddlyWiki >> networkViewHighlightingCreator: creatorName [ | view |