let me hear your voice tonight (
alexseanchai) wrote2019-08-22 01:23 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
(no subject)
people keep asking for an annotated "it's my whole heart—while tried and tested, it's mine" and I'm trying to figure out how to accomplish that. add footnotes to the AO3 original? make a copy on AO3 and add footnotes or in-line notes to that, so the original stays a clean copy? make a copy on Dreamwidth (and not AO3) and etc?
if I'm starting with a fresh copy, in-line notes are probably less hassle for the readers, but how do I format that? do I start with the full text and insert italics or blockquotes wherever I want a note? do I start with the full text in blockquotes and put the annotations in body text? do I quote only each relevant bit?
if I'm starting with a fresh copy, in-line notes are probably less hassle for the readers, but how do I format that? do I start with the full text and insert italics or blockquotes wherever I want a note? do I start with the full text in blockquotes and put the annotations in body text? do I quote only each relevant bit?
no subject
Or, design a work skin such that the text is on one side and the annotations are on the other side of the viewport, formatted into columns. I'm going to have to do something similar for this WIP because I need both text and subtext to be visible at the same time.
Probably the easiest thing is to copy the work and add annotations in some manner or method, because the annotations are going to be a lot of hopping back and forth.
no subject
how do columns thing? two-column table and each paragraph gets its own row?
no subject
it's my whole heart—while tried and tested, it's mine (7611 words) by AlexSeanchai
Chapters: 1/1
Fandom: Miraculous Ladybug
Rating: Teen And Up Audiences
Warnings: Creator Chose Not To Use Archive Warnings
Relationships: Adrien Agreste | Chat Noir/Marinette Dupain-Cheng | Ladybug, Adrien Agreste | Chat Noir & Gabriel Agreste | Papillon | Hawk Moth
Characters: Adrien Agreste | Chat Noir, Marinette Dupain-Cheng | Ladybug, Gabriel Agreste | Papillon | Hawk Moth
Additional Tags: Kidnapping, Implied/Referenced Self-Harm, Puns & Word Play, implied/referenced suicidal ideation, Implied/Referenced Domestic Violence, Blood and Violence, sitting these two clowns down to talk about their feelings, still Ladybug and Chat Noir without the magic armor, Action & Romance, Identity Porn, self-rescuing princess(es), Hostage Situations, Identity Reveal, Season/Series 03 Spoilers
Summary:
no subject
no subject
<table><tr><th>Original Text</th><th>Annotations</th></tr>
<tr><td>There's a Tumblr post by trickerydickerydock, in <i>Venom</i> fandom: superhero peril tropes and <i>tell them where your boyfriend is, Eddie</i>.</td><td>
like I am making no attempt to define column sizes or anything
no subject
I think, for work skin purposes, one could use CSS flexboxes to achieve the desired work and annotation effects, maybe?
no subject
dunno, 404s
no subject
https://www.w3schools.com/csS/css3_flexbox.asp
I see what it did there. There's a capitalization in the original that's completely unnecessary and I'm annoyed at them for it.
no subject
the 3 is the part that matters
*pokes it*
no subject
no subject
no subject
<div class="flex-container">
<div>1</div>
<div>2</div>
</div>
where flex-direction for flex-container is defined as 'row', then I get what looks like nice neat columns. so stick a paragraph in where that 1 is, its annotation in where the 2 is (or a non-breaking space if there's no annotation and if something breaks if that second <div> inside the flex-container stays blank), and repeat for every paragraph. and then up in the CSS, play with the size and alignment…
should work!
…assuming "annotated version of another work" is legit on AO3, which tbh idk
no subject
no subject
no subject