bthos / azure-devops-wiki-editor

Chrome Extension enables WYSIWYG editor in Azure DevOps wiki
https://chrome.google.com/webstore/detail/azure-devops-wiki-editor/fhdmpmfccmhbdmlaclcllpfdddfnhbec
MIT License
3 stars 0 forks source link

It doesn't work on custom domain #4

Open bthos opened 1 year ago

bthos commented 1 year ago

The extension is not working on custom domains. It is possible to add custom or specific domains for using this extension on customer azure envs ?

lu-p-us commented 8 months ago

I was able to make it work on a DevOps Server 2022 installation (on-premise) by

  1. downloading the crx file of the extension from chromewebstore via a webtool.
  2. unpacking it with 7z.
  3. putting a search string for the URL of my on-prem installation here

https://github.com/bthos/azure-devops-wiki-editor/blob/97ee2a68f4dad28c7850fd7b94eebdecd047b608/public/manifest.json#L26

  1. and then loading the unpacked extension in Edge.

Nonetheless, all issues mentioned here still apply ...