Improving file exportation. This makes GrafoscopioUtils a dependency because file storage utilities there. See if could be another way.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-08-07 17:03:22 -05:00
parent cf7de346b0
commit e5310ea267
1 changed files with 6 additions and 0 deletions

View File

@ -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 [