question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

export: provide hosted export targets

See original GitHub issue

Is your feature request related to a problem? Please describe.

Nope.

Describe the desired outcome

Currently, if I export I just get a bare HTML file. If I want to share this with peers, I need to publish it myself.

While I personally know of and have access to a dozen ways to publish a single HTML file rapidly, this isn’t true of everyone who may use Accessibility Insights.

I’d love to see something like “Export to…” built-in to this project - more specifically, it would be cool to see “Export to…” options for Glitch, CodePen, GitHub Pages (if authed and a repo is selected?), and possibly even enable the community to contribute additional targets.

Describe alternatives you’ve considered

The status quo is one alternative - it doesn’t add any complexity, but does make exporting and sharing results harder.

An additional option would be an interactive CLI published to npm that requires you have npm and Node.js installed. Running something like npx insights-publish ./path/to/insights/export.html could be another option. This seems like potentially a significantly larger amount of work would be needed, though if you wanted to build built-in plugin support you could add something like npx insights-publish --to=glitch ./path/to/insights/export.html where the module resolves --to=glitch as an additional module with a prefix like insights-plugin-glitch that it will install and that can hook into an extension API and publish as the author of insights-plugin-glitch defines.

Additional context

None.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
juchampacommented, Jun 27, 2020

Hi @bnb ,

We are happy to inform you this issue has been addressed through a public contribution to our open source repository here, by @sean-beard . This feature is now under a public flag, so feel free to use this feature and contribute to it if you’d like.

0reactions
ferBonnincommented, Apr 22, 2021

this has been resolved for a while after the codePen integration with no other users’ comments. closing 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Importing and Exporting Guide — CMake 3.25.1 Documentation
The export() command is used to generate a file exporting targets from a project build tree.
Read more >
Export a Target Group - Docs Tenable
In the target groups table, roll over the target group you want to export. The action buttons appear in the row . ·...
Read more >
Export Targets - L3HarrisGeospatial.com
Use the Export Targets panel to export target detection overlays produced by the Rule Thresholding panel to regions of interest (ROIs) or vector...
Read more >
Storage and export targets - VFC Capture (Verba) 9.7
Storage Target Storage Target Upload Export Playback_/ Downl... Media Repository Local Disk Under Retention N/A Yes Yes Media Repository Local Disk Not Under Retention Yes...
Read more >
Exports (preview) overview - Dynamics 365 Customer Insights
Exports allow you to share specific data with various applications. They can include customer profiles, entities, schemas, and mapping details.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found