Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/turt2live/matrix-widget-debug

A Matrix widget to debug widget interactions on a widget-supporting client through widgets.
https://github.com/turt2live/matrix-widget-debug

Last synced: 10 days ago
JSON representation

A Matrix widget to debug widget interactions on a widget-supporting client through widgets.

Awesome Lists containing this project

README

        

# widget debug widget

A Matrix widget to debug widget interactions on a widget-supporting client through widgets.

## Usage

These are static assets, so they can be served anywhere. For cheap and easy local deployment,
something like [http-server](https://www.npmjs.com/package/http-server) will help a lot.

Once running, add `http://localhost:8081/index.html#/?widgetId=$matrix_widget_id` (with whatever
additional arguments for testing parsing/passing of variables) to a room and open the widget.

Normal operation looks something like this:
![docs-widget-normal](docs-widgetnormal.png)

Click around to see various options. It's largely undocumented at the moment, but may be
self-documenting in places.

*Note*: Please pardon the mixed use of regular JS and jQuery. One day I'll be decisive, but that
day is not today.