Posted by cedewey on January 22, 2020 at 7:54pm
In next week's meetup description it said to post in the DBUG Group what you want to show.
So, here's a thread to gather that.
I'll start.
My colleague Ben will be visiting from Minneapolis and we'd like to show this handy new module he created and we maintain together called "In Other Words." It provides a user interface to configure various patterns for displaying lists of words. It's been really useful for us so far and hope others can benefit from it too. We'd also love feedback on the user experience and new feature suggestions.
https://www.drupal.org/project/inotherwords
Looking forward to what others have to show,
Clayton

Comments
Webform Config Workflow
I would like to show a new workflow we have established at Morris Animal Foundation for dealing with webform config files. We've established a workflow that makes reading the changes to webform elements easier for code review and merge conflicts.
SVG Image Sprite
I created a module that allows you to upload an SVG image sprite and place those SVG images into your content using shortcodes with a slide-out side panel. It could use some more polishing if I were to contribute it to drupal.org, but I'd like to get feedback on if this seems useful and I also wanted to make sure I'm not replicating something that already exists somewhere else.
Decoupled Pages and/or JSON:API Resources
I know I'm late to the register, so if there's time I'd like to show off a new module called Decoupled Pages.
decoupled_pagesmakes it easy to blur the lines between a traditional "coupled" site and a "decoupled" site by mixing together pages that are controlled by a JS app while having others controlled by Drupal.JSON:API Resources makes it easy(ish) to create custom JSON:API endpoints for more than just the entity operations that JSON:API in core already supports.