Modify ↓
Opened 11 years ago
Last modified 11 years ago
#11323 new enhancement
WikiProcessor argument to limit line width
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | wiki system | Version: | |
Severity: | normal | Keywords: | wikiprocessors |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The th:EmailProcessorMacro can be used to limit the width of text in a pre
block. It would be generally useful to add an argument to WikiProcessors for limiting the width of the text. The argument could be wrap
or cols
and should allow for a numeric argument for number of columns (wrap=79
or cols=79
).
Additionally, we might consider "auto-wrapping" columns based on the width of the screen.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Note that this feature should use
unicodedata.east_asian_width
to determine width of ambiguous-width characters.