Posted by anton-staroverov on May 24, 2013 at 7:12pm
It allows you to embed node fields (images, videos, files and any others) right in the node body using a simple inline tag: [fieldname:items|position].
Syntax
[fieldname:items|position]
- fieldname — machine name of a field
- items (optional) — index of item (or range of items)
- position (optional) — 'default', 'center', 'left' or 'right'
All following constructions are supported:
[field_images]— all attached images[field_images:0]— first attached image[field_images:1]— second attached image[field_images:1|right]— second image (right floated)[field_images:1-2|right]— both second and third images (right floated)
I think it could be very useful, especially when you are writing a long documentation page or a long blog post.
Project page: http://drupal.org/project/fielder
