What I’m trying to do
So I’ve started using Obsidian for my ttrpg character sheets recently and have been getting into the weeds of setting up my ui how I would like. The thing I’m currently having trouble with is that I want to have a tabbed section in my note with a tab for ‘Projects’ for things like enchanting my weapons or feat training that tracks progress events needed and progress events completed (ex. Enchant Handgun: 4/25 (16%)), preferably with buttons so I can update it without going into source mode.
As such, I was hoping to get suggestions for possible plugins or strategies to help facilitate this as I’ve hit the point where I’m going in circles on my own. (Also, apologies if this is in the wrong category. This is my first post and I felt like either this or Meta were the least disruptive options.)
Things I have tried
So far I have found two plugins that allow for the creation of tab blocks within a note - Markdown Tabs and Tab Panels - but neither really fit my use case all that well. I need something that can both parse (at the very least) Metabind code and preferably DnD-UI-Kit (which I’m using for most things), as well as support for nested tab blocks. Markdown tabs can’t parse Metabind or UI kit, and while Tab Panels can parse any code block, the tab contents aren’t interactable so I’d need to go into source mode to change anything.
I have considered Dataview, but I’d prefer to keep the data pulling from just the sheet note and its properties unless I absolutely can’t, and for the functionality I want I would still run into issues with the metabind buttons. (Also Dataview kind of scare me lol).