Subject: | Wish to have "shorten" option |
Hello
It will be great to have something like this in your module:
[% FILTER clickable shorten = 1 %]
...
http://www.example.com/very_long_path
...
[% END %]
this will become:
...
<a href="http://www.example.com/very_long_path">example.com/
short_part_of_vert_long_path..</a>
...