Improving naming.
This commit is contained in:
parent
5067631f85
commit
8b7f2047b7
@ -24,7 +24,7 @@ HedgeDoc class >> newDefault [
|
|||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
HedgeDoc >> asTiddler [
|
HedgeDoc >> asMarkdownTiddler [
|
||||||
self url ifNil: [ ^ self ].
|
self url ifNil: [ ^ self ].
|
||||||
^ Tiddler new
|
^ Tiddler new
|
||||||
title: self url segments first;
|
title: self url segments first;
|
||||||
|
Loading…
Reference in New Issue
Block a user