Initial commit: Fabula Ultima HTML character sheet
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
14
.devcontainer/devcontainer-lock.json
Normal file
14
.devcontainer/devcontainer-lock.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {
|
||||||
|
"version": "1.0.5",
|
||||||
|
"resolved": "ghcr.io/anthropics/devcontainer-features/claude-code@sha256:cfc2e7d3e9fd3b9b01f8d5cb158508a884c8c0ede2e23ed10f32dea5d4ffe69a",
|
||||||
|
"integrity": "sha256:cfc2e7d3e9fd3b9b01f8d5cb158508a884c8c0ede2e23ed10f32dea5d4ffe69a"
|
||||||
|
},
|
||||||
|
"ghcr.io/devcontainers/features/node:1": {
|
||||||
|
"version": "1.7.1",
|
||||||
|
"resolved": "ghcr.io/devcontainers/features/node@sha256:8c0de46939b61958041700ee89e3493f3b2e4131a06dc46b4d9423427d06e5f6",
|
||||||
|
"integrity": "sha256:8c0de46939b61958041700ee89e3493f3b2e4131a06dc46b4d9423427d06e5f6"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
7
.devcontainer/devcontainer.json
Normal file
7
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/node:1": {},
|
||||||
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for more information:
|
||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
# https://containers.dev/guide/dependabot
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "devcontainers"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
4
CLAUDE.md
Normal file
4
CLAUDE.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
This repository contains an HTML version of the Fabula Ultima TTRPG character sheet.
|
||||||
|
|
||||||
|
- `Fabula-Ultima-Character-Sheet.pdf`: Contains the original PDF character sheet.
|
||||||
|
- `fabula-ultimata-sheet.html`: Conversion of the PDF into an interactive HTML page, with added styling and features such as auto-save.
|
||||||
BIN
Fabula-Ultima-Character-Sheet.pdf
Normal file
BIN
Fabula-Ultima-Character-Sheet.pdf
Normal file
Binary file not shown.
1358
fabula-ultima-sheet.html
Normal file
1358
fabula-ultima-sheet.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user