Sha256: c1df2c288f7dad280c46d7f7c6c37925fca96a2268e13b915df5aa9a2d8e4e7b
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 Bytes
Contents
@session.configure do |c| # manipulate the data after reading from the spreadsheet # c.post_read_data = proc { |data| # data[:replacements]['Superpower Text'] << '!!' # } # only sheets with this in the title will be read for card data # c.card_sheet_identifier = "Card Data" # prepend this PDF to the outputted PDF (useful for game rules) # c.prepend_pdf = "rules.pdf" # the cards are landscape, so rotate them counterclockwise # after rendering in Inkscape # c.orientation = :landscape c.data_source = "data.ods" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
svggvs-0.0.13 | skel/Cardfile |
svggvs-0.0.12 | skel/Cardfile |