DnD 5e Character Sheet #32
Replies: 5 comments 5 replies
-
Are you likely to post a template at any point? What plugins are you using? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Whoa! I'm in the process of building a character sheet using Meta-Bind and I feel discouraged to see how far this is going. Can you share more detail? I can see that inventory items seem to link to specific notes (like 1 object = 1 note). I was going for a more contained strategy using nested YAML fields, like so:
But I can't get my meta-bind queries to target these nested fields efficiently... Do you have any advice? Should I switch to a note-based inventory at once? Anyway congratulations on this job. |
Beta Was this translation helpful? Give feedback.
-
@Audio951 did you ever publish this template? Even if it's not 100% I would find it very helpful embarking on my own char sheet creation journey. |
Beta Was this translation helpful? Give feedback.
-
Hi, are you still working on this? Or is it published somewhere? |
Beta Was this translation helpful? Give feedback.
-
Hello! I'm currently working on a character sheet setup for my small group to use and figured others might like to see and use it once it's complete. I'll post progress updates here for now as I work on it and am open to feedback!
It essentially is a small collection of community plugins, a ton of css, and a little javascript. In order to not overthink the layout too much, I followed the basic layout of a normal DnD 5e character sheet and reorganized it to be more suitable for landscape viewing. I think it's a little busy and hard to parse at a glance right now, but it's coming along.
Here's the first section:
Here's the second section:
And here's where the third section would be - IF I HAD ONE:
(coming soon)
The primary motivation was being able to hover over linked notes and see a preview of them - it makes combat so much more smooth having quick reference to skills and abilities:
Additionally, we can use Dataview inline javascript to calculate stuff:
One downside is there's currently a delay to the updating that can rollback changes made using the interactive elements.
I'll take a stab at reducing the impact of that once I have it put together and looking decent.
There's also some weirdness with getting the javascript to run since obsidian seems to only process what is currently being rendered in the view, so inline javascript via Dataview is only consistent if I put it at the bottom and scroll down in edit mode so it has a chance to run.
This is my first real delve into css/html so it's been a ton of learning and rewriting everything multiple times, but I'm fairly happy with where it's going so far.
Beta Was this translation helpful? Give feedback.
All reactions