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' }
|
{ #category : 'accessing' }
|
||||||
Tiddler >> bag [
|
Tiddler >> bag [
|
||||||
^ bag
|
^ bag
|
||||||
@ -116,6 +111,11 @@ Tiddler >> customFields [
|
|||||||
^ customFields ifNil: [ customFields := Dictionary new]
|
^ customFields ifNil: [ customFields := Dictionary new]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : 'accessing' }
|
||||||
|
Tiddler >> exportWithTemplate: aTemplate [
|
||||||
|
^ aTemplate asMustacheTemplate value: self asDictionary
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : 'accessing' }
|
{ #category : 'accessing' }
|
||||||
Tiddler >> fromDictionary: aDictionary [
|
Tiddler >> fromDictionary: aDictionary [
|
||||||
| customKeys |
|
| customKeys |
|
||||||
|
Loading…
Reference in New Issue
Block a user