TopShelfCraft / Wordsmith

A plugin for Craft CMS to help you manage and manipulate text.
Other
30 stars 20 forks source link

[FR] Breaking sentences #3

Open michaelrog opened 6 years ago

michaelrog commented 6 years ago

Originally posted by @stovepot:


is it possible to " " an entry.title?

Example:

This long title might not fit in the slide window.

This long title might not fit in the slide window.

I guess this requires certain specific parameters e.g. every 3rd word, etc…

michaelrog commented 6 years ago

I can imagine a slightly more generalized solution in the form of appendEvery and prependEvery functions, which would take as params:

(Would probably have to strip tags, and/or account for that somehow similarly to how chop does.)