Ticket #4235 (closed defect: fixed)
Wiki formatting lost in ">" quoted blocks
| Reported by: | anonymous | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.12 |
| Component: | wiki system | Version: | 0.10.2 |
| Severity: | normal | Keywords: | quote engine |
| Cc: | dserodio@…, martin.marcher@… |
Description (last modified by cboos) (diff)
- Why not allow editing comments along with ticket itself?
- When replying to comment with quoting, wiki formatting will be lost in quoted text (e.g. numbering 1. 1. 1.)
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 4 years ago by cboos
- Description modified (diff)
- Milestone set to 0.11
comment:2 in reply to: ↑ 1 Changed 4 years ago by mgood
- Component changed from general to wiki
- Summary changed from Comments related to Wiki formatting lost in ">" quoted blocks
I'm updating the summary to reflect the core issue with the quote formatting. Right now it's possible to remove the ">" in front of some types of blocks and they'll be formatted, but still included in the quote.
For example:
> a
{{{
b
}}}
> c
is displayed as:
a
b
c
Replying to cboos:
- What do you think about having two reply buttons, one "Quote" doing what "Reply" does today, and "Reply" simply adding a reply to a specific comment, without quoting?
Coincidentally I just finished reading this Joel on Software article Choice = Headaches. Providing two buttons that do almost exactly the same thing adds unneeded clutter to the UI. It only takes a second to clear the textarea, so I'd rather keep just the one button.
comment:3 Changed 4 years ago by sid
#4095 was marked as duplicate of this ticket. It also noted that blank space is lost when replying to tickets.
For example, this:
> test > > test2
shows up as:
test
test2
comment:4 Changed 4 years ago by cboos
- Keywords quote engine added
Right, the quoting related stuff in the Wiki engine really needs some improvements. I'm thinking of having "line prefix"-style rules that would be applied in turn, so that one could quote lists or other type of formatting (like tables).
comment:8 Changed 3 years ago by cboos
And another duplicate: #4965. I teally need to find some time to finish the WikiEngine refactoring :-)
comment:10 Changed 3 years ago by cboos
- Milestone changed from 0.11 to 0.12
WikiEngine refactoring postponed.
comment:12 Changed 3 years ago by cboos
#6683, another duplicate, about the ability to quote code blocks.
comment:15 Changed 19 months ago by cboos
#7938 was closed as duplicate.
comment:16 Changed 12 months ago by Ryan Ollos <ryano@…>
I've seen similar behavior with quoting in the TracBacksPlugin that I now suspect is related to this issue: TH 5456, TH 5457.



... and:
This would be especially interesting once we have #1835 (threaded view for comments).