*sobbing* No Bc You Don’t Understand Abuela Is Not A Villain She’s Traumatized She Literally Had

*sobbing* no bc you don’t understand Abuela is not a villain she’s traumatized she literally had to leave everything behind and watched people, including her own husband, die and then all of a sudden she got this miracle that literally moved the earth to create a safe haven for her so OF COURSE when she sees that the magic is in trouble she has trouble dealing with it because that’s been her stability for so long and OF COURSE when she sees it REALLY starting to weaken she freaks out and starts snapping at people because for all she knew, if they lost their magic, they could lose EVERYTHING again. The miracle LITERALLY created the mountains around their encanto, for all she knew, if the magic ran out, the mountains could have crushed them all or they would have disappeared back into the earth, it would leave them vulnerable again, and OF COURSE she still loves her family and Mirabel but of course she snaps at her bc she’s scared and doesn’t know what’s going on but she knows Mirabel is connected to it somehow and whatever it is was so bad her son LEFT and OF COURSE she pushes her family so hard to help the community because she has survivor’s guilt bc she wasn’t the only one who lost her home or her loved ones but she was the one who got the miracle so of course she feels like she has to earn it somehow and OF COURSE she doesn’t know how to help her children with their mental health bc she doesn’t know how to handle it, let alone handle her own, and it’s just so devastatingly HUMAN and I just- *ugly cries*

More Posts from Springloadedcoffin and Others

11 months ago

Are u going to/is there already a way to access your transcriptions of those letters with Rachel/rat, Jack, will, & co? I love them so

I would love to eventually, but it would be a huge undertaking and I would probably have to make a separate website for it. There are over 1000 letters, and my first draft transcription (which I still need to proofread) is over 1200 pages typed single space.

I'm so glad you're enjoying them!

4 months ago
Free Pattern Announcement!!
Free Pattern Announcement!!
Free Pattern Announcement!!

Free pattern announcement!!

I’ve been working together with clockwork_faerie to bring you a pattern from an extant 1890s corset in my collection. (Waist 33”, bust 40.5”, hips 44”). It’s available for download on my blog here 🧁

The original has loads of cording and very few bones; for ease of mocking up I just made this with bones in the seams. Since it’s paneled and not gusseted, it was a super fast make - this whole thing took three hours. I made no alterations to the pattern for this mock-up. FYI, it is too small for my bust as is, and most people like to have an even 2-4" gap at the back.

This would probably best fit measurements between 38-46” bust, 33-38” waist, and 44-48” hips, but it’s also easy to modify since it’s paneled.

I wanted to make this available for free to promote access, but if you have the money and want to support more projects like this, there is a donation button on the blog (or you can use ko-fi here).

The full size range is now up on Michelle‘s Etsy – link HERE! Go buy <3 <3

Definitely tag us if you make it, I’d love to see!

7 months ago
Somethin I've Noticed

somethin I've noticed

1 year ago

The Tumblr App Sucks But Here’s How To Format Posts In It

All right, kiddos, gather ‘round for a little tutorial on the wonders of Markdown, you can access the whole documentation here, if you’re interested, this is only a small introduction on how to use it in the Tumblr App.

What’s Markdown?

Markdown is a language that makes it super easy to turn normal human-readable syntax into HTML. You know, HTML, the things websites are made of? Yeah. Cool as all hell, I know.

How can I use it in tumblr?

You can use Markdown whilst making a tumblr post by simply clicking on the litte settings wheel, and changing your text editor from Rich Text to Markdown, and just get writing! If you click Preview, you can see how what you’re writing will look on everyone’s dashes!

What about on mobile?

If you’ve ever used the Tumblr App to make a post, you’ll know formatting is nigh impossible, literally impossible if you use the default Rich Text editor. So if you want to do some formatting (and I’m talking almost everything tumblr allows you to put into a post) you’re gonna want to use our friend Markdown.

Just click on the settings wheel on the bottom-right corner of your screen to change the settings of your post (the same way you’d change a post to be Drafted, or Queued) and scroll until you find the option EDITOR, and just change that bad boy to Markdown. Click the back arrow, and just start writing! Once you’re done, just click post, and your Post will be fully formatted!

So how can I do cool stuff on Markdown for my dank ass posts?

All right, let’s go through the basics:

NEWLINES

One important thing about Markdown that might be hard to get used to, is that you need to press Enter twice for a newline to actually appear. If you only press it once, the text will show up on the same line!

BOLD

To make your text bold, put it between two asterisks, like this: **text**.

ITALIC

To make your text italic, put it between underscores like this: _text_

H TEXT AKA TITLES

To turn your text into a bigger text (the H option), put a hash and a space in front of it, like this: # text. The space between hash and text is important!

LINKS

Maybe the most annoying part of tumblr’s formatting ways, this is ridiculously easy in Markdown, if a bit hard to remember. The link’s syntax is this: [text](the_actual_link).

