Improving exportation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-08-09 08:52:19 -05:00
parent 308550ef07
commit 361573441b
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Tiddler >> asDictionary [
at: 'text' put: self text;
at: 'created' put: self created asString;
at: 'tags' put: self tags;
at: 'type' put: self type;
yourself.
]