it's not a red string of fate those two are bound by dog collars and a steel chain
that halfway stage of oc creation when you're closing in on the design or the personality or both but the other half of the character's still a nebulous concept and they don't even have a name but now they're alive and they demand to be heard. agonizing
My favorite ship dynamic is "they're both extremely stupid in completely different ways and extremely smart in completely different ways, but rarely is any of that useful because they just get extra double stupid when together"
Whgskl. Okay.
PSA to all you fantasy writers because I have just had a truly frustrating twenty minutes talking to someone about this: it’s okay to put mobility aids in your novel and have them just be ordinary.
Like. Super okay.
I don’t give a shit if it’s high fantasy, low fantasy or somewhere between the lovechild of Tolkein meets My Immortal. It’s okay to use mobility devices in your narrative. It’s okay to use the word “wheelchair”. You don’t have to remake the fucking wheel. It’s already been done for you.
And no, it doesn’t detract from the “realism” of your fictional universe in which you get to set the standard for realism. Please don’t try to use that as a reason for not using these things.
There is no reason to lock the disabled people in your narrative into towers because “that’s the way it was”, least of all in your novel about dragons and mermaids and other made up creatures. There is no historical realism here. You are in charge. You get to decide what that means.
Also:
“Depiction of Chinese philosopher Confucius in a wheelchair, dating to ca. 1680. The artist may have been thinking of methods of transport common in his own day.”
“The earliest records of wheeled furniture are an inscription found on a stone slate in China and a child’s bed depicted in a frieze on a Greek vase, both dating between the 6th and 5th century BCE.[2][3][4][5]The first records of wheeled seats being used for transporting disabled people date to three centuries later in China; the Chinese used early wheelbarrows to move people as well as heavy objects. A distinction between the two functions was not made for another several hundred years, around 525 CE, when images of wheeled chairs made specifically to carry people begin to occur in Chinese art.[5]”
“In 1655, Stephan Farffler, a 22 year old paraplegic watchmaker, built the world’s first self-propelling chair on a three-wheel chassis using a system of cranks and cogwheels.[6][3] However, the device had an appearance of a hand bike more than a wheelchair since the design included hand cranks mounted at the front wheel.[2]
The invalid carriage or Bath chair brought the technology into more common use from around 1760.[7]
In 1887, wheelchairs (“rolling chairs”) were introduced to Atlantic City so invalid tourists could rent them to enjoy the Boardwalk. Soon, many healthy tourists also rented the decorated “rolling chairs” and servants to push them as a show of decadence and treatment they could never experience at home.[8]
In 1933 Harry C. Jennings, Sr. and his disabled friend Herbert Everest, both mechanical engineers, invented the first lightweight, steel, folding, portable wheelchair.[9] Everest had previously broken his back in a mining accident. Everest and Jennings saw the business potential of the invention and went on to become the first mass-market manufacturers of wheelchairs. Their “X-brace” design is still in common use, albeit with updated materials and other improvements. The X-brace idea came to Harry from the men’s folding “camp chairs / stools”, rotated 90 degrees, that Harry and Herbert used in the outdoors and at the mines.[citation needed]
“But Joy, how do I describe this contraption in a fantasy setting that wont make it seem out of place?”
“It was a chair on wheels, which Prince FancyPants McElferson propelled forwards using his arms to direct the motion of the chair.”
“It was a chair on wheels, which Prince EvenFancierPants McElferson used to get about, pushed along by one of his companions or one of his many attending servants.”
“But it’s a high realm magical fantas—”
“It was a floating chair, the hum of magical energy keeping it off the ground casting a faint glow against the cobblestones as {CHARACTER} guided it round with expert ease, gliding back and forth.”
“But it’s a stempunk nov—”
“Unlike other wheelchairs he’d seen before, this one appeared to be self propelling, powered by the gasket of steam at the back, and directed by the use of a rudder like toggle in the front.”
Give. Disabled. Characters. In. Fantasy. Novels. Mobility. Aids.
If you can spend 60 pages telling me the history of your world in innate detail down to the formation of how magical rocks were formed, you can god damn write three lines in passing about a wheelchair.
Signed, your editor who doesn’t have time for this ableist fantasy realm shit.
did it hurt? when the little people inside your head refused to follow your carefully-plotted novel outline?
I cannot believe I’m only 10k words away from writing the end of this 5k fic
Syncs with your mobile theme colors and mimics the new in-dashboard blog view for a consistent look across platforms.
Live preview (temporary) | Static previews: index page, permalink | Code
Features:
Appearance options (show/hide header image/avatar/title/description, title font options, and background/text/accent colors) synchronize with mobile settings
Optional: Featured posts section, updates section, and blog member list in sidebar (require some HTML editing; see under the cut for instructions)
Unlimited custom links, plus a highlighted link under the title
Optional second palette
Customizable post width and font size
Optional search bar, like/reblog buttons, date/timestamps, tags (plus a show tags on click option), and Archive/Random links
Responsive
Supports new post types/pinned posts
And more!
For help, check my theme guide, or feel free to send me an ask. Theme credits and an HTML editing guide for the special sections are under the cut.
All of the below instructions assume that you've gone to your Customize page, then opened the "Edit HTML" menu.
Again, if you have trouble making your edits work, feel free to send me an ask or a DM for help.
Every bit of text or code is wrapped inside "tags", which have arrow brackets on either side. For example, a paragraph is placed inside <p> tags. Every element has an "opening" and "closing" tag; the closing tag looks just like the opening tag, with a / after the opening bracket. The content inside one section is bracketed by these; for example, a paragraph would look like this:
<p>Text here!</p>
In the above line, <p> is the opening tag, and </p> is the closing tag. Tags of this sort can be placed inside each other:
<p>Some <span>special</span> text.</p>
Note that the "span" tags, both opening and closing, are both inside the "p" tags. You don't want a misordered set, like "<p>Some <span>special text.</p></span>". The opening tag nearest to the start should also have its closing tag nearest to the end.
It is extremely important that while editing the HTML for your theme, you make sure all opening tags have a matching closing tag. If you have a <div> tag, but no matching </div> tag, this might break the theme.
This section fetches the 3 most recent posts from a chosen tag on your blog. To select the tag:
Ctrl+F to "EDIT YOUR TAG HERE".
On that line, there will be a link inside quotation marks, ending in "tagged=featured".
Change featured to the tag of your choice; for example, "tagged=photo". This tag can include spaces, such as "tagged=my writing".
Save and ensure your posts show up as intended.
By default, the tagged posts are fetched from your blog, but you can change this so that the featured posts are from a different blog:
Ctrl+F to "EDIT YOUR TAG HERE".
On that line, there will be a link inside quotation marks, starting with "https://{Name}.tumblr.com".
Change {Name} to the blog username of your choice; for example, "https://starlightthemes.tumblr.com".
Save and ensure your posts show up as intended.
Be careful not to change any other parts of that section. The code for fetching the posts from blogs is easy to break.
The updates section has two editable parts: the title, and the actual updates.
To edit the title:
Ctrl+F to "EDIT HERE: UPDATES".
Scroll a few lines down, until you find the line reading "<h2>Latest updates</h2>".
Change "Latest updates" to say whatever you want. Make sure the text stays inside the <h2>...</h2> tags. For example, if you want the heading to read "My activity", that line of code should read "<h2>My activity</h2>".
To edit updates:
Ctrl+F to "EDIT HERE: UPDATES".
A little under this line, you'll see a template, with the outermost tags reading <div class="update">...</div>. If you're adding a new update, copy this template.
Scroll a few lines down, until you find the line reading "<!-- all updates below this line -->".
Now, for each update, paste the template once over (two updates are present for you to start with), and edit three things: -> "3-LETTER MONTH HERE": The first three letters of the update month, e.g. "Jan". -> "2-DIGIT DATE HERE": The two-digit version of the update date, e.g. "01" or "31". -> "UPDATE TEXT HERE": The actual text that'll show up as the update.
Make sure that all the updates are separate- the starting <div class="update"> and the ending </div> of two updates shouldn't overlap.
Make sure all your updates are above the line reading ""<!-- all updates above this line -->".
Save and make sure things look how you want them to.
To change the title of the members section:
Ctrl+F to "EDIT HERE: MEMBERS LIST".
Scroll a few lines down, until you find the line reading "<h2>Blog members</h2>".
Change "Blog members" to say whatever you want. Make sure the text stays inside the <h2>...</h2> tags. For example, if you want the heading to read "The gang", that line of code should read "<h2>The gang</h2>".
Scroll further down, until you find the line that reads "<h2>{lang:Group members}</h2>". Again, change this to your chosen title, such as "<h2>The gang</h2>".
The actual members list can be customized in two ways. One, for group blogs, you can have it automatically fetch the blog members' main blog names/titles/icons. To do this, turn on "Members list" and turn off "Custom members list" in the main theme settings.
The other option is to manually add any group members and their icons/links. This will also allow you to add customized names and descriptions for each member. To use this option, turn on BOTH "Members list" and "Custom members list". Then:
Ctrl+F to "EDIT HERE: MEMBERS LIST".
A little under that, you'll see a template with the outermost tags reading <a class="member" href="//BLOGNAME.tumblr.com">...</a>. If you're adding members, copy this template.
Scroll a few lines down, until you find the line reading "<!-- all members below this line -->".
Now, for each member, paste the template (two members are present for you to start with) and edit three things: -> "BLOGNAME": Next to "href" in the <a> tag, and next to "src" in the <img> tag. Change this to your member's username, such as "starlightthemes". -> "MEMBER NAME": Takes the place of the username. This will show up in bold at the top. -> "MEMBER DESCRIPTION": Takes the place of the blog title. This will show up at the bottom.
Make sure that all the members are separate- the starting <a class="member" href="..."> and the ending </a> of two members shouldn't overlap.
Make sure all your members are above the line reading ""<!-- all members above this line -->".
Save and make sure things look how you want them to.
Theme credits: Layout/design/icons by Tumblr, Style My Tooltips by malihu, NPF photosets plugin by codematurgy, dark/light mode toggle by eggdesign, custom audio posts by annasthms, scroll to top script by Fabian Lins
Preview header image from Only Vector Backgrounds.
It’s rather offensive that my ideas don’t just write and edit themselves into a perfect novel that just appears on my desk for me to read
I will confess here that I do have a favorite ship dynamic its that one reddit aita comment that goes "esh. Youre clearly just enabling each Others mental illnesses and are both fucked up and are perfect for each Other. Just Please Never involve anyone else in what youve got going on, Please."
I have learned over time to never give your characters placeholder names while creating them because while developing them you will absolutely get attached to the name to the point you don’t want to change it and ur epic character will be stuck with the dumbass name forever became it means too much to you
R. - They/Them - Queer SF/F/Romance writer - Carrd with social media links.Avid fan of anything gay. This is my writing journal.
229 posts