The Glowfic Constellation

Do you have a setting, character, plot, art, or other notion that you wish to put on the Internet? This is the Internet! Whee!
User avatar
DanielH
Posts: 3745
Joined: Tue Apr 01, 2014 1:50 pm
Pronouns: he/him/his

Re: The Glowfic Constellation

Post by DanielH »

Yeah, I definitely appreciate that it exists. That’s one of the most important features it could have; far more important than everything else I mentioned combined.
Marri
Posts: 1026
Joined: Mon Mar 31, 2014 7:47 am

Re: The Glowfic Constellation

Post by Marri »

I mean, I did say that the pagination was going to be wrong xD I am glad you like it! That said, this is as far as I'm going to burn time on it for the time being, so maybe just make sure you've got a ticket filed somewhere?
User avatar
DanielH
Posts: 3745
Joined: Tue Apr 01, 2014 1:50 pm
Pronouns: he/him/his

Re: The Glowfic Constellation

Post by DanielH »

Yeah, there’s a reason I qualified it with “if”s, and you did say you didn’t want to think about design for it. I’ll just put it on the Bitbucket issue list tomorrow so that it doesn’t get lost.
User avatar
pedromvilar
Posts: 1172
Joined: Sun Mar 23, 2014 11:48 am
Pronouns: *shrug*
Contact:

Re: The Glowfic Constellation

Post by pedromvilar »

So when I use the quote thing on the Rich Text Editor, what I get is:

Image

What I want is:

Image

But to get that I need to edit the HTML code and remove the <p> from within the blockquote. Is it possible for that to be done automatically? Or at least for that extra margin inside the blockquote not to exist?
User avatar
Unbitwise
Posts: 535
Joined: Tue Dec 16, 2014 9:39 am
Pronouns: he (or they or whatever)
Contact:

Re: The Glowfic Constellation

Post by Unbitwise »

It would be better in the long run to keep the <p>s and tweak the stylesheet to not have the margin instead. Because that way you don't get the extra margin on a multi-paragraph blockquote either.

The minimum special casing would be:

Code: Select all

blockquote > p:first-child { margin-top: 0; }
blockquote > p:last-child { margin-bottom: 0; }
It might make sense to do that everywhere, not just in blockquotes, but that might require adding margins elsewhere to keep something else looking right.
Kappa
Posts: 3554
Joined: Fri Mar 21, 2014 5:47 pm
Pronouns: 'He' or 'she', interchangeably
Location: under a pile of Jokers
Contact:

Re: The Glowfic Constellation

Post by Kappa »

How would that affect those of us who use the HTML editor and disdain <p>s entirely?
Throne3d
Posts: 1282
Joined: Sat Oct 10, 2015 1:11 pm
Pronouns: He/him/his
Location: United Kingdom

Re: The Glowfic Constellation

Post by Throne3d »

We already have that on post content so that paragraphs don't display differently from text using <br />. (Or, well, we have the first-child thing, and I don't think the last-child thing is as noticeable there.)

It should not affect the HTML editor at all. You'd have to include a <p> tag inside a <blockquote> for that rule to affect your writing.
User avatar
Unbitwise
Posts: 535
Joined: Tue Dec 16, 2014 9:39 am
Pronouns: he (or they or whatever)
Contact:

Re: The Glowfic Constellation

Post by Unbitwise »

I just opened the editor for the first time in a while and my galleries now seem to be sorted by the first letter in their description ignoring all punctuation. Was that intentional?
Marri
Posts: 1026
Joined: Mon Mar 31, 2014 7:47 am

Re: The Glowfic Constellation

Post by Marri »

We've been trying to make our sorting consistent for a while, I don't think it's 100% yet but maybe it was that?
User avatar
Unbitwise
Posts: 535
Joined: Tue Dec 16, 2014 9:39 am
Pronouns: he (or they or whatever)
Contact:

Re: The Glowfic Constellation

Post by Unbitwise »

Well, the problem is that now I have fewer options to subtly create a sensible ordering of icons. Like, I had all my keywords starting with either “+” or “−” to create positive/negative/neutral groups and now they're jumbled up. If I add letters or something then I'm distracting readers from the actual labels.
Post Reply