Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/turt2live/matrix-widget-debug
- Owner: turt2live
- License: apache-2.0
- Created: 2021-01-11T23:29:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T23:45:59.000Z (over 3 years ago)
- Last Synced: 2024-11-15T21:07:51.683Z (2 months ago)
- Language: HTML
- Size: 40 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-matrix - matrix-widget-debug - Test (Widgets / 2016)
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.