• Member Since 24th Sep, 2015
  • offline last seen Saturday

Oliver


Let R = { x | x ∉ x }, then R ∈ R ⟺ R ∉ R... or is it?

More Blog Posts349

  • 110 weeks
    Against Stupidity

    I figure I’ll do some popular sociology. I’ve reached the limit of what I can do at the present time, and I need to take a break from all the doomscrolling, because there’s only so much war crime bingo I can read before I go do something emotionally motivated and ultimately useless.

    Read More

    16 comments · 1,679 views
  • 112 weeks
    Good morning, Vietnam

    My foreign friends often ask me – the very few that know I’m Russian – what does the average Russian think about Ukraine.

    You can see why I have always kept this private now.

    Read More

    34 comments · 1,279 views
  • 157 weeks
    Lame Pun Collection

    So I decided to trawl conversation logs for throwaway lines I spout on occasion. Because otherwise I’d forget them entirely, and some of them are actually good ideas. Granted, most of them are stupid puns… But I like puns, and I’m still not sure why you’re supposed to cringe at them.

    Read More

    10 comments · 1,349 views
  • 157 weeks
    Rational Magic

    I basically improvised most of this lecture from memory when talking with DannyJ yesterday, but then I thought, why not blog this, should at least be food for thought. It’s not directly pony-relevant, more like a general topic of discussion which one needs to meditate on when writing fantasy – but that includes ponyfic, so you might be interested.

    Read More

    24 comments · 1,600 views
  • 165 weeks
    A series of unexpected observations

    So I’ve been reading things.

    Read More

    15 comments · 1,526 views
Apr
6th
2016

Guten [tag] · 2:20pm Apr 6th, 2016

So I wanted to use something else for scene breaks other than the boring-looking [hr]...

There is, of course, no problem to just insert an image, and some people do this, but I also prefer to read in red on black (or amber on black, since Fimfiction offers me no red on black palette) because I almost invariably do this in the dark, and this is much easier on the eyes and on AMOLED tablet battery. If you do that, a black on transparent scene break image will just become invisible, and if you add a white outline, it will be visible and glare, ah-my-eyes.

But then I thought about the [icon][/icon] tag... Like most of Fimfiction bbcode it is not adequately documented, but it inserts named icons from FontAwesome. I'm not sure which particular version of FontAwesome we're dealing with here, but the nice bit about those icons is that they are essentially treated as text, which includes palette changes, positioning with the [center] tag and size changes. Which means I can pull stuff like this:

Looks ugly in source, but since I'm not doing this manually it makes no difference:

[size=0.5em][[b][/b]center][[b][/b]size=2em][[b][/b]icon]chevron-left[/icon] [[b][/b]icon]ellipsis-h[/icon] [[b][/b]icon]ellipsis-h[[b][/b]/icon] [[b][/b]icon]ellipsis-h[[b][/b]/icon] [[b][/b]icon]chevron-right[[b][/b]/icon][[b][/b]/size][[b][/b]/center][/size]

Which looks reasonably nifty, but there is one downside. Fimfiction's native epub export is already broken, in that it chews up all formatting, and all sane people use tools like FanFicFare to get their epubs. I can bet that none of these tools will pick up FontAwesome icons, and you will be left with an empty line instead.

I can, of course, post my own epub, which I'm generating anyway, and which looks right, because it's not converted from Fimfiction's bowdlerized HTML, but is made from the same Markdown source. But that would mean the readers would have to redownload it periodically without the aid of automated tools, which is suboptimal.

In short, meh, I'm not sure what to do.

Comments ( 2 )

I also prefer to read in red on black (or amber on black, since Fimfiction offers me no red on black palette)

That stops you?
CSS for Stylish as one option…
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("https://www.fimfiction.net/story/") { .content_format_amber_black { color: #FF0000 !important; } }

4308452

That stops you?

This is primarily important on mobile (also because of AMOLED) and mobile Chrome doesn’t let you mess with CSS, so yes, kind of.

Login or register to comment