canismarko / dungeon-sheets

A tool to create character sheets and GM session notes for Dungeons and Dragons fifth edition (D&D 5e).
https://dungeon-sheets.readthedocs.io/en/latest/
GNU General Public License v3.0
164 stars 67 forks source link

Can you tell me how to format my equipment list please? #79

Closed DanRoscigno closed 4 years ago

DanRoscigno commented 4 years ago

Hi, Thanks again for Dungeon Sheets. I am really enjoying using it, and I am learning quite a bit about the DnD rules by working through this. Here is how my equipment list looks now:

image

I would like to be able to format it like the way you have the features (right column) formated (as a bulleted list). If you could point me to a file to edit I will give it a shot and write a pull request. It has been ten or fifteen years since I wrote any LaTeX, but I will give it a go!

DanRoscigno commented 4 years ago

This does what I want:

equipment = ( """--Shortbow and 20 arrows

--2 daggers

--rapier

--leather armor

--wood shield

--thieves’ tools

--backpack

--a bag of 1,000 ball bearings

--10 feet of string

--bell

--5 candles

--crowbar

--hammer

--10 pitons

--50 feet of hempen rope

--hooded lantern

--2 flasks of oil

--5 days rations

--tinderbox

--waterskin

--set of dark common clothes with hood

--pouch.""")

Result:

image
canismarko commented 4 years ago

Great! I'll close this issue then. Cheers.