Fixing STON wiki exportation.
This commit is contained in:
parent
4ded26c6f8
commit
4ee3b43795
@ -344,8 +344,8 @@ TiddlyWiki >> exportSTONFiles [
|
|||||||
shadowFile := self largeTiddlersFolder / '_shadow.ston'.
|
shadowFile := self largeTiddlersFolder / '_shadow.ston'.
|
||||||
wikiTemp := self copy.
|
wikiTemp := self copy.
|
||||||
wikiTemp tiddlers: self commonTiddlers.
|
wikiTemp tiddlers: self commonTiddlers.
|
||||||
GrafoscopioUtils exportAsSton: self shadow on: shadowFile.
|
MiniDocs exportAsSton: self shadow on: shadowFile.
|
||||||
^ GrafoscopioUtils exportAsSton: wikiTemp on: stonFile
|
^ MiniDocs exportAsSton: wikiTemp on: stonFile
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
|
Loading…
Reference in New Issue
Block a user