Improvint Tiddler exportation.
This commit is contained in:
parent
78ec41d5b4
commit
5067631f85
@ -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 }
|
||||||
|
Loading…
Reference in New Issue
Block a user