URLs
Explanation of immediate task
The trim regex given as an example to trim body for excerpt seems to trip up if textile is enable in the body field (prepending the truncated text with p>), no matter what the escape attributes. I have better luck with <txp:body escape="tags" trim="/^(<[^>]*>)*((?:\w+\W+){35})\w.*$/s" replace="$2…" />, which excludes initial tags.
Resources to support effort
Current to-dos
- Maybe update example with note for textile users