An example of this would be [this is a link to a cool blog](http://holomoriarty.tumblr.com/) which will show up like this: this is a link to a cool blog

STRIKETHROUGH

Sadly Markdown’s syntax doesn’t support strikethrough! This is a real bummer, but you can always use the traditional HTML tag strike, like this: < strike > text <\ strike >. Just without the spaces in between the angles and the word!

LISTS

List syntax is super organic in Markdown. In a new line, use - a space, and your text. To create another element in the list, just press enter, and repeat the process! You can think of the dashes as the bullets in your list, as with the hash, the space between the symbol and the text is important!

NUMBERED LISTS

Same as the latter, but instead of using a dash you need to use a number, and a period, like so 1. again, don’t forget the space!

BLOCKQUOTE

To put your text in a blockquote (or indentation) just put one > in front of the line you want in the blockquote! The blockquote will extend until you press Enter twice (meaning it’ll put the whole line in blockquote).

IMAGES

Yes, you can insert images on your posts with Markdown, if you have a link to them. Just use this syntax (it’s pretty similar to the link one!) ![alt text (aka the text that’ll show up if your image ain’t available)](/path/to/img.jpg).

An example of this would be ![yeeeeeeeeeahhhhhhhhh](http://vignette4.wikia.nocookie.net/mrmen/images/5/52/Small.gif/revision/latest?cb=20100731114437) Which would show up like this:

HORIZONTAL LINES

This recently introduced feature of tumblr.com will put a divider between two lines of text, and in Markdown it’s as simple as using 3 or more dashes in a line like this - - -.

READ MORE

So Markdown DOES support Read Mores, which I didn’t knew when I first posted this, excuse me lol. Just put a [[ MORE ]] WITHOUT THE SPACES BETWEEN THE WORD AND THE [ SYMBOL on the new line where you want the Read More to go.

VIDEOS AND TUMBLR SEARCH FEATURE’S GIFS

Not implemented! A real shame, but there are some things you might just need the full Tumblr PC experience for!

So where do we go from here?

Now that you know how to write Tumblr Posts on Markdown, USE IT EVERYWHERE. Markdown is something I use literally every day of my life. To work with it you might need to download a special editor (Atom is SO recommended, it’s ridiculous) but usually these are also a hundred times better than writing on Microsoft Word. Markdown’s your friend, use it!

10 months ago

"It took me TWO years to finish this sketch book!" Well that's cuz you're not fuckin sketching. Those are fully painted pieces dawg that's a renderedbook. I've gone through four sketchbooks in my off time this year alone I just draw stupid faces and shit for fun. pussy up like the rest of us and start drawing stick figures with guns

4 months ago
Yeah I'm Wlw (wench Loving Wench)

yeah i'm wlw (wench loving wench)

5 months ago

him: you better not be too wordy when I get there

my helplessly verbose and over-articulate, endlessly expounding posterior:

3 months ago
????😭😭😭

????😭😭😭

  • awkwardandeccentric
    awkwardandeccentric liked this · 6 months ago
  • mr-deblob
    mr-deblob liked this · 1 year ago
  • jimjamsortimtams
    jimjamsortimtams liked this · 1 year ago
  • kaltainbadbitch
    kaltainbadbitch liked this · 2 years ago
  • makofan100
    makofan100 reblogged this · 2 years ago
  • mother-caretaker
    mother-caretaker liked this · 2 years ago
  • nooneworthasking
    nooneworthasking liked this · 2 years ago
  • teenagetreeherringparty
    teenagetreeherringparty reblogged this · 2 years ago
  • teenagetreeherringparty
    teenagetreeherringparty liked this · 2 years ago
  • obscuredelightedbird
    obscuredelightedbird liked this · 3 years ago
  • zuuz-dot-chr-exe
    zuuz-dot-chr-exe liked this · 3 years ago
  • fanshipper1412
    fanshipper1412 liked this · 3 years ago
  • lonibear25
    lonibear25 liked this · 3 years ago
  • battymoonflower7
    battymoonflower7 liked this · 3 years ago
  • miyamezz96
    miyamezz96 reblogged this · 3 years ago
  • makofan100
    makofan100 liked this · 3 years ago
  • dragondrawer28
    dragondrawer28 reblogged this · 3 years ago
  • dragondrawer28
    dragondrawer28 liked this · 3 years ago
  • uno-in-the-clouds
    uno-in-the-clouds liked this · 3 years ago
  • sodapops-station
    sodapops-station reblogged this · 3 years ago
  • r-rk
    r-rk liked this · 3 years ago
  • beach-fan
    beach-fan liked this · 3 years ago
  • heckinggno
    heckinggno liked this · 3 years ago
  • shadowlorddemon
    shadowlorddemon liked this · 3 years ago
  • slither--wing
    slither--wing liked this · 3 years ago
  • tumblerislovetumblerislife
    tumblerislovetumblerislife liked this · 3 years ago
  • elemental-of-magic
    elemental-of-magic reblogged this · 3 years ago
  • elemental-of-magic
    elemental-of-magic liked this · 3 years ago
  • whydontwetalkaboutbruno
    whydontwetalkaboutbruno reblogged this · 3 years ago
  • mumflrgolgi
    mumflrgolgi liked this · 3 years ago
  • nimbuslich
    nimbuslich reblogged this · 3 years ago
  • toomuchdickfort
    toomuchdickfort reblogged this · 3 years ago
  • toomuchdickfort
    toomuchdickfort liked this · 3 years ago
  • tlirsgender
    tlirsgender liked this · 3 years ago
  • captainlividllama
    captainlividllama liked this · 3 years ago
  • professorabacus
    professorabacus reblogged this · 3 years ago
  • nyanbinary-lesbinyan
    nyanbinary-lesbinyan liked this · 3 years ago
  • zombiehunter711
    zombiehunter711 reblogged this · 3 years ago
  • zombiehunter711
    zombiehunter711 liked this · 3 years ago
  • idkjustlee
    idkjustlee liked this · 3 years ago
  • beartrust42
    beartrust42 liked this · 3 years ago
  • jimmyjammydodger
    jimmyjammydodger liked this · 3 years ago
  • pappappara
    pappappara liked this · 3 years ago
  • drakatzen
    drakatzen liked this · 3 years ago
  • peppycleric
    peppycleric liked this · 3 years ago
  • eddiesmunsuns
    eddiesmunsuns liked this · 3 years ago

Classic literature enthusiast she/him

297 posts

Explore Tumblr Blog
Search Through Tumblr Tags