Updated README
This commit is contained in:
parent
fa1fae7f70
commit
1a6be6406b
|
@ -4,11 +4,11 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "d6f5ce0980711f0a",
|
"id": "214fd8085e77190d",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "9c594be18b517d19",
|
"id": "cc9b4db4763b1f10",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "canvas",
|
"type": "canvas",
|
||||||
|
@ -158,17 +158,17 @@
|
||||||
"command-palette:Open command palette": false
|
"command-palette:Open command palette": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "9c594be18b517d19",
|
"active": "b60afae08e103db8",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Characters/Diero Falone/Level - Diero Falone.md",
|
"README.md",
|
||||||
"Characters/Diero Falone/Canvas - Diero Falone.canvas",
|
"Characters/Diero Falone/Canvas - Diero Falone.canvas",
|
||||||
|
"Characters/Diero Falone/Level - Diero Falone.md",
|
||||||
"Wiki/Eldritch Blast.md",
|
"Wiki/Eldritch Blast.md",
|
||||||
"Wiki/Hellish Rebuke.md",
|
"Wiki/Hellish Rebuke.md",
|
||||||
"Wiki/Expeditious Retreat.md",
|
"Wiki/Expeditious Retreat.md",
|
||||||
"Wiki/Misty Step.md",
|
"Wiki/Misty Step.md",
|
||||||
"Wiki/Invisibility.md",
|
"Wiki/Invisibility.md",
|
||||||
"Wiki/Condition - Invisible.md",
|
"Wiki/Condition - Invisible.md",
|
||||||
"Wiki/Light.md",
|
"Wiki/Light.md"
|
||||||
"Speak with Animals.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
17
README.md
17
README.md
|
@ -1,2 +1,17 @@
|
||||||
# canvas-character-sheet
|
# canvas-character-sheet
|
||||||
|
|
||||||
|
This vault contains the assets, canvas, fonts and CSS snippet required to use the DnD character sheet I created using [Obsidian Canvas](https://obsidian.md/canvas).
|
||||||
|
|
||||||
|
The .canvas file is located at */Characters/Diero Falone/Canvas - Diero Falone*
|
||||||
|
|
||||||
|
**PLEASE NOTE:**
|
||||||
|
- The snippet contains CSS that targets all canvases. If you choose to add this to your own vault, you will likely want to disable the snippet to use your own personal canvases normally.
|
||||||
|
- Some elements have had their resizing/movement disabled for UX purposes. If you want to resize/rearrange the elements yourself, the CSS controlling that is at the top of the *canvas_styling.css* file.
|
||||||
|
|
||||||
|
Fonts used:
|
||||||
|
- [Austral Sans Stamp](https://www.dafont.com/austral-sans-stamp.font)
|
||||||
|
- [b Beach Ocean](https://www.dafont.com/b-beach-ocean.font)
|
||||||
|
- [Tox Typewriter](https://www.dafont.com/tox-typewriter.font)
|
||||||
|
- [Half-Elven Condensed](https://fonts2u.com/half-elven-condensed.font)
|
||||||
|
- [Morsal](https://www.dafont.com/morsal.font)
|
||||||
|
- [Times New Roman](https://freefontsfamily.com/times-new-roman-font-free/)
|
Loading…
Reference in New Issue