naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.07k stars 327 forks source link

No Render #522

Closed birkeybrke closed 6 years ago

birkeybrke commented 6 years ago

Currently, instead of showing a preview of the document either in edit or share view I get a blue page with a black page count and nothing else. If I print, I get a good document, but the second page is white with no formatting. If I transfer the code to a new brew it works for a little bit then doesn't work again.

Additional Details

http://homebrewery.naturalcrit.com/share/BybVO8mw5W

SANSd20 commented 6 years ago

That is odd. I viewed the source, copy-and-pasted it to a new brew, and I see it just fine. Saved it, and it still works. I would try that and see what happens.

Some things I noticed that stood out: The tag <div class='pageNumber auto'></div> should go just before the \page code. Right now you only have a page number on page 2.

If you don't want the lower banner on pages with images, place this #p6::after{display : none} in the top style section for each page you don't want that page banner showing.

The text runs flows to a third column on page 4. Image does the same on page 15.

Removed the extra blank line between - Many Arrows Tribe and Mages of the Second Sigil on page 7.

Add a ___ on the line above the description text for the magic items.

birkeybrke commented 6 years ago

Thanks for the suggestions, I will take a look at those.

I wonder if yours still works. I tried doing the same thing, copy the code, create a new document, and then paste the code in. The new one worked for an hour or so, then had the same problem. I have tried multiple computers with multiple browsers, and with private tabs without luck.

SANSd20 commented 6 years ago

Hmm, I deleted shortly after sending my last message. I will copy it over and check it out.

I will say that when I open that link, I only get the black title bar with 1/30 in the top left corner.

ReggaeShark1 commented 6 years ago

This same problem has just happened to me. I have tried all those things you have to, with no luck. No obvious cause either

http://homebrewery.naturalcrit.com/share/Sk3fEtFqb

SANSd20 commented 6 years ago

I saved it. Ill look at it either tonight or tomorrow.

SANSd20 commented 6 years ago

@ReggaeShark1 what is the link to your brew?

ReggaeShark1 commented 6 years ago

http://homebrewery.naturalcrit.com/share/Sk3fEtFqb . It's edited in my first message but I'll leave this one up for a while. Thank you btw

SANSd20 commented 6 years ago

@birkeybrke Also, when you want to break a column, use three back ticks (`)on a new line, and three more right below that. so you would have

ReggaeShark1 commented 6 years ago

I have fixed the problem, which was purely my fault. It was as simple as accidentally deleting a </div> out of the end section of source code for a descriptive text block.

birkeybrke commented 6 years ago

@Sansd20, thanks for the formatting tips. So far my third attempt at this file seems to be holding, so I guess I will just go with it for now and resubmit if it breaks again.

Thanks again!