Open michaelrog opened 6 years ago
I can imagine a slightly more generalized solution in the form of appendEvery
and prependEvery
functions, which would take as params:
content
n
unit
(characters, words, paragraphs... similar to the chop
function)limit
(Would probably have to strip tags, and/or account for that somehow similarly to how chop
does.)
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…