Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: display HTML file from source control #10

Open
joeskeen opened this issue Jun 1, 2020 · 0 comments
Open

Feature request: display HTML file from source control #10

joeskeen opened this issue Jun 1, 2020 · 0 comments

Comments

@joeskeen
Copy link

joeskeen commented Jun 1, 2020

Background

This is a great widget because I've been able to use data: URLs to put custom (non-hosted) HTML into a dashboard. (Microsoft's own built-in IFrame widget can't do this.) I have used this widget to put together a dynamic widget for showing all of our build statuses more compactly. Editing the data: URL whenever something changes is tedious, though, so I created an Azure Pipeline to take a source HTML file (with everything formatted pretty) and minify it then URL encode it, then POST the resulting URL to update the widget on the dashboard.

The problem I have had, though, is that the data: URL has a length limit, and I've run up against that limit using the above method.

Proposal

Microsoft has a built-in Markdown widget that allows you to either use inline Markdown or load Markdown from a file in Source Control:

image

Much richer custom HTML widgets would be possible if we could add similar functionality to this widget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant