untrack content dir
This commit is contained in:
parent
55684b6079
commit
fb310b279e
47 changed files with 634 additions and 189 deletions
12
site/plugins/panel-text-comments/src/index.js
Executable file
12
site/plugins/panel-text-comments/src/index.js
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
window.panel.plugin("adrienpayet/panel-text-comments", {
|
||||
textareaButtons: {
|
||||
highlight: {
|
||||
label: "Highlight",
|
||||
icon: "wand",
|
||||
click: function () {
|
||||
this.command("toggle", "<mark>", "</mark>");
|
||||
},
|
||||
shortcut: "m",
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue