diff --git a/README.md b/README.md index 9a2684b..67fc105 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ ## Overview -This FoundryVTT module allows players to suggest titles for the session, similar to how podcast titles are suggested. In my own sessions, I record every session's audio and make it into a podcast. Many of my favorite podcasts use a random, funny, out-of-context quote from the episode for the title. Inspired by this, I created this module so players can suggest titles and the GM can list them all and choose the best one. Players can use the `/title` or `/t` command to suggest a title. A GM or trusted player can use the `/titles` or `/ts` command to get a list of all the suggestions for the most recent day's session. +This FoundryVTT module allows players to suggest titles for the session, similar to how podcast titles are suggested. In my own sessions, I record every session's audio and make it into a podcast. Many of my favorite podcasts use a random, funny, out-of-context quote from the episode for the title. Inspired by this, I created this module so players can suggest titles and the GM can list them all and choose the best one. Players can use the `/title` or `/t` command to suggest a title. The GM (or other configurable role) can use the `/titles` or `/ts` command to get a list of all the suggestions for the most recent day's session. + +## Example +![](screenshot.png) ## Features - Players can suggest session titles using the `/title`, `/t`, or `t/` command. -- GMs or trusted players can view all suggested titles for the most recent session using the `/titles` or `/ts` command. +- GMs or trusted players can view all suggested titles for the most recent session using the `/titles` or `/ts` command. (Role is configurable in settings) +- Copy the titles using the clipboard icon button next to each suggestion in the list. ## Requirements diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..eedb2ad Binary files /dev/null and b/screenshot.png differ