Skip to content

joefulgham/Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sheet

Tools to create RPG Character Sheets as HTML forms and save data in URI's hashtag for easy sharing/transporation

What?

I play a lot of pen and paper roleplaying games that use printed character sheets that are fairly simple but easy to misplace. I wanted a cross-device way to make/save character sheets without mucking around with user accounts or even a database to store them in. The current URI length limit is 2038 characters, which when compressed is a lot of dataspace in a hashtag so I'm using it!

How does this work?

For the pre-made sheets: Simply fill out your character and press "Save". The character data will be converted to a JSON string and then URI-safe compressed and placed in the hashtag. Load up that page with the hashtag and the script will decompress the JSON string from the hashtag and populate the form!

I use Google Chrome so once I bookmark a character they become available on every device I have!

Character sheets for new games can be made by creating an HTML form with the id "charSheet". Note: Each form element requires a unique Name attribute. Then simply include jQuery and charsheet.js and the script will take care of the rest!

Current Working Sheets

These should be future-proof, but if I ever have to break the save/load formatting I'll make sure the old code is still available to load your characters.

Sample Characters

  • Webmaster - My Masks: The New Generation Janus (and Spidersona)
  • Chet Barker - My Tales From The Loop Troublemaker

Sheets under construction

Note that I cannot guarantee saved characters on these will continue to work, so use at your own risk! These are here simply because I've planned to do them and have started in some fashion.

To-Do and Requests

  • I bought Downfall and want to try making a "shareable" set of sheets for it. Possible it'll work better with simply a shared Google Doc though.

Credits

Made by Joe Fulgham for Adventure For Hire

GitHub: https://github.com/joefulgham/Sheet/

Includes

Like this?

Buy me a coffee or send with PayPal

About

JQuery RPG Character Sheets saved as bookmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published