Quote:
Originally Posted by kovidgoyal
It might be possible by defining a column built from other columns that strips the html using a template function and then using that column in the cover generator. I dont recall if the cover generator has direct support for template functions, if so you can skip the creation of the extra column.
|
I wondered if that kind of thing was possible. I was looking through the function documentation and initially thought shorten() would help, but it looks like that removes text from the middle, not the ends. Can you point me toward a resource that would help me figure out how to implement this kind of function?