Exporting to Tiddlers.
This commit is contained in:
parent
4b6f82222a
commit
5ed801535d
@ -35,6 +35,12 @@ HlPerson class >> fromListName: aString [
|
|||||||
givenName: names contents trimmed
|
givenName: names contents trimmed
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
HlPerson >> asSubtiddler: aString [
|
||||||
|
^ Tiddler new
|
||||||
|
title: self givenName, ' ', self familyName, '/', aString.
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
HlPerson >> email [
|
HlPerson >> email [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user