From 5ed801535d78789919df8ae31814e46e60113413 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Tue, 17 May 2022 14:09:59 -0500 Subject: [PATCH] Exporting to Tiddlers. --- Apps/Holonica/HlPerson.class.st | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Apps/Holonica/HlPerson.class.st b/Apps/Holonica/HlPerson.class.st index a5011db..88aaf3f 100644 --- a/Apps/Holonica/HlPerson.class.st +++ b/Apps/Holonica/HlPerson.class.st @@ -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 [