Initial support for pandoc. Just empty dirs for being populated with the binaries of each platform.
This commit is contained in:
parent
6f9f6285d5
commit
9e9f65c958
@ -221,6 +221,15 @@ GrafoscopioBrowser >> headerOn: constructor [
|
|||||||
ifFalse: [ eachNode header]].
|
ifFalse: [ eachNode header]].
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #'system-support' }
|
||||||
|
GrafoscopioBrowser >> installPandoc [
|
||||||
|
"Installs pandoc binary for each major platform: Linux, Windows, Mac"
|
||||||
|
| linuxSupplies |
|
||||||
|
linuxSupplies := (FileSystem disk workingDirectory
|
||||||
|
/ 'Platform' / 'Linux' / 'Programs' / 'Pandoc')
|
||||||
|
ensureCreateDirectory.
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #persistence }
|
{ #category : #persistence }
|
||||||
GrafoscopioBrowser >> open [
|
GrafoscopioBrowser >> open [
|
||||||
"Opens a new browser with a default tree and assigns a default draft file for storing it.
|
"Opens a new browser with a default tree and assigns a default draft file for storing it.
|
||||||
@ -409,7 +418,7 @@ GrafoscopioBrowser >> treeOn: constructor [
|
|||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'system-support' }
|
||||||
GrafoscopioBrowser >> updateSystem [
|
GrafoscopioBrowser >> updateSystem [
|
||||||
"Updates the system with new versions of itself take from the source code repository"
|
"Updates the system with new versions of itself take from the source code repository"
|
||||||
Gofer new
|
Gofer new
|
||||||
|
Loading…
Reference in New Issue
Block a user