Introduces `plainDetail` to the dice engine to provide a non-HTML version of the roll results. This allows components to display the roll breakdown without needing to parse or render HTML.
一个基于 solid.js 和 rsbuild 的 TTRPG 工具箱,支持 Markdown 解析、自定义组件和 CLI 工具。
solid.js
rsbuild
# 安装依赖 npm install # 全局安装 CLI npm link # 预览内容 ttrpg serve ./content
serve
compile
:dice[2d6+d8]
:table[./data.csv]
:md-deck[./cards.csv]
:md-pin[A]{x=40 y=40}
:md-commander
MIT