Edgewall Software
Modify

Ticket #3335 (new enhancement)

Opened 6 years ago

Last modified 16 months ago

Improve the rendering of the wiki syntax for citations

Reported by: cboos Owned by: cboos
Priority: low Milestone: next-major-0.1X
Component: wiki system Version: 0.9.5
Severity: minor Keywords: blockquote citation
Cc:
Release Notes:
API Changes:

Description

A little thing, but looks nicer IMHO

blockquote p { margin: 0 0 1em 0; }
blockquote.citation { 
 margin: -0.3em 0;
 padding: .5em 0 0 .5em;
 border-style: solid; 
 border-width: 1px 0 0 2px; 
 border-color: #b44;
}

Attachments

Change History

comment:1 Changed 6 years ago by markus

I agree that this patch improves the visual separation of comments, but the new colorful ticket design is confusing me even more now. ;-)

comment:2 Changed 5 years ago by cboos

  • Keywords blockquote citation added
  • Milestone set to 0.11
  • Owner changed from jonas to cboos
  • Priority changed from low to normal
  • Severity changed from trivial to minor
  • Summary changed from Some CSS improvements for the citation syntax to Improve the rendering of the wiki syntax for citations

Well, the current .css for citations is not that bad.
What is needed though is to better take into account the white space around the citation.

e.g.

----
someone said:
> this or that

That's a good idea!

> this is another citation
----

currently renders as:


someone said:

this or that

That's a good idea!

this is another citation


There should be a visual clue showing that there's a blank line between That's a good idea! and > this is another citation, but this should must rather be done at the wiki parser/formatter level.

comment:3 Changed 3 years ago by cboos

  • Milestone changed from 0.11-retriage to 0.13

comment:4 Changed 2 years ago by cboos

  • Milestone changed from next-major-0.1X to 0.13
  • Priority changed from normal to low

comment:5 Changed 16 months ago by cboos

  • Milestone changed from 0.13 to next-major-0.1X
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will be changed from cboos. Next status will be 'new'
The owner will be changed from cboos to anonymous. Next status will be 'assigned'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.