I want to display a link on the lint panel

Hello.

I would like to add a detailed link in the explanation of the lint panel. (source property)
However, you cannot specify HTML or DOM for the source property.
In this case, should I handle it by setting the processing of “window.open ()” in actions property?

actions: [
 name: "detailed link",
 apply: function () {
  window.open("https://example.com");
 },
],

スクリーンショット 2022-05-25 10.32.06

This patch add a feature that should help with this.