Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12200 closed (duplicate)

Template filter for truncating text (characters)

Reported by: Paul Schreiber Owned by: nobody
Component: Template system Version: 1.1
Severity: Keywords: text string truncate characters
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There's a template tag for truncating text based on word count (truncatewords), but not on character count. I wrote truncate() (truncate_head(), truncate_middle(), truncate_tail()) to do this.

Attachments (1)

truncate.py (3.4 KB ) - added by Paul Schreiber 14 years ago.

Download all attachments as: .zip

Change History (3)

by Paul Schreiber, 14 years ago

Attachment: truncate.py added

comment:1 by James Bennett, 14 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #5025.

comment:2 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top