Improving naming.
This commit is contained in:
parent
dad204f542
commit
307ed4809b
@ -60,11 +60,6 @@ Tiddler >> asJsonTempFile [
|
||||
|
||||
]
|
||||
|
||||
{ #category : 'accessing' }
|
||||
Tiddler >> asKmlWithTemplate: aTemplate [
|
||||
^ aTemplate asMustacheTemplate value: self asDictionary
|
||||
]
|
||||
|
||||
{ #category : 'accessing' }
|
||||
Tiddler >> bag [
|
||||
^ bag
|
||||
@ -116,6 +111,11 @@ Tiddler >> customFields [
|
||||
^ customFields ifNil: [ customFields := Dictionary new]
|
||||
]
|
||||
|
||||
{ #category : 'accessing' }
|
||||
Tiddler >> exportWithTemplate: aTemplate [
|
||||
^ aTemplate asMustacheTemplate value: self asDictionary
|
||||
]
|
||||
|
||||
{ #category : 'accessing' }
|
||||
Tiddler >> fromDictionary: aDictionary [
|
||||
| customKeys |
|
||||
|
Loading…
Reference in New Issue
Block a user