(function () { "use strict"; window.panel.plugin("adrienpayet/panel-text-comments", { textareaButtons: { highlight: { label: "Highlight", icon: "wand", click: function () { this.command("toggle", "", ""); }, shortcut: "m", }, }, }); })();