adobe / helix-sidekick-extension

Browser extension for authors on AEM projects
Apache License 2.0
21 stars 36 forks source link

Testing plugins requires target to be in Git (i.e. Resolvable in Preview) #716

Closed bstopp closed 4 months ago

bstopp commented 4 months ago

Description When working on a plugin for a customer project, it is not possible to test the plugin locally. Instead the code must be pushed to Git in order to resolve the code.

The sidekick should be able to resolve to a local/Dev URL if it is in Dev Mode.

To Reproduce Steps to reproduce the behavior:

  1. Enable Dev Mode of sidekick.
  2. Add a plugin with a reference to a html file, available on local computer only.
  3. Click the test plugin button.
  4. Palette shows a 404 page. (Will try to load preview URL of the HTML file)

Expected behavior Palette should local html file.

trieloff commented 4 months ago

:tada: This issue has been resolved in version 6.43.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: