I have a couple export feature requests; hoping they'll be pretty easy to add in.
Adding a meta option to override the user-set date format, such as this:
Code: Select all
<meta name="dateFormat" content="[string]" />
<meta name="dateFormat" content="%Y-%m-%d" /> (example)
This would allow you to put it in a more sortable format (2009-11-23) than the default (Nov 2009).
Also, adding a couple keys:
Code: Select all
[key:coverImageURLHeight]
[key:coverImageURLWidth]
<img src="[key:coverImageURL]" height="[key:coverImageURLHeight]" width="[key:coverImageURLWidth]" />
Currently, you can set a max height (image-height) and a max width (image-width), but you don't know if the resultant image will be the max-height, the max-width, both, or smaller than both. This would be helpful not just in my template. Something like the Covers template would load much smoother if the browser could lay the page out right away because it knew the image height and width. Really, any template that uses the coverImageURL would benefit.
Thanks!