Integrando imagen con la versión en Gitea.
This commit is contained in:
parent
b632b72da1
commit
6850cdd53a
@ -23,16 +23,6 @@ CodiMD class >> newDefault [
|
|||||||
defaultServer.
|
defaultServer.
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
|
||||||
CodiMD >> contents [
|
|
||||||
^ contents
|
|
||||||
]
|
|
||||||
|
|
||||||
{ #category : #accessing }
|
|
||||||
CodiMD >> contents: anObject [
|
|
||||||
contents := anObject
|
|
||||||
]
|
|
||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'as yet unclassified' }
|
||||||
CodiMD >> defaultServer [
|
CodiMD >> defaultServer [
|
||||||
self server: 'https://docutopia.tupale.co'.
|
self server: 'https://docutopia.tupale.co'.
|
||||||
@ -102,12 +92,7 @@ CodiMD >> url [
|
|||||||
^ url asUrl
|
^ url asUrl
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
|
||||||
CodiMD >> url: anObject [
|
|
||||||
url := anObject
|
|
||||||
]
|
|
||||||
|
|
||||||
{ #category : #visiting }
|
{ #category : #visiting }
|
||||||
CodiMD >> visit [
|
CodiMD >> visit [
|
||||||
WebBrowser openOn: self url.
|
WebBrowser openOn: self server, '/', self pad.
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user