Fixing STON wiki exportation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-05-19 10:43:15 -05:00
parent 9a4a87a45e
commit 146d762f5f
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ MiniDocs class >> appFolder [
^ tempFolder
]
{ #category : #accessing }
MiniDocs class >> exportAsSton: anObject on: aFileReference [
MarkupFile exportAsFileOn: aFileReference containing: (STON toStringPretty: anObject)
]
{ #category : #accessing }
MiniDocs class >> importGrafoscopioFile: aFileReference [