Improvint Tiddler exportation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-08-08 13:12:48 -05:00
parent 78ec41d5b4
commit 5067631f85

View File

@ -30,7 +30,7 @@ HedgeDoc >> asTiddler [
title: self url segments first; title: self url segments first;
text: (self contents ifNil: [ self retrieveContents]); text: (self contents ifNil: [ self retrieveContents]);
type: 'text/x-markdown'; type: 'text/x-markdown';
created: DateAndTime now asString. created: Tiddler nowLocal.
] ]
{ #category : #accessing } { #category : #accessing }