Improving file exportation. This makes GrafoscopioUtils a dependency because file storage utilities there. See if could be another way.
This commit is contained in:
parent
cf7de346b0
commit
e5310ea267
@ -37,6 +37,12 @@ Tiddler >> asJson [
|
||||
^ STONJSON toStringPretty: self asDictionary
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
Tiddler >> asJsonTempFile [
|
||||
MarkupFile exportAsFileOn: FileLocator temp / self title, '.json' containing:self asJson
|
||||
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
Tiddler >> caption [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user