diff --git a/repository/TiddlyWiki/Tiddler.class.st b/repository/TiddlyWiki/Tiddler.class.st index db69ad7..3b79573 100644 --- a/repository/TiddlyWiki/Tiddler.class.st +++ b/repository/TiddlyWiki/Tiddler.class.st @@ -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. ]