Skip to content

Commit fa38549

Browse files
committed
Document plugin limitations
1 parent b244fba commit fa38549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugins/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title = "Adding Extra Functionality With code-input.js' Plugins"
44

55
# Adding Extra Functionality With `code-input.js`' Plugins
66

7+
Right now, you can only add one plugin of each type (e.g. one SelectTokenCallbacks plugin) to a code-input template, and cannot remove or add plugins after registering the template. This is hoped to be fixed in major version 3 of code-input.js, but is not regularly needed and can usually be worked around. [If you need it, let us know!](https://github.com/WebCoder49/code-input/issues/118)
8+
79
## Learn by Example
810
{{< playground >}}
911

0 commit comments

Comments
 (0)