Skip to content

Character sheet in HTML+Javascript for world of darkness mortal character

Notifications You must be signed in to change notification settings

delirium-sidhe/nWOD-Generic-charsheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nWOD-Mortal-charsheet

This is modification of WOD-Mortal-charsheet from http://charsheet.su. for New World of Darkness Disclamers all the same + it wouldn't be possible without awsome jehy's (https://github.com/jehy) work

It is based on Mr Gone's character sheets (http://mrgone.rocksolidshells.com/) so credit for design goes to him.

What I used for this character sheet:

You are free to fork this repository, make pull requests and make new character sheets - of cause, those will be added to web site.

Contents of the project:

  • /barrating - Jquery bar rating, modified for printing.
  • /css
    • /dots.css - css for displaying dots. Suddenly, yeah?
    • charlist.css - global css.
    • list1.css,list2.css, etc - css, grouped by the number of the list.
    • print.css - special styles for printing - hide elements, make font smaller, etc.
  • fonts, img - self descriped folders.
  • get - folder for ajax files which contain data for this sheet - for example, list of traits, attributes or skills.
  • js - different javascript.
    • images.js - used for handling images - uploading, removing.
    • mode.js - used to switch from print mode to edit mode.
  • x-editable - X-editable library without any modifications.

Of cause, for saving and loading your character sheet data you will need to publish your repositiry on http://charsheet.su and use it's api - but you will be able to develop anything without it.

Getting started:

  1. Clone \ Fork a project
  2. Put it on your web server
  3. Make sure that your your web server returns .json files with mime type "application/json"
  4. Open index.html
  5. All is fine? Begin editing!

FAQ:

Q: Why do you use images instead of backgrounds?
A: Because otherwise browsers don't allow to print background.

About

Character sheet in HTML+Javascript for world of darkness mortal character

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 15.9%
  • HTML 8.6%