7 lines
159 B
Smalltalk
7 lines
159 B
Smalltalk
|
accessing
|
||
|
asTiddler
|
||
|
^ Tiddler new
|
||
|
title: self name;
|
||
|
tags: 'Starforged ' ,'[[', self category,']]';
|
||
|
text: self text;
|
||
|
created: DateAndTime now asString.
|