You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be useful to programmatically control Plash. For example, download some image off the internet, wrap it in some HTML and load it. We could support loading a URL, local file, or a HTML string.
This is not something I plan to work on, but PR welcome if anyone needs this. Start a discussion here about scope and what actions and info should be supported before doing any code though.
If you decide to work on this, you're expected to also write docs, both API docs and a user guide.
The text was updated successfully, but these errors were encountered:
For example, download some image off the internet, wrap it in some HTML and load it.
could just use an auxiliary script that does this, and hack a plash refresh api by just killing the process and restarting it. that's what i currently do.
Could be useful to programmatically control Plash. For example, download some image off the internet, wrap it in some HTML and load it. We could support loading a URL, local file, or a HTML string.
This is not something I plan to work on, but PR welcome if anyone needs this. Start a discussion here about scope and what actions and info should be supported before doing any code though.
If you decide to work on this, you're expected to also write docs, both API docs and a user guide.
The text was updated successfully, but these errors were encountered: