Very nice as is, but there is a small problem with image.filter sizes that are displayed.
When one does this: [image:1234 size=preview] things look very nice on a full page. However, the preview sized image is too big for a teaser and doesn't look right.
It would be great to have two values to each argument in the syntax like this: [image:1234 size=thumbnail,preview].
Ie: when there are two comma separated arguments, the first argument is used inside teasers, the second inside full nodes. This could also apply to the other options, class, style, etc, etc.
Comments
Comment #1
David Hull commentedThis seems like a good idea, but I took a quick look, and I don't believe that the filter knows in what context (normal or teaser) the text it is filtering will be used, which means it would take code changes in Drupal proper to implement it.
Comment #2
sl27257