The Wayback Machine - https://web.archive.org/web/20220714040603/https://github.com/topics/dungeon-master
Skip to content
#

dungeon-master

Here are 42 public repositories matching this topic...

lafranst
lafranst commented Feb 17, 2022

Describe the bug
In the GUI, the notes always show after the description. But they are nowhere to be seen on the PDF. Is this a bug or a feature?

To Reproduce

Steps to reproduce the behavior:

  1. Create a character sheet.
  2. Below the description, there is a Notes field. Enter information in there.
  3. Save
  4. Print the PDF.

Expected behavior

Since there is a Notes field

tassaron
tassaron commented Apr 19, 2022

This library uses mainly camelCase for method names and mainly snake_case for attributes, but it's inconsistent. This happened because I was transitioning to using snake_case in Python while originally writing this code.

I believe all methods and attributes should be changed to snake_case. Python itself isn't consistent about this, so camelCase is fine too and might be a simpler change. I don't

good first issue

Improve this page

Add a description, image, and links to the dungeon-master topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dungeon-master topic, visit your repo's landing page and select "manage topics."

Learn more