← Back to team overview

zim-wiki team mailing list archive

Extract date time when exporting a page

 

Dear list,

I am exporting some pages to markdown format, into the following header format :

   title: Hello World
   date: 2013/7/13 20:46:25
   ---

I try to get "date" with : [% page.properties["Creation-Date"] %], but zim 0.62 gives an error :

   Unexpected text after expression: [u'[', u'"Creation-Date"', u']']

Is there any way to get around this ?

Regards,
Jianhan

Follow ups