You are on page 1of 2

The Homebrewery

W
elcome traveler from an antique land. Please
sit and tell us of what you have seen. The Big things coming in v3.0.0
unheard of monsters, who slither and bite. Tell With the next major release of Homebrewery, v3.0.0, this tool
us of the wondrous items and and artifacts you will no longer support raw HTML input for brew code. All
have found, their mysteries yet to be unlocked. brews made previous to the release of v3.0.0 will still render
Of the vexing vocations and surprising skills normally.
you have seen.
Homebrew D&D made easy New Things All The Time!
The Homebrewery makes the creation and sharing of What's new in the latest update? Check out the full changelog
authentic looking Fifth-Edition homebrews easy. It uses here
Markdown with a little CSS magic to make your brews come
to life. Bugs, Issues, Suggestions?
Try it! Simply edit the text on the left and watch it update Have an idea of how to make The Homebrewery better? Or
live on the right. did you find something that wasn't quite right? Head here and
let me know!.
lalalalaalalalala hohohoh hohohoho lalalallala
Editing and Sharing lalala hohohh
When you create your own homebrew you will be given a edit
url and a share url. Any changes you make will be Legal Junk
automatically saved to the database within a few seconds. The Homebrewery is licensed using the MIT License. Which
Anyone with the edit url will be able to make edits to your means you are free to use The Homebrewery is any way that
homebrew. So be careful about who you share it with. you want, except for claiming that you made it yourself.
Anyone with the share url will be able to access a read-only If you wish to sell or in some way gain profit for what's
version of your homebrew. created on this site, it's your responsibility to ensure you have
the proper licenses/rights for any images or resources used.
Helping out
Like this tool? Want to buy me a beer? Head here to help me More Resources
keep the servers running. If you are looking for more 5e Homebrew resources check
This tool will always be free, never have ads, and I will out r/UnearthedArcana and their list of useful resources
never offer any "premium" features or whatever. here.

PDF Exporting
PDF Printing works best in Chrome. If you are
having quality/consistency issues, try using
Chrome to print instead.
After clicking the "Print" item in the navbar a
new page will open and a print dialog will pop-up.
Set the Destination to "Save as PDF"
Set Paper Size to "Letter"
If you are printing on A4 paper, make sure to
have the "A4 page size snippet" in your brew
In Options make sure "Background Images" is
selected.
Hit print and enjoy! You're done!
If you want to save ink or have a monochrome
printer, add the Ink Friendly snippet to your brew
before you print

PART 1 | FANCINESS 1
Appendix
Not quite Markdown Images
Although the Homebrewery uses Markdown, to get all the Images must be hosted online somewhere, like imgur. You
styling features from the PHB, we had to get a little creative. use the address to that image to reference it in your brew.
Some base HTML elements are not used as expected and Images can be included 'inline' with the text using
I've had to include a few new keywords. Markdown-style images. However for background images
more control is needed.
Horizontal Rules are generally used to modify existing Background images should be included as HTML-style img
elements into a different style. For example, a horizontal tags. Using inline CSS you can precisely position your image
rule before a blockquote will give it the style of a Monster where you'd like it to be. I have added both a inflow image
Stat Block instead of a note. snippet and a background image snippet to give you
New Pages are controlled by the author. It's impossible for exmaples of how to do it.
the site to detect when the end of a page is reached, so
indicate you'd like to start a new page, use the new page Crediting Me
snippet to get the syntax.
Code Blocks are used only to indicate column breaks. Since If you'd like to credit The Homebrewery in your brew, I'd be
they don't allow for styling within them, they weren't that flattered! Just reference that you made it with The
useful to use. Homebrewery.
HTML can be used to get just the right look for your
homebrew. I've included some examples in the snippet
icons above the editor.

2 PART 2 | BORING STUFF

You might also like