https://github.com/cube707/obsidian-dnd5e-character-sheet
https://github.com/cube707/obsidian-dnd5e-character-sheet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cube707/obsidian-dnd5e-character-sheet
- Owner: Cube707
- License: cc-by-sa-4.0
- Created: 2025-03-06T12:37:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:54:50.000Z (3 months ago)
- Last Synced: 2025-03-06T13:41:30.878Z (3 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DnD 5e Character Sheet for Obsidian
This repo contains the source-files used to create the files needed by obsidian, both CSS and JS.
## Goal of the project
It aims to provide as easy as possible to maintain markdown while providing the
CSS styles to render it into a really nice looking character sheet.
That means the means nesting is kept to a minimum,
wherever possible, normal markdown constructs are used and
interactions with the frontmatter properties should be possible through Meta-Bind.However, this project still makes heavy use of [Meta-Bind](https://github.com/mProjectsCode/obsidian-meta-bind-plugin)
and [Markdown Attributes](https://github.com/javalent/markdown-attributes)
and knowing how to navigate them is pretty much a requirement
(even if I tried my best to make it as accessible as possible).## The Example Vault
Under [`exampleVault/`](exampleVault/) you can find a demo obsidian vault where everything is set up and ready to use.
There you will also find a character sheet which demonstrate all the ability of this project.To use it you have to generate the projectfiles, which will generate the files into the vault folder
and make them available. Or you download a prebuild version from the [release page](https://github.com/Cube707/obsidian-dnd5e-character-sheet/releases).## Licence
DnD5e Character Sheet for Obsidian is licensed under Creative Commons Attribution-ShareAlike 4.0 International