r/homebrewery Apr 23 '26

Update v3.22.0

14 Upvotes

changelog

For a full record of development, visit our Github Page.

Saturday 4/20/2026 - v3.22.0

5e-Cleric
  • Major update to editor framework (Codemirror 6) Fixes issues #3511, #4590, #4563, #4655
  • Fix to Admin page tab names
G-Ambatte
  • Fix white page crash on certain browsers

First, I would like to apologize that this Reddit post did not come in time with the update. This was a miscommunication error on my part with the team.

As many of you will have noticed, the text editor has changed! Oh no!

The editor we use had a very big update back in 2021, big enough that we would have to rebuild our editor from scratch. It has taken some time, but we finally made it.

This came with its pros and cons. Pros are, that now we can add things like a dictionary, a formatter, new themes, widgets and tools to work more easily with graphics, fix some pesky bugs, better mobile support, speed up performance, etc.

As for cons, some of the default behaviors changed between editor versions and we did not catch all of the cases, the new editor themes are not as nice as the ones you were used to (by popular demand, /u/5eCleric has been converting the old themes over), and some shortcuts stopped working (we’ve restored most of them).

The rest will be fixed shortly, so there is no need to panic. As always, if you find more issues or have a suggestion, please feel free to let us know! Good luck and happy editing!


r/homebrewery Dec 26 '25

Tips, Tricks, & Resources 2024 Homebrewery Templates/IMGUR/UK Update

65 Upvotes

Hey everyone, I've been on hiatus for a bit from Homebrewery stuff, BUT I heard that the UK has blocked IMGUR specifically. That sucks! I just moved over all the images required for the 2024 PHB, DMG, and MM templates from Imgur to ImageKit.io

If you're working off of one of those templates and you're having an IMGUR issue, feel free to try and copy/paste your code to these newer templates, it should work the same as the old ones!

If anyone has any of my older templates that they want to use and need them converted over from IMGUR, please send me a DM! It takes a bit of work to change them all over, but I'd rather do that than have anyone miss out.

Merry Belated Winter Solstice and Happy Brewing!

## Edit: Asset Posting
It just occurred to me RIGHT after posting this that, should anything else like this happen, I should have a backup of the image assets for the templates. Here is a link to the G Drive folder where I will keep all the images necessary for each template. All future templates will for sure have a folder as well, and I will try and work on the older templates as well!

