7 lines
182 B
Smalltalk
7 lines
182 B
Smalltalk
|
accessing
|
||
|
asTiddler
|
||
|
^ Tiddler new
|
||
|
title: self name;
|
||
|
tags: 'Starforged';
|
||
|
text: self intro, String lf, String lf, self optionsWikiTextTable;
|
||
|
created: DateAndTime now asString.
|