feat: add quicksheet-init-ext (combat initiative tracker)#241
Open
cemheren wants to merge 39 commits into
Open
feat: add quicksheet-init-ext (combat initiative tracker)#241cemheren wants to merge 39 commits into
cemheren wants to merge 39 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Targets homelab audience with health-ext, tls, docker, ping extensions. Positioned as 'wallpaper dashboard' not a Homepage/Dashy replacement. Includes posting strategy, first comment, and timing notes.
New extension for TTRPG GMs: tracks combatant initiative order, cycles through turns, counts rounds. Pairs with quicksheet-dice for a complete behind-the-screen dashboard. Commands: add, show, next, prev, remove, clear, round. Sorted descending (highest-first, D&D/Pathfinder convention). Cross-linked in README and docs/extensions.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
New TTRPG extension: combat initiative tracker for tabletop RPG GMs.
Repo: https://github.com/cemheren/quicksheet-init-ext
Features
init: add <name> <roll>— add combatant at initiative valueinit: show— display sorted order with ► turn markerinit: next/init: prev— cycle through turns, auto-increment roundsinit: remove <name>/init: clear— manage rosterPairs with
quicksheet-dice— roll initiative in one cell, track order in another.Changes in this PR
.NET 9, MIT, zero NuGet deps. Build verified green.