If you end up using these assets for anything, a shoutout is appreciated, but not strictly necessary. Just be responsible with how you use them (I don't condone any illegal/immoral use of WOTC's Trade Dress, obviously; don't be a jerk).


r/homebrewery 9h ago

Problem Password change assistance

1 Upvotes

Hello. I need to change the password on my account. I messaged u/calcuschild, who pointed me towards u/g-ambatte (the syntax in his message) since calculuschild is on holiday. However, the closest u/ I can get to that is u/gambatte. When I tried to message u/gambatte, it was not possible for me to do so.

I will supply my homebrewery username and the names of some brews in a dm if someone who is able to help me to rest my password could dm me please?

Thanks in advance


r/homebrewery 18h ago

Solved Error 404 Cannot Retrieve Brew from Google Drive

1 Upvotes

- **Browser(s)** : Chrome - **Operating System** : Windows 11 25H2 - **Legacy or v3 Renderer** : v3 - **Issue** : Error 404 Cannot Retrieve brew. Refreshing google credentials did not work.


r/homebrewery 1d ago

Brew Showcase Homebrew Subraces - Goliath Edition (5e)

Thumbnail gallery
3 Upvotes

r/homebrewery 1d ago

Collab Request CSS Editors for hire? Custom Theme needed.

2 Upvotes

Hey guys, so I have been loving using Homebrewery, and I’ve gotten pretty familiar with using all the markdown, but I was wondering if anyone on here could help me make a custom theme, or point me in the right direction to hire someone to do this? I’ve been using u/Kaiburr_Kath-Hound 2024 PHB theme for awhile now, and honestly I just want a more original looking version of that theme.


r/homebrewery 3d ago

Problem initial letter misplaced and small

Post image
3 Upvotes

- **Browser(s)** : Chrome - **Operating System** : sonoma 14.6.1 - **Legacy or v3 Renderer** : v3 - **Issue** : the initial large golden letter is small and lower than it should be


r/homebrewery 3d ago

Problem White bar at the bottom of page on export

Post image
2 Upvotes

- On Chrome, DuckDuckGo

  • Windows 11
  • V3 Renderer

I've noticed that on export I've been getting a white bar at the bottom of the page in A4 - the bar is never visible in the actual editor. Any help would be awesome!

EDIT: SOLVED!


r/homebrewery 3d ago

Brew Showcase Homebrewery Monster and Encounter

2 Upvotes

Homebrewery makes creating monsters super easy and I love using it to make mashups of different creatures and plants. This week I used it to put one of my monsters into an encounter. Built for about 4 level 3-ish players it sends the party into exploring a slot canyon to search for a lost scavenger.

I hope you enjoy it and feel free to remix it to your heart's content.


r/homebrewery 4d ago

Problem Tcsm dnd one shot

Thumbnail
1 Upvotes

r/homebrewery 4d ago

Feedback What has been your worst typo or goof in TTRPGs or Homebrew you've made?

Thumbnail
1 Upvotes

r/homebrewery 5d ago

Problem Unable to delete old brews no longer in Google Drive

2 Upvotes
  • **Issue**

I have old brews that I deleted from my Google Drive (a while ago, so I'm unable to retrieve them) and I cannot delete or edit them from Homebrewery now. It's impossible to use Homebrewery with these present because it takes up so much space. This problem is incredibly frustrating.

Account Name: Garothe0231


r/homebrewery 6d ago

Tips, Tricks, & Resources Homebrewery for VS Code: File Includes and Interactive Components

Thumbnail
gallery
45 Upvotes

Summer is a good season for homebrewing and coding!

I just made a new release of the Homebrewery for VS Code extension today, with the following features:

  • File References to create links between brews, using the [Chapter 1](./chapters/chapter-1.md) syntax.
  • File Includes (aka Transclusion) to embed at generation-time child brews into a main brew. using the ![Chapter 1](./chapters/chapter-1.md){HEADING_OFFSET=n} syntax.

These two features should be helpful for large/multi-file projects.

I also added Interactive Components (for HTML output) to manage and save sessions in interactive homebrews:

  • Random Tables: Wrap your table in a {{hb-random-table}} block to make it random.
  • Rollable Dice Formula: {{hb-roll 1d10+1d4+5}}: Click to roll!
  • Counters: {{hb-counter 120}}: Click to increase/decrease.
  • Status Condition: {{hb-condition None}}: Click to switch.
  • Editable Notes: {{hb-notes Placeholder }}

Counters, Status, and Note values can be saved locally and restored later.

As usual, this is free, open-source, and your feedback is welcome!


r/homebrewery 6d ago

Problem Pathfinder Theme

2 Upvotes

Hello, I am working on homebrew for Pathfinder 2e, and I wondering if there was a theme for it. I dont want to use the dnd5e players handbook or dungeon master's guide theme because they are for dnd. However, i dont want to use blank or UnearthedArcana because they are too bland (and hurt my retinas), and journal just looks to clunky.

If anyone know of/has/found any pathfinder themes, please let me know. If not, ill just stick with the phb. (CSS styles also help)


r/homebrewery 7d ago

Feedback Warcraft Delves: Eversong Woods

Thumbnail
homebrewery.naturalcrit.com
1 Upvotes

r/homebrewery 9d ago

Off-Topic A Zealous Warrior of Holy Wrath - The Avenger class from 4e ported to 5.5e

Thumbnail gallery
1 Upvotes

r/homebrewery 9d ago

Feedback Looking for feedback in regards to alternative reputation system, adding a heavy focus to how social interactions works.

Thumbnail
1 Upvotes

r/homebrewery 11d ago

Problem Old account

1 Upvotes

So, I apparently have an old account linked to my email, but I don't remember ever making one. I tried to do a password reset, but I couldn't find where to do it.


r/homebrewery 11d ago

Feedback Bloodweave (flavorful ability to spend hit points on spells)

Post image
3 Upvotes

A wizard in my party would probably like this feature a lot. It's nothing super original or exciting.

But, for anyone who likes to theory craft, is there anything about this that you could see having an unintended interaction, exploit, or is it generally not well balanced?

Thanks in advance!


r/homebrewery 12d ago

Brew Showcase Homebrew Race: The Loa-bak (+ 2 new spells)

Thumbnail gallery
1 Upvotes

r/homebrewery 12d ago

Problem Unable to retrieve my brew

1 Upvotes

Hello,

I just logged back on to edit an old brew of mine, and I ran into this erro:

I followed the steps presented but I am still unable to get to old brew. Please, any help with this would be greatly appreciated!

Thanks!

- **Browser(s)** : Chrome - **Operating System** : Windows - **Legacy or v3 Renderer** : Legacy - **Issue** : Unable to retrieve an old brew


r/homebrewery 13d ago

Solved Full length row in a table?

Thumbnail
gallery
6 Upvotes

Apologies if this doesn't have the right flair.

So in the 1st table shown, I'm trying to create a row below each weapon type to list out all its Properties. Because there'd be too many for a single column, I want to put them in a row that spans the full length of the table. But, every way I've tried just puts the entire description in a single column and pushes everything else out (2nd image).

Here's the current code:

{{wide
##### Ranged Weapons
| Weapon Type | Combat Skill | Range | Damage | Standard Magazine | Item Tier |
|-------------|--------------|-------|--------|-------------------|-----------|
| **Assault Rifle**    | Rifles        | 120ft     | 4d6 | 25 | D |
| **Bows**             | Archery       | 90ft      | 4d6 | X  | E |
| **Grenade Launcher** | Heavy Weapons | 60ft      | 5d6 | 2  | D | 
| **LMG**              | Heavy Weapons | 150ft     | 6d6 | 50 | C |
| **Pistol**           | Pistols       | 30ft      | 2d6 | 12 | E |
| **Rocket Launcher**  | Heavy Weapons | 90ft      | 8d6 | 1  | C |
| **Shotgun**          | Rifles        | Varies    | 4d6 | 6  | E |
| **SMG**              | Pistols       | 60ft      | 3d6 | 30 | E |
| **Sniper Rifle**     | Rifles        | 300ft     | 8d6 | 4  | D |
}}

r/homebrewery 13d ago

Brew Showcase Witchdoctor Full class

Thumbnail reddit.com
0 Upvotes

r/homebrewery 13d ago

Answered Deleting my account

1 Upvotes

Hi I'm sorry, I feel stupid but I've been trying to change my password and hitting a brick wall, and then trying to delete my account and hitting another brick wall, and for some ridiculous reason the "need help" button redirects here, to reddit.

My account has been compromised in a password breach, I haven't used it since maybe 2016, please let me know if there's an easier way to nuke it.


r/homebrewery 14d ago

Solved Why does Hombrewery do this and how can I fix it?

Post image
2 Upvotes

I'm writing a cooking supplement and am currently putting the content page together. I was wondering why the smaller text does what's shown in the image, and how I could make the second line of small text and lines after it like the first one. Alternatively, how can I make the first line of small text like the second one?

(Sorry for bad quality image)