Exporting to Tiddlers.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-05-17 14:09:59 -05:00
parent 4b6f82222a
commit 5ed801535d
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ HlPerson class >> fromListName: aString [
givenName: names contents trimmed
]
{ #category : #accessing }
HlPerson >> asSubtiddler: aString [
^ Tiddler new
title: self givenName, ' ', self familyName, '/', aString.
]
{ #category : #accessing }
HlPerson >> email [