Improving naming.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-09-04 18:14:24 -05:00
parent dad204f542
commit 307ed4809b
1 changed files with 5 additions and 5 deletions

View File

@ -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 |