mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 11:31:59 +02:00
7 lines
328 B
ReStructuredText
7 lines
328 B
ReStructuredText
This module provides some technical features that allow to extract text from
|
|
any chunk of HTML, without HTML tags or attributes. You can chose either:
|
|
|
|
* To truncate the result by amount of words or characters.
|
|
* To append an ellipsis (or any character(s)) at the end of the result.
|
|
|
|
It can be used to easily generate excerpts.
|