0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 11:52:39 +00:00
Trevor Buckner eaab6de691 Fix border-image bug on PDFs
I think this might be caused by a new bug in Chrome or something since it seems to have popped up in GMBinder as well in the last couple weeks. See #683

Anyway, the error only occurs on the Class Table and Descriptive Text Box, which are also the only ones to use `border-image-repeat: round`. I changed it to `border-image-repeat: stretch` which solves the graphical issue and doesn't affect the appearance otherwise in this particular case.
2018-05-22 10:01:03 +01:00
2018-04-09 00:12:56 -04:00
2018-05-22 10:01:03 +01:00
2016-11-23 23:00:28 -05:00
2018-04-09 00:12:56 -04:00
2018-04-09 00:12:56 -04:00
2018-04-09 00:12:56 -04:00
2018-04-09 00:12:56 -04:00
2018-04-09 00:12:56 -04:00
2018-04-09 00:12:56 -04:00
2016-12-25 21:44:27 -05:00
2018-05-10 13:11:40 -04:00
2018-05-07 10:56:23 +01:00

The Homebrewery

The Homebrewery is a tool for making authentic looking D&D content using only Markdown. Check it out here.

issues, suggestions, bugs

If you run into any issues using The Homebrewery, please submit an issue here

local dev

Homebrewery is open source, so feel free to clone it, tinker with it, or run your own local version.

pre-reqs

  1. install node
  2. install mongodb

getting started

  1. clone it
  2. npm install
  3. npm build
  4. npm start

standalone PHB stylesheet

If you just want the stylesheet that is generated to make pages look like they are from the Player's Handbook, you will find it here

If you are developing locally and would like to generate your own, follow the above steps and then run npm run phb.

changelog

You can check out the changelog here

license

This project is licensed under MIT

Description
Create authentic looking D&D homebrews using only markdown
Readme 481 MiB
Languages
JavaScript 71.1%
Less 27.7%
Shell 0.6%
CSS 0.4%
PowerShell 0.